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

4 lines
184 B
TypeScript

import * as tf from '../../dist/tfjs.esm';
import { BoxPredictionParams } from './types';
export declare function boxPredictionLayer(x: tf.Tensor4D, params: BoxPredictionParams): any;