Searched refs:GetProjectionWeights (Results 1 – 9 of 9) sorted by relevance
181 const TensorInfo& GetProjectionWeights() const in GetProjectionWeights() function
319 aclProjectionWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetProjectionWeights()); in NeonQLstmWorkloadValidate()
330 aclProjectionWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetProjectionWeights()); in NeonLstmFloatWorkloadValidate()
678 aclProjectionWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetProjectionWeights()); in NeonUnidirectionalSequenceLstmFloatWorkloadValidate()
660 aclProjectionWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetProjectionWeights()); in NeonUnidirectionalSequenceLstmWorkloadValidate()
323 aclProjectionWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetProjectionWeights()); in ClQLstmWorkloadValidate()
309 aclProjectionWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetProjectionWeights()); in ClLstmFloatWorkloadValidate()
681 aclProjectionWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetProjectionWeights()); in ClUnidirectionalSequenceLstmFloatWorkloadValidate()
1825 …supported &= CheckSupportRule(TypesAreEqual(input, paramsInfo.GetProjectionWeights()), reasonIfUns… in IsLstmSupported()2875 … supported &= CheckSupportRule(TypeAnyOf(paramsInfo.GetProjectionWeights(), supportedWeightTypes), in IsUnidirectionalSequenceLstmSupported()