Home
last modified time | relevance | path

Searched defs:alpha_shape (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dprelu.h32 const T* input_data, const RuntimeShape& alpha_shape, const T* alpha_data, in BroadcastPrelu4DSlow()
79 const T* input_data, const RuntimeShape& alpha_shape, in Prelu()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtraining_ops.cc39 TensorShape alpha_shape = ctx->InputShape(1); in Compile() local
84 TensorShape alpha_shape = ctx->InputShape(1); in Compile() local
1044 TensorShape alpha_shape = ctx->InputShape(3); in CheckScalarParams() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h7701 const float* input_data, const RuntimeShape& alpha_shape, in BroadcastPReluDispatch()