Searched refs:hlo_to_properties (Results 1 – 2 of 2) sorted by relevance
116 const HloToProperties& hlo_to_properties) { in GetPropertyForHlo() argument117 auto it = hlo_to_properties.find(&hlo); in GetPropertyForHlo()118 if (it == hlo_to_properties.end()) { in GetPropertyForHlo()
193 const HloToProperties& hlo_to_properties);