Searched refs:hlo_to_properties (Results 1 – 2 of 2) sorted by relevance
223 const HloToProperties& hlo_to_properties);
129 const HloToProperties& hlo_to_properties) { in GetPropertyForHlo() argument130 auto it = hlo_to_properties.find(&hlo); in GetPropertyForHlo()131 if (it == hlo_to_properties.end()) { in GetPropertyForHlo()