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.h140 typedef std::unordered_map<const HloInstruction*, Properties> HloToProperties; typedef
168 const HloToProperties& hlo_to_properties);
175 HloToProperties hlo_properties_;
Dhlo_cost_analysis.cc114 const HloToProperties& hlo_to_properties) { in GetPropertyForHlo()