Searched refs:InterpreterExecutable (Results 1 – 4 of 4) sorted by relevance
39 InterpreterExecutable::InterpreterExecutable( in InterpreterExecutable() function in xla::interpreter::InterpreterExecutable46 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()
43 class InterpreterExecutable : public Executable {45 InterpreterExecutable(std::unique_ptr<HloModule> hlo_module,47 ~InterpreterExecutable() override;67 TF_DISALLOW_COPY_AND_ASSIGN(InterpreterExecutable);
13 2. Generates an `InterpreterExecutable` from the optimized HLO graph.15 * [`InterpreterExecutable`]: responsible for running input HLO graph through
130 absl::make_unique<InterpreterExecutable>(std::move(hlo_module), in RunBackend()186 return InterpreterExecutable::ShapeSizeBytes; in ShapeSizeBytesFunction()