Home
last modified time | relevance | path

Searched refs:InterpreterExecutable (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.cc39 InterpreterExecutable::InterpreterExecutable( in InterpreterExecutable() function in xla::interpreter::InterpreterExecutable
46 InterpreterExecutable::~InterpreterExecutable() {} in ~InterpreterExecutable()
48 StatusOr<ScopedShapedBuffer> InterpreterExecutable::ExecuteOnStream( in ExecuteOnStream()
124 StatusOr<ScopedShapedBuffer> InterpreterExecutable::ExecuteAsyncOnStream( in ExecuteAsyncOnStream()
131 /*static*/ int64 InterpreterExecutable::ShapeSizeBytes(const Shape& shape) { in ShapeSizeBytes()
Dexecutable.h43 class InterpreterExecutable : public Executable {
45 InterpreterExecutable(std::unique_ptr<HloModule> hlo_module,
47 ~InterpreterExecutable() override;
67 TF_DISALLOW_COPY_AND_ASSIGN(InterpreterExecutable);
DREADME.md13 2. Generates an `InterpreterExecutable` from the optimized HLO graph.
15 * [`InterpreterExecutable`]: responsible for running input HLO graph through
Dcompiler.cc130 absl::make_unique<InterpreterExecutable>(std::move(hlo_module), in RunBackend()
186 return InterpreterExecutable::ShapeSizeBytes; in ShapeSizeBytesFunction()