OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompileOnlyService
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
compile_only_service.h
31
class
CompileOnlyService
: public Service {
33
// Factory for creating a
CompileOnlyService
. The parameter platform is the
36
static StatusOr<std::unique_ptr<
CompileOnlyService
>> NewService(
38
static StatusOr<std::unique_ptr<
CompileOnlyService
>> NewService(
61
return Unimplemented("
CompileOnlyService
does not support execution.");
65
return Unimplemented("
CompileOnlyService
does not support execution.");
70
return Unimplemented("
CompileOnlyService
does not support devices.");
74
return Unimplemented("
CompileOnlyService
does not support execution.");
79
return Unimplemented("
CompileOnlyService
does not support execution.");
85
"
CompileOnlyService
does not support device data transfers.")
[
all
...]
compile_only_service.cc
39
/* static */ StatusOr<std::unique_ptr<
CompileOnlyService
>>
40
CompileOnlyService
::NewService(perftools::gputools::Platform* platform) {
46
/* static */ StatusOr<std::unique_ptr<
CompileOnlyService
>>
47
CompileOnlyService
::NewService(const ServiceOptions& options) {
55
std::unique_ptr<
CompileOnlyService
> service(
56
new
CompileOnlyService
(options, compiler));
60
CompileOnlyService
::
CompileOnlyService
(const ServiceOptions& options,
65
CompileOnlyService
::CompileAheadOfTime(
/external/tensorflow/tensorflow/compiler/xla/client/
compile_only_client.h
34
explicit CompileOnlyClient(
CompileOnlyService
* service)
61
CompileOnlyService
* compiler_service_;
compile_only_client.cc
28
std::vector<
CompileOnlyService
::AotComputationInstance> service_instances;
32
CompileOnlyService
::AotComputationInstance& service_instance =
client_library.h
117
std::unique_ptr<
CompileOnlyService
> service;
client_library.cc
143
CompileOnlyService
::NewService(platform));
Completed in 300 milliseconds