Home
last modified time | relevance | path

Searched refs:CompileOnlyClient (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.h32 class CompileOnlyClient : public Client {
34 explicit CompileOnlyClient(CompileOnlyService* service) in CompileOnlyClient() function
37 CompileOnlyClient(const CompileOnlyClient&) = delete;
38 void operator=(const CompileOnlyClient&) = delete;
Dcompile_only_client.cc25 CompileOnlyClient::CreateModuleConfig( in CreateModuleConfig()
34 CompileOnlyClient::CompileAheadOfTime( in CompileAheadOfTime()
53 int64 CompileOnlyClient::PointerSizeForTriple(absl::string_view triple) { in PointerSizeForTriple()
Dclient_library.cc138 /* static */ StatusOr<CompileOnlyClient*>
156 absl::make_unique<CompileOnlyClient>(instance->service.get()); in GetOrCreateCompileOnlyClient()
157 CompileOnlyClient* cl = instance->client.get(); in GetOrCreateCompileOnlyClient()
Dclient_library.h106 static StatusOr<CompileOnlyClient*> GetOrCreateCompileOnlyClient(
132 std::unique_ptr<CompileOnlyClient> client;
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc50 Status CompileXla(xla::CompileOnlyClient* client, in CompileXla()
74 xla::CompileOnlyClient::AotXlaComputationInstance instance; in CompileXla()
90 xla::CompileOnlyClient::PointerSizeForTriple(aot_opts.triple()); in CompileXla()
103 xla::CompileOnlyClient* client = in CompileGraph()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_aot_test_helper.cc80 xla::CompileOnlyClient::AotXlaComputationInstance instance{ in main()