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.h223 const HloToProperties& hlo_to_properties);
Dhlo_cost_analysis.cc129 const HloToProperties& hlo_to_properties) { in GetPropertyForHlo() argument
130 auto it = hlo_to_properties.find(&hlo); in GetPropertyForHlo()
131 if (it == hlo_to_properties.end()) { in GetPropertyForHlo()