Searched refs:GetCellBias (Results 1 – 14 of 14) sorted by relevance
108 const ConstTensor& GetCellBias() const in GetCellBias() function207 const TensorInfo& GetCellBias() const in GetCellBias() function
173 const TensorInfo& GetCellBias() const in GetCellBias() function
364 TfLiteTensor* GetCellBias() { in GetCellBias() function in tflite::__anon353329140111::QuantizedLstmParam618 one_parameter.GetForgetBias(), one_parameter.GetCellBias(), in TestOneFullyQuantizedLSTM()755 TfLiteTensor* GetCellBias() { in GetCellBias() function in tflite::__anon353329140111::HybridLstmParam928 one_parameter.GetForgetBias(), one_parameter.GetCellBias(), in TestOneHybridAsymmLSTM()
51 …rm_compute::TensorInfo aclCellBiasInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in ClQuantizedLstmWorkloadValidate()
283 = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in ClQLstmWorkloadValidate()
275 …onst arm_compute::TensorInfo aclCellBiasInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in ClLstmFloatWorkloadValidate()
640 = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in ClUnidirectionalSequenceLstmFloatWorkloadValidate()
169 = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in NeonQuantizedLstmWorkloadValidate()
279 = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in NeonQLstmWorkloadValidate()
290 = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in NeonLstmFloatWorkloadValidate()
637 = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in NeonUnidirectionalSequenceLstmFloatWorkloadValidate()
620 = BuildArmComputeTensorInfo(paramsInfo.GetCellBias()); in NeonUnidirectionalSequenceLstmWorkloadValidate()
1796 … supported &= CheckSupportRule(TypesAreEqual(input, paramsInfo.GetCellBias()), reasonIfUnsupported, in IsLstmSupported()2838 …supported &= CheckSupportRule(TypeAnyOf(paramsInfo.GetCellBias(), supportedBiasTypes), reasonIfUns… in IsUnidirectionalSequenceLstmSupported()
2601 std::make_shared<ScopedTensorHandle>(params.GetCellBias()); in AddQuantizedLstmLayer()