Home
last modified time | relevance | path

Searched refs:hlo_to_properties (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc116 const HloToProperties& hlo_to_properties) { in GetPropertyForHlo() argument
117 auto it = hlo_to_properties.find(&hlo); in GetPropertyForHlo()
118 if (it == hlo_to_properties.end()) { in GetPropertyForHlo()
Dhlo_cost_analysis.h193 const HloToProperties& hlo_to_properties);