server-json/node_modules/face-api.js/build/commonjs/ssdMobilenetv1/boxPredictionLayer.d.ts
2024-11-01 08:00:42 +00:00

6 lines
280 B
TypeScript

import * as tf from '@tensorflow/tfjs-core';
import { BoxPredictionParams } from './types';
export declare function boxPredictionLayer(x: tf.Tensor4D, params: BoxPredictionParams): {
boxPredictionEncoding: tf.Tensor<tf.Rank>;
classPrediction: tf.Tensor<tf.Rank>;
};