Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h212 bool print_control_dependencies() const { in print_control_dependencies() function
Dhlo_instruction.cc2378 if (options.print_control_dependencies() && !control_predecessors_.empty()) { in ExtraAttributesToString()