Home
last modified time | relevance | path

Searched defs:num_cores (Results 1 – 24 of 24) sorted by relevance

/external/libavc/encoder/
Dih264e_debug.h43 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) \ argument
50 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) \ argument
55 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) (void); argument
61 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) (void); argument
/external/skqp/src/core/
DSkExecutor.cpp19 static int num_cores() { in num_cores() function
26 static int num_cores() { in num_cores() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_topology.cc51 int num_cores = tpu::ExecutorApiFn()->TpuHostLocation_NumCoresFn( in Cores() local
109 int num_cores = in cores() local
/external/skia/src/core/
DSkExecutor.cpp18 static int num_cores() { in num_cores() function
25 static int num_cores() { in num_cores() function
/external/bcc/examples/cpp/
DCPUDistribution.cc84 auto num_cores = sysconf(_SC_NPROCESSORS_ONLN); in main() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dhardware_types.proto26 uint32 num_cores = 2; field
/external/tensorflow/tensorflow/core/protobuf/
Ddevice_properties.proto34 int64 num_cores = 5; field
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.proto38 int32 num_cores = 4; field
Dtpu_system_metadata.py65 def __new__(cls, num_cores, num_hosts, num_of_cores_per_host, topology, argument
Dtpu_embedding.py1398 def num_cores(self): member in TPUEmbedding
1964 def _validate_batch_size(batch_size, num_cores): argument
/external/libchrome/base/task_scheduler/
Dtask_scheduler.cc56 const int num_cores = SysInfo::NumberOfProcessors(); in StartWithDefaultParams() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_program_group.h52 int64 num_cores() const override { return num_cores_; } in num_cores() function
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dpaxb.h46 uint32_t num_cores; member
/external/autotest/client/site_tests/power_Thermal/
Dpower_Thermal.py18 def __init__(self, num_cores, max_cpu_freq, min_cpu_freq): argument
/external/libmpeg2/common/
Dithread.c161 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local
/external/libavc/common/
Dithread.c179 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h79 virtual int64 num_cores() const { return 0; } in num_cores() function
/external/libhevc/common/
Dithread.c154 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local
/external/webrtc/video/
Dvideo_stream_decoder_impl.cc108 int num_cores = decoder_settings_it->second.second; in GetDecoder() local
Dvideo_analyzer.cc126 uint32_t num_cores = CpuInfo::DetectNumberOfCores(); in VideoAnalyzer() local
/external/tensorflow/tensorflow/core/util/
Dtest_log.proto91 int64 num_cores = 1; field
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp186 const uint32_t num_cores = core_thread_list.GetSize(false); in UpdateThreadList() local
/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test.cc248 int num_cores = CpuInfo::DetectNumberOfCores(); in Run() local
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/include/
Dt194_nvg.h269 uint32_t num_cores : U(4); member