prelu.d.ts 126 B

12
  1. import * as tf from '@tensorflow/tfjs-core';
  2. export declare function prelu<T extends tf.Tensor>(x: T, alpha: tf.Tensor1D): T;