4 lines
209 B
TypeScript
4 lines
209 B
TypeScript
![]() |
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;
|