UNPKG

tfjs-tiny-yolov2

Version:

Tiny YOLO v2 object detection with tensorflow.js.

3 lines (2 loc) 107 B
import * as tf from '@tensorflow/tfjs-core'; export declare function leaky(x: tf.Tensor4D): tf.Tensor4D;