Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h155 : report_instruction_count_(report_instruction_count) {} in SpmdLogger()
177 int64 report_instruction_count_; variable
Dspmd_partitioner.cc72 i < std::min<int64>(report_instruction_count_, entries_.size()); ++i) { in MakeReport()