face-api/types/ssdMobilenetv1/predictionLayer.d.ts

4 lines
209 B
TypeScript
Raw Normal View History

2020-12-23 17:26:55 +01:00
import * as tf from '../../dist/tfjs.esm.js';
import { PredictionLayerParams } from './types';
export declare function predictionLayer(x: tf.Tensor4D, conv11: tf.Tensor4D, params: PredictionLayerParams): any;