Searched refs:num_cpu_cores (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 41 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()
|
D | single_machine.h | 33 SingleMachine(int timeout_s, int num_cpu_cores, int num_gpus);
|
/external/webrtc/video/ |
D | video_receive_stream.h | 61 int num_cpu_cores, 70 int num_cpu_cores,
|
D | video_send_stream.cc | 71 int num_cpu_cores, in VideoSendStream() argument 92 CreateVideoStreamEncoder(clock, task_queue_factory, num_cpu_cores, in VideoSendStream()
|
D | video_receive_stream.cc | 188 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()
|
D | video_send_stream.h | 57 int num_cpu_cores,
|
D | video_receive_stream2.h | 91 int num_cpu_cores,
|
D | video_receive_stream2.cc | 185 int num_cpu_cores, in VideoReceiveStream2() argument 195 num_cpu_cores_(num_cpu_cores), in VideoReceiveStream2()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | tpu_driver.proto | 43 required int32 num_cpu_cores = 1; field
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster_wrapper.cc | 82 int num_cpu_cores = in PYBIND11_MODULE() local 88 timeout_s, num_cpu_cores, num_gpus); in PYBIND11_MODULE()
|