Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc387 std::vector<std::unique_ptr<LocalExecutable>> local_executables; in Compile() local
388 local_executables.reserve(executables.size()); in Compile()
391 local_executables.push_back(absl::make_unique<LocalExecutable>( in Compile()
396 return std::move(local_executables); in Compile()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc161 auto local_executables, in ExecuteAndFetchProfile()
165 Executable* executable = local_executables[0]->executable(); in ExecuteAndFetchProfile()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc2182 std::vector<std::unique_ptr<LocalExecutable>> local_executables, in Compile()
2186 std::move(local_executables), options.parameter_is_tupled_arguments, in Compile()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc373 std::vector<std::unique_ptr<xla::LocalExecutable>> local_executables = in XlaCompiledProgramShape() local
376 EXPECT_EQ(local_executables.size(), 1); in XlaCompiledProgramShape()
378 std::move(local_executables[0]); in XlaCompiledProgramShape()