HomeSort by relevance Sort by last modified time
    Searched defs:LocalExecutable (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/client/
local_client.h 37 class LocalExecutable {
65 LocalExecutable(std::unique_ptr<Executable> executable, Backend* backend,
119 // Build and return a LocalExecutable object. The executable is compiled using
121 StatusOr<std::unique_ptr<LocalExecutable>> Compile(
local_client.cc 43 LocalExecutable::LocalExecutable(std::unique_ptr<Executable> executable,
53 tensorflow::Status LocalExecutable::ValidateExecutionOptions(
139 StatusOr<std::unique_ptr<ScopedShapedBuffer>> LocalExecutable::Run(
180 StatusOr<std::unique_ptr<ScopedShapedBuffer>> LocalExecutable::ExecuteAndDump(
195 tensorflow::Status LocalExecutable::RecordArguments(
207 tensorflow::Status LocalExecutable::RecordResult(
216 StatusOr<std::unique_ptr<Literal>> LocalExecutable::LiteralFromShapedBuffer(
249 StatusOr<std::unique_ptr<LocalExecutable>> LocalClient::Compile(
263 return WrapUnique(new LocalExecutable(std::move(executable)
    [all...]

Completed in 144 milliseconds