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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h 83 return compute_function_;
147 ComputeFunctionType compute_function_; member in class:xla::cpu::CpuExecutable
cpu_executable.cc 69 compute_function_ =
71 VLOG(1) << "compute_function_ at address "
72 << reinterpret_cast<void*>(compute_function_);
188 compute_function_(result_buffer, run_options, nullptr, buffer_pointers.data(),
ir_emitter.cc 142 llvm::Function* ir_function = compute_function_->function();
146 compute_function_.reset();
160 compute_function_.reset(new IrFunction(function_name, linkage,
    [all...]
ir_emitter.h 441 std::unique_ptr<IrFunction> compute_function_; member in namespace:xla::cpu

Completed in 227 milliseconds