/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | LSTMLayerQuantized.cpp | 103 auto cell_gate_bias = create_tensor<CLTensor>(bias_shape, DataType::S32); in TEST_SUITE() local 242 auto cell_gate_bias = create_tensor<CLTensor>(bias_shape, DataType::S32); in TEST_CASE() local 482 auto cell_gate_bias = create_tensor<CLTensor>(bias_shape, DataType::S32); in TEST_SUITE() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | LSTMLayerQuantized.cpp | 110 auto cell_gate_bias = create_tensor<Tensor>(bias_shape, DataType::S32); in TEST_SUITE() local 249 auto cell_gate_bias = create_tensor<Tensor>(bias_shape, DataType::S32); in TEST_CASE() local 489 auto cell_gate_bias = create_tensor<Tensor>(bias_shape, DataType::S32); in TEST_SUITE() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 48 cell_gate_bias = Input("cellGateBias", BiasType) variable 145 cell_gate_bias = Parameter("cellGateBias", BiasType, variable
|
D | layer_norm_lstm.mod.py | 60 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable 232 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
|
D | lstm3_state2_float16.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
|
D | lstm2_state_float16.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
|
D | lstm2_float16.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
|
D | lstm3_float16.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
|
D | lstm3_state3_float16.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
|
D | lstm2_state2_float16.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
|
D | lstm3_state_float16.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_lstm.cc | 562 const TfLiteTensor* cell_gate_bias; in CheckInputTensorDimensions() local 801 const TfLiteTensor* cell_gate_bias = in PopulatePrecomputedZPTimesWeightsWithBias() local 1277 const TfLiteTensor* cell_gate_bias; in Eval() local
|
H A D | lstm.cc | 521 const TfLiteTensor* cell_gate_bias; in PopulateQuantizedLstmParams8x8_8() local 1007 const TfLiteTensor* cell_gate_bias; in CheckInputTensorDimensions() local 1231 const TfLiteTensor* cell_gate_bias = in PopulatePrecomputedZPTimesWeightsWithBias() local 1887 const TfLiteTensor* cell_gate_bias; in Eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 286 const TfLiteTensor* cell_gate_bias, const TfLiteTensor* output_gate_bias, in EvalCalibration() 541 const TfLiteTensor* cell_gate_bias; in lstm_eval() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lstm3_state.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm2_state.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm2.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm3_state3.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm2_state2.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm3.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm3_state2.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | lstm2_state2_relaxed.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm2_state_relaxed.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm2_relaxed.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|
D | lstm3_state_relaxed.mod.py | 45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
|