Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h151 typedef std::unordered_map<const HloInstruction*, Properties> HloToProperties; typedef
193 const HloToProperties& hlo_to_properties);
204 HloToProperties hlo_properties_;
Dhlo_cost_analysis.cc116 const HloToProperties& hlo_to_properties) { in GetPropertyForHlo()