HomeSort by relevance Sort by last modified time
    Searched refs:xla_dump_optimized_hlo_proto_to (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 522 const string xla_dump_optimized_hlo_proto_to = local
523 module->config().debug_options().xla_dump_optimized_hlo_proto_to();
543 if (!xla_dump_optimized_hlo_proto_to.empty()) {
546 proto, xla_dump_optimized_hlo_proto_to, module->name()));
652 if (!xla_dump_optimized_hlo_proto_to.empty()) {
655 proto, xla_dump_optimized_hlo_proto_to, module->name()));
831 const string xla_dump_optimized_hlo_proto_to = local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_compiler.cc 527 const string xla_dump_optimized_hlo_proto_to = local
528 module->config().debug_options().xla_dump_optimized_hlo_proto_to();
529 if (!xla_dump_optimized_hlo_proto_to.empty()) {
532 proto, xla_dump_optimized_hlo_proto_to, module->name()));
  /external/tensorflow/tensorflow/compiler/xla/
xla.proto 87 string xla_dump_optimized_hlo_proto_to = 8;

Completed in 92 milliseconds