Home
last modified time | relevance | path

Searched refs:num_cpu_cores (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc41 SingleMachine::SingleMachine(int timeout_s, int num_cpu_cores, int num_gpus) in SingleMachine() argument
43 VLOG(1) << "Number of CPU cores: " << num_cpu_cores in SingleMachine()
52 CHECK_GE(num_cpu_cores, 1); in SingleMachine()
53 options_.config.set_intra_op_parallelism_threads(num_cpu_cores); in SingleMachine()
57 num_cpu_cores); in SingleMachine()
Dsingle_machine.h33 SingleMachine(int timeout_s, int num_cpu_cores, int num_gpus);
/external/webrtc/video/
Dvideo_receive_stream.h61 int num_cpu_cores,
70 int num_cpu_cores,
Dvideo_send_stream.cc71 int num_cpu_cores, in VideoSendStream() argument
92 CreateVideoStreamEncoder(clock, task_queue_factory, num_cpu_cores, in VideoSendStream()
Dvideo_receive_stream.cc188 int num_cpu_cores, in VideoReceiveStream() argument
198 num_cpu_cores_(num_cpu_cores), in VideoReceiveStream()
275 int num_cpu_cores, in VideoReceiveStream() argument
283 num_cpu_cores, in VideoReceiveStream()
Dvideo_send_stream.h57 int num_cpu_cores,
Dvideo_receive_stream2.h91 int num_cpu_cores,
Dvideo_receive_stream2.cc185 int num_cpu_cores, in VideoReceiveStream2() argument
195 num_cpu_cores_(num_cpu_cores), in VideoReceiveStream2()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.proto43 required int32 num_cpu_cores = 1; field
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc82 int num_cpu_cores = in PYBIND11_MODULE() local
88 timeout_s, num_cpu_cores, num_gpus); in PYBIND11_MODULE()