Home
last modified time | relevance | path

Searched defs:cell_gate_bias (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DLSTMLayerQuantized.cpp103 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 DLSTMLayerQuantized.cpp110 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/
Dquantized_lstm.mod.py48 cell_gate_bias = Input("cellGateBias", BiasType) variable
145 cell_gate_bias = Parameter("cellGateBias", BiasType, variable
Dlayer_norm_lstm.mod.py60 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
Dlstm3_state2_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm2_state_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm2_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm3_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm3_state3_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm2_state2_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
Dlstm3_state_float16.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT16", "{%d}"%(n_cell)) variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunidirectional_sequence_lstm.cc562 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 Dlstm.cc521 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 Dlstm.cc286 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/
Dlstm3_state.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2_state.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_state3.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2_state2.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_state2.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dlstm2_state2_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2_state_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm2_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable
Dlstm3_state_relaxed.mod.py45 cell_gate_bias = Input("cell_gate_bias", "TENSOR_FLOAT32", "{%d}"%(n_cell)) variable

123