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

7 lines
321 B
TypeScript
Raw Normal View History

2020-08-26 00:24:48 +02:00
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.Tensor4D;
classPredictions: tf.Tensor4D;
};
//# sourceMappingURL=predictionLayer.d.ts.map