Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc47 current_should_compute_bottleneck_time_ = true; in Preprocess()
62 if (current_should_compute_bottleneck_time_) { in Postprocess()
153 current_should_compute_bottleneck_time_ = false; in HandleParameter()
160 current_should_compute_bottleneck_time_ = false; in HandleConstant()
173 current_should_compute_bottleneck_time_ = false; in HandleGetTupleElement()
233 current_should_compute_bottleneck_time_ = false; in HandleDomain()
418 current_should_compute_bottleneck_time_ = false; in HandleAfterAll()
428 current_should_compute_bottleneck_time_ = false; in HandleAddDependency()
639 current_should_compute_bottleneck_time_ = false; in HandleCall()
651 current_should_compute_bottleneck_time_ = false; in HandleCustomCall()
[all …]
Dhlo_cost_analysis.h209 bool current_should_compute_bottleneck_time_; variable