UNPKG

@hoff97/tensor-js

Version:

PyTorch like deep learning inferrence library

7 lines (6 loc) 281 B
import { GPUTensorI } from '../../../tensor/gpu/interface'; import { PoolOperation } from './pool'; export declare class ReduceMeanOperation<GPUTensor extends GPUTensorI> extends PoolOperation<GPUTensor> { update(a: string, b: string): string; post(res: string): string; }