Searched refs:GetCellToInputWeights (Results 1 – 9 of 9) sorted by relevance
153 const TensorInfo& GetCellToInputWeights() const in GetCellToInputWeights() function
306 … aclCellToInputWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellToInputWeights()); in NeonQLstmWorkloadValidate()
313 … aclCellToInputWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellToInputWeights()); in NeonLstmFloatWorkloadValidate()
660 … aclCellToInputWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellToInputWeights()); in NeonUnidirectionalSequenceLstmFloatWorkloadValidate()
642 … aclCellToInputWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellToInputWeights()); in NeonUnidirectionalSequenceLstmWorkloadValidate()
310 … aclCellToInputWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellToInputWeights()); in ClQLstmWorkloadValidate()
298 … aclCellToInputWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellToInputWeights()); in ClLstmFloatWorkloadValidate()
663 … aclCellToInputWeightsInfo = BuildArmComputeTensorInfo(paramsInfo.GetCellToInputWeights()); in ClUnidirectionalSequenceLstmFloatWorkloadValidate()
1811 supported &= CheckSupportRule(TypesAreEqual(input, paramsInfo.GetCellToInputWeights()), in IsLstmSupported()2856 … supported &= CheckSupportRule(TypeAnyOf(paramsInfo.GetCellToInputWeights(), supportedWeightTypes), in IsUnidirectionalSequenceLstmSupported()