Searched refs:local_executables (Results 1 – 4 of 4) sorted by relevance
387 std::vector<std::unique_ptr<LocalExecutable>> local_executables; in Compile() local388 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()
161 auto local_executables, in ExecuteAndFetchProfile()165 Executable* executable = local_executables[0]->executable(); in ExecuteAndFetchProfile()
2182 std::vector<std::unique_ptr<LocalExecutable>> local_executables, in Compile()2186 std::move(local_executables), options.parameter_is_tupled_arguments, in Compile()
373 std::vector<std::unique_ptr<xla::LocalExecutable>> local_executables = in XlaCompiledProgramShape() local376 EXPECT_EQ(local_executables.size(), 1); in XlaCompiledProgramShape()378 std::move(local_executables[0]); in XlaCompiledProgramShape()