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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.h 60 // This should be called after set_ir_module_string.
64 void set_ir_module_string(const string& ir_module_string) { function in class:xla::gpu::GpuExecutable
gpu_compiler.cc 673 gpu_executable->set_ir_module_string(ir_module_string_before_opt);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h 67 // This should be called after set_ir_module_string.
70 void set_ir_module_string(const string& ir_module_string) { function in class:xla::cpu::CpuExecutable
parallel_cpu_executable.h 71 // This should be called after set_ir_module_string.
74 void set_ir_module_string(const string& ir_module_string) { function in class:xla::cpu::ParallelCpuExecutable
cpu_compiler.cc 628 .set_ir_module_string(ir_module_string);
707 .set_ir_module_string(ir_module_string);
    [all...]

Completed in 157 milliseconds