Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.cc26 const absl::Span<const AotXlaComputationInstance> computations, in CompileAheadOfTime()
29 std::vector<CompileOnlyService::AotXlaComputationInstance> service_instances; in CompileAheadOfTime()
31 for (const AotXlaComputationInstance& instance : computations) { in CompileAheadOfTime()
33 CompileOnlyService::AotXlaComputationInstance& service_instance = in CompileAheadOfTime()
Dcompile_only_client.h41 struct AotXlaComputationInstance { struct
55 const absl::Span<const AotXlaComputationInstance> computations, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.h42 struct AotXlaComputationInstance { struct
53 const absl::Span<const AotXlaComputationInstance> computations, argument
58 const absl::Span<const AotXlaComputationInstance> computations,
Dcompile_only_service.cc66 const absl::Span<const AotXlaComputationInstance> computations, in CompileAheadOfTime()
70 for (const AotXlaComputationInstance& instance : computations) { in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_aot_test_helper.cc80 xla::CompileOnlyClient::AotXlaComputationInstance instance{ in main()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc71 xla::CompileOnlyClient::AotXlaComputationInstance instance; in CompileXla()