UNPKG

@hoff97/tensor-js

Version:

PyTorch like deep learning inferrence library

3 lines (2 loc) 178 B
import { WASMTensor } from '../../../tensor/wasm/tensor'; export declare function addIndexWASM(indices: WASMTensor<'uint32'>, axis: number, count: number): WASMTensor<'uint32'>;