4 lines
187 B
TypeScript
4 lines
187 B
TypeScript
![]() |
import * as tf from '../../dist/tfjs.esm.js';
|
||
|
import { BoxPredictionParams } from './types';
|
||
|
export declare function boxPredictionLayer(x: tf.Tensor4D, params: BoxPredictionParams): any;
|