Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc316 &HloPrintOptions::print_extra_attributes, in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h312 bool print_extra_attributes() const { return print_extra_attributes_; } in print_extra_attributes() function
Dhlo_instruction.cc2788 std::vector<string> extra = options.print_extra_attributes() in ExtraAttributesToString()