UNPKG

@hoff97/tensor-js

Version:

PyTorch like deep learning inferrence library

5 lines (4 loc) 121 B
import { NodeConstructor } from './types'; export declare const nodeResolve: { [opType: string]: NodeConstructor; };