/external/llvm-project/openmp/libomptarget/plugins/ve/src/ |
D | rtl.cpp | 123 int NumDevices = NodeIds.size(); in RTLDeviceInfoTy() local 124 DP("Found %i VE devices\n", NumDevices); in RTLDeviceInfoTy() 125 ProcHandles.resize(NumDevices, NULL); in RTLDeviceInfoTy() 126 Contexts.resize(NumDevices, NULL); in RTLDeviceInfoTy() 127 FuncOrGblEntry.resize(NumDevices); in RTLDeviceInfoTy() 128 LibraryHandles.resize(NumDevices); in RTLDeviceInfoTy()
|
/external/webrtc/modules/audio_device/win/ |
D | audio_device_module_win.h | 35 virtual int NumDevices() const = 0; 59 virtual int NumDevices() const = 0;
|
D | core_audio_output_win.h | 39 int NumDevices() const override;
|
D | core_audio_input_win.h | 39 int NumDevices() const override;
|
D | audio_device_module_win.cc | 178 return output_->NumDevices(); in PlayoutDevices() 185 return input_->NumDevices(); in RecordingDevices()
|
D | core_audio_output_win.cc | 57 int CoreAudioOutput::NumDevices() const { in NumDevices() function in webrtc::webrtc_win::CoreAudioOutput
|
D | core_audio_input_win.cc | 59 int CoreAudioInput::NumDevices() const { in NumDevices() function in webrtc::webrtc_win::CoreAudioInput
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_structs.h | 49 size_t NumDevices() const { return device_names_.size(); } in NumDevices() function
|
/external/llvm-project/parallel-libs/acxxel/ |
D | opencl_acxxel.cpp | 150 cl_uint NumDevices; in create() local 154 MaxNumEntries, Devices, &NumDevices)) in create() 156 for (cl_uint DeviceIndex = 0; DeviceIndex < NumDevices; ++DeviceIndex) in create()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 176 return ContextInfo::NumDevices; in FromCLenum() 192 case ContextInfo::NumDevices: in ToCLenum() 213 case ContextInfo::NumDevices: in operator <<() 2042 return ProgramInfo::NumDevices; in FromCLenum() 2074 case ProgramInfo::NumDevices: in ToCLenum() 2110 case ProgramInfo::NumDevices: in operator <<()
|
D | PackedCLEnums_autogen.h | 68 NumDevices = 3, enumerator 455 NumDevices = 2, enumerator
|
/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.c | 107 cl_uint *NumDevices); 122 const cl_context_properties *Properties, cl_uint NumDevices, 148 clCreateProgramWithLLVMIntelFcnTy(cl_context Context, cl_uint NumDevices, 154 cl_context Context, cl_uint NumDevices, const cl_device_id *DeviceList, 160 cl_program Program, cl_uint NumDevices, const cl_device_id *DeviceList,
|
/external/angle/src/libANGLE/ |
D | CLProgram.cpp | 93 case ProgramInfo::NumDevices: in getInfo()
|
D | CLContext.cpp | 37 case ContextInfo::NumDevices: in getInfo()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | device_util_test.cc | 170 ASSERT_EQ(devices.NumDevices(), 1); in TEST()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | layout_optimization.cc | 133 if (devices.NumDevices() == 0 && force_data_format_.empty()) return; in runOnFunction()
|