UNPKG

@hoff97/tensor-js

Version:

PyTorch like deep learning inferrence library

3 lines (2 loc) 229 B
import { WASMTensor } from '../../../tensor/wasm/tensor'; export declare function repeatIndicesWASM(indices: WASMTensor<'uint32'>, repeats: readonly number[], shape: readonly number[], repeatsProd: number): WASMTensor<'uint32'>;