3 lines
167 B
TypeScript
3 lines
167 B
TypeScript
![]() |
import * as tf from '@tensorflow/tfjs-core';
|
||
|
export declare function normalize(x: tf.Tensor4D, meanRgb: number[]): tf.Tensor4D;
|
||
|
//# sourceMappingURL=normalize.d.ts.map
|