UNPKG

@hoff97/tensor-js

Version:

PyTorch like deep learning inferrence library

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