normalize.d.ts 128 B

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