normalize.d.ts 109 B

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