HomeSort by relevance Sort by last modified time
    Searched refs:service_options (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/client/
client_library.cc 106 ServiceOptions service_options; local
107 service_options.set_platform(platform);
108 service_options.set_number_of_replicas(replica_count);
109 service_options.set_intra_op_parallelism_threads(
111 service_options.set_allowed_devices(options.allowed_devices());
114 LocalService::NewService(service_options));
local_client.cc 168 ServiceExecutableRunOptions service_options(run_options,
172 return ExecuteAndDump(&service_options, arguments);
175 &service_options, run_options.execution_profile(), arguments);
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 168 service_options = service_descriptor.GetOptions()
170 self.assertEqual(-9876543210, service_options.Extensions[service_opt1])
    [all...]

Completed in 1292 milliseconds