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.cc52 current_should_compute_bottleneck_time_ = true; in Preprocess()
70 if (current_should_compute_bottleneck_time_) { in Postprocess()
209 current_should_compute_bottleneck_time_ = false; in HandleParameter()
217 current_should_compute_bottleneck_time_ = false; in HandleConstant()
232 current_should_compute_bottleneck_time_ = false; in HandleGetTupleElement()
313 current_should_compute_bottleneck_time_ = false; in HandleDomain()
545 current_should_compute_bottleneck_time_ = false; in HandleAfterAll()
559 current_should_compute_bottleneck_time_ = false; in HandleAddDependency()
932 current_should_compute_bottleneck_time_ = false; in HandleCall()
948 current_should_compute_bottleneck_time_ = false; in HandleCustomCall()
[all …]
Dhlo_cost_analysis.h248 bool current_should_compute_bottleneck_time_; variable