Home
last modified time | relevance | path

Searched defs:cell_bias (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dquant_lstm_sup_test.cc260 std::vector<int32_t> cell_bias; in TEST() local
283 std::vector<int32_t> cell_bias; in TEST() local
306 std::vector<int32_t> cell_bias; in TEST() local
329 std::vector<int32_t> cell_bias; in TEST() local
H A Dquant_lstm_sup.cc132 std::vector<int32_t>* cell_bias, in DecomposeBiasTensor()
H A Dnnapi_delegate.cc4128 std::vector<int32_t> cell_bias; in Map() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayer.cpp63 … const ICLTensor *forget_gate_bias, const ICLTensor *cell_bias, const ICLTensor *output_gate_bias, in configure()
76 … const ICLTensor *forget_gate_bias, const ICLTensor *cell_bias, const ICLTensor *output_gate_bias, in configure()
403 …const ITensorInfo *forget_gate_bias, const ITensorInfo *cell_bias, const ITensorInfo *output_gate_… in validate()
H A DCLLSTMLayerQuantized.cpp63 …ICLTensor *input_gate_bias, const ICLTensor *forget_gate_bias, const ICLTensor *cell_bias, const I… in configure()
75 …ICLTensor *input_gate_bias, const ICLTensor *forget_gate_bias, const ICLTensor *cell_bias, const I… in configure()
283 …orInfo *input_gate_bias, const ITensorInfo *forget_gate_bias, const ITensorInfo *cell_bias, const … in validate()
H A DCLQLSTMLayer.cpp162 … const ICLTensor *forget_gate_bias, const ICLTensor *cell_bias, const ICLTensor *output_gate_bias, in configure()
175 … const ICLTensor *forget_gate_bias, const ICLTensor *cell_bias, const ICLTensor *output_gate_bias, in configure()
606 …const ITensorInfo *forget_gate_bias, const ITensorInfo *cell_bias, const ITensorInfo *output_gate_… in validate()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayer.cpp60 … const ITensor *forget_gate_bias, const ITensor *cell_bias, const ITensor *output_gate_bias, in configure()
378 …const ITensorInfo *forget_gate_bias, const ITensorInfo *cell_bias, const ITensorInfo *output_gate_… in validate()
H A DNELSTMLayerQuantized.cpp63 …onst ITensor *input_gate_bias, const ITensor *forget_gate_bias, const ITensor *cell_bias, const IT… in configure()
251 …orInfo *input_gate_bias, const ITensorInfo *forget_gate_bias, const ITensorInfo *cell_bias, const … in validate()
H A DNEQLSTMLayer.cpp217 … const ITensor *forget_gate_bias, const ITensor *cell_bias, const ITensor *output_gate_bias, in configure()
678 …const ITensorInfo *forget_gate_bias, const ITensorInfo *cell_bias, const ITensorInfo *output_gate_… in validate()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc362 const TfLiteTensor* cell_bias, const TfLiteTensor* output_gate_bias, in EvalFloat()
593 const TfLiteTensor* cell_bias = in lstm_eval() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLSTMLayerFixture.h95 TensorType cell_bias = create_tensor<TensorType>(cell_bias_shape, data_type); in compute_target() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp144 const RunTimeOperandInfo* forget_gate_bias, const RunTimeOperandInfo* cell_bias, in CheckInputTensorDimensions()