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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h 48 class CpuExecutable : public Executable {
50 CpuExecutable(std::unique_ptr<SimpleOrcJIT> jit,
56 ~CpuExecutable() override {}
142 // CpuExecutable. We save a string instead of an llvm::Module* because leaving
152 TF_DISALLOW_COPY_AND_ASSIGN(CpuExecutable);
cpu_executable.cc 51 CpuExecutable::CpuExecutable(
77 CpuExecutable::CreateBufferTable(
136 Status CpuExecutable::ExecuteComputeFunction(
208 StatusOr<ScopedShapedBuffer> CpuExecutable::CreateResultShapedBuffer(
267 StatusOr<ScopedShapedBuffer> CpuExecutable::ExecuteOnStream(
278 StatusOr<ScopedShapedBuffer> CpuExecutable::ExecuteAsyncOnStream(
289 StatusOr<ScopedShapedBuffer> CpuExecutable::ExecuteAsyncOnStreamImpl(
326 CpuExecutable* executable;
348 /*static*/ int64 CpuExecutable::ShapeSizeBytes(const Shape& shape)
    [all...]
parallel_task_assignment_test.cc 29 cpu::CpuExecutable::ShapeSizeBytes;
cpu_compiler.cc 715 cpu_executable.reset(new CpuExecutable(
720 static_cast<CpuExecutable&>(*cpu_executable)
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_jit_compiled_cpu_function.cc 110 // Compile the executable. The static_cast to the CpuExecutable subclass is
115 const xla::cpu::CpuExecutable* cpu_executable =
116 static_cast<xla::cpu::CpuExecutable*>(executable->executable());

Completed in 867 milliseconds