Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_pipeline.h42 empty_compilation_stats_ = CompilationStats::MakeNoopStats(); in name_()
43 compilation_stats_ = empty_compilation_stats_.get(); in name_()
136 std::unique_ptr<CompilationStats> empty_compilation_stats_; variable