OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterpreterExecutable
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executable.h
41
class
InterpreterExecutable
: public Executable {
43
InterpreterExecutable
(std::unique_ptr<const HloModule> hlo_module);
44
~
InterpreterExecutable
() override;
58
TF_DISALLOW_COPY_AND_ASSIGN(
InterpreterExecutable
);
executable.cc
43
InterpreterExecutable
::
InterpreterExecutable
(
48
InterpreterExecutable
::~
InterpreterExecutable
() {}
50
StatusOr<std::unique_ptr<ShapedBuffer>>
InterpreterExecutable
::ExecuteOnStream(
112
InterpreterExecutable
::ExecuteAsyncOnStream(
119
/*static*/ int64
InterpreterExecutable
::ShapeSizeBytes(const Shape& shape) {
compiler.cc
77
xla::MakeUnique<
InterpreterExecutable
>(std::move(hlo_module));
104
return
InterpreterExecutable
::ShapeSizeBytes;
Completed in 144 milliseconds