face-api/build/tinyYolov2/leaky.d.ts

3 lines
140 B
TypeScript
Raw Normal View History

2020-08-18 14:04:33 +02:00
import * as tf from '@tensorflow/tfjs-core';
export declare function leaky(x: tf.Tensor4D): tf.Tensor4D;
//# sourceMappingURL=leaky.d.ts.map