4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
![]() |
import * as tf from '../../dist/tfjs.esm.js';
|
||
|
import { MobileNetV1 } from './types';
|
||
|
export declare function mobileNetV1(x: tf.Tensor4D, params: MobileNetV1.Params): any;
|