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

6 lines
302 B
TypeScript

import * as tf from '@tensorflow/tfjs-core';
import { PredictionLayerParams } from './types';
export declare function predictionLayer(x: tf.Tensor4D, conv11: tf.Tensor4D, params: PredictionLayerParams): {
boxPredictions: tf.Tensor<tf.Rank.R4>;
classPredictions: tf.Tensor<tf.Rank.R4>;
};