UNPKG

@hoff97/tensor-js

Version:

PyTorch like deep learning inferrence library

5 lines 215 B
import { WASMTensor } from '../../../tensor/wasm/tensor'; export function addIndexWASM(indices, axis, count) { return new WASMTensor(indices.wasmTensor.add_index(axis, count)); } //# sourceMappingURL=wasm.js.map