2 lines
130 B
TypeScript
2 lines
130 B
TypeScript
import * as tf from '@tensorflow/tfjs-core';
|
|
export declare function normalize(x: tf.Tensor4D, meanRgb: number[]): tf.Tensor4D;
|