Searched refs:ParseHloComputationList (Results 1 – 1 of 1) sorted by relevance
283 bool ParseHloComputationList(std::vector<HloComputation*>* result);2724 if (!ParseHloComputationList(&result)) { in ParseAttributeHelper()3282 bool HloParser::ParseHloComputationList(std::vector<HloComputation*>* result) { in ParseHloComputationList() function in xla::__anonc071bf1f0111::HloParser