Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc700 auto& current_property = current_properties_[property.first]; in HandleConditional() local
701 current_property = std::max(current_property, property.second); in HandleConditional()