/external/angle/src/libANGLE/renderer/cl/ |
D | CLDeviceCL.cpp | 25 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, std::vector<T> &vector) in GetDeviceInfo() function 45 bool GetDeviceInfo(cl_device_id device, cl::DeviceInfo name, T &value) in GetDeviceInfo() function 71 if (!GetDeviceInfo(mNative, cl::DeviceInfo::MaxWorkItemSizes, info.maxWorkItemSizes)) in createInfo() 86 if (!GetDeviceInfo(mNative, cl::DeviceInfo::MaxMemAllocSize, info.maxMemAllocSize) || in createInfo() 87 !GetDeviceInfo(mNative, cl::DeviceInfo::ImageSupport, info.imageSupport) || in createInfo() 88 !GetDeviceInfo(mNative, cl::DeviceInfo::Image2D_MaxWidth, info.image2D_MaxWidth) || in createInfo() 89 !GetDeviceInfo(mNative, cl::DeviceInfo::Image2D_MaxHeight, info.image2D_MaxHeight) || in createInfo() 90 !GetDeviceInfo(mNative, cl::DeviceInfo::Image3D_MaxWidth, info.image3D_MaxWidth) || in createInfo() 91 !GetDeviceInfo(mNative, cl::DeviceInfo::Image3D_MaxHeight, info.image3D_MaxHeight) || in createInfo() 92 !GetDeviceInfo(mNative, cl::DeviceInfo::Image3D_MaxDepth, info.image3D_MaxDepth) || in createInfo() [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 34 std::string GetDeviceInfo<std::string>(cl_device_id id, cl_device_info info) { in GetDeviceInfo() function 77 GetDeviceInfo<cl_uint>(id, CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS); in GetDeviceWorkDimsSizes() 133 const auto device_name = GetDeviceInfo<std::string>(id, CL_DEVICE_NAME); in GpuInfoFromDeviceID() 134 const auto vendor_name = GetDeviceInfo<std::string>(id, CL_DEVICE_VENDOR); in GpuInfoFromDeviceID() 136 GetDeviceInfo<std::string>(id, CL_DEVICE_OPENCL_C_VERSION); in GpuInfoFromDeviceID() 142 absl::StrSplit(GetDeviceInfo<std::string>(id, CL_DEVICE_EXTENSIONS), ' '); in GpuInfoFromDeviceID() 155 GetDeviceInfo<cl_bool>(id, CL_DEVICE_IMAGE_SUPPORT); in GpuInfoFromDeviceID() 158 GetDeviceInfo<cl_device_fp_config>(id, CL_DEVICE_SINGLE_FP_CONFIG); in GpuInfoFromDeviceID() 163 auto status = GetDeviceInfo<cl_device_fp_config>( in GpuInfoFromDeviceID() 194 GetDeviceInfo<cl_uint>(id, CL_DEVICE_MAX_COMPUTE_UNITS); in GpuInfoFromDeviceID() [all …]
|
D | cl_device.h | 65 T GetDeviceInfo(cl_device_id id, cl_device_info info) { in GetDeviceInfo() function 75 absl::Status GetDeviceInfo(cl_device_id id, cl_device_info info, T* result) { in GetDeviceInfo() function
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | utils_test.cc | 67 TEST(UtilsTest, GetDeviceInfo) { in TEST() argument 73 properties = GetDeviceInfo(device); in TEST() 78 properties = GetDeviceInfo(device); in TEST() 84 properties = GetDeviceInfo(device); in TEST() 95 properties = GetDeviceInfo(device); in TEST() 102 properties = GetDeviceInfo(device); in TEST() 109 properties = GetDeviceInfo(device); in TEST()
|
D | utils.h | 34 DeviceProperties GetDeviceInfo(const DeviceNameUtils::ParsedName& device);
|
D | virtual_cluster.cc | 50 DeviceProperties props = GetDeviceInfo(device->parsed_name()); in VirtualCluster()
|
D | utils.cc | 151 DeviceProperties GetDeviceInfo(const DeviceNameUtils::ParsedName& device) { in GetDeviceInfo() function
|
/external/skqp/src/compute/common/cl/ |
D | find_cl.c | 112 cl(GetDeviceInfo(device_ids[jj], in clFindIdsByName() 118 cl(GetDeviceInfo(device_ids[jj], in clFindIdsByName() 127 cl(GetDeviceInfo(device_ids[jj], in clFindIdsByName() 133 cl(GetDeviceInfo(device_ids[jj], in clFindIdsByName()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils.h | 59 DeviceProperties GetDeviceInfo(const CostGraphDef::Node& node); 60 DeviceProperties GetDeviceInfo(const string& device_str);
|
D | utils.cc | 237 DeviceProperties GetDeviceInfo(const string& device_str) { in GetDeviceInfo() function 259 DeviceProperties GetDeviceInfo(const CostGraphDef::Node& node) { in GetDeviceInfo() function 260 return GetDeviceInfo(node.device()); in GetDeviceInfo() 318 *perf->mutable_op()->mutable_device() = GetDeviceInfo(cost_node->device()); in CostGraphToOpPerformanceData()
|
D | op_level_cost_estimator_test.cc | 52 DeviceInfo GetDeviceInfo(const DeviceProperties& device) const override { in GetDeviceInfo() function in tensorflow::grappler::__anonf97b80530111::TestOpLevelCostEstimator 1066 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F() 1099 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F() 2172 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F() 2195 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F() 2226 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F() 2279 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F() 2301 estimator_.GetDeviceInfo(op_context.op_info.device()).gigaops); in TEST_F()
|
D | op_level_cost_estimator.h | 99 virtual DeviceInfo GetDeviceInfo(const DeviceProperties& device) const;
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | cost_utils.h | 39 grappler::DeviceInfo GetDeviceInfo(
|
D | cost_utils.cc | 80 grappler::DeviceInfo TfOpRoofLineCostEstimator::GetDeviceInfo( in GetDeviceInfo() function in tensorflow::profiler::TfOpRoofLineCostEstimator
|
/external/webrtc/modules/video_capture/windows/ |
D | device_info_ds.h | 80 int32_t GetDeviceInfo(uint32_t deviceNumber,
|
D | device_info_ds.cc | 103 return GetDeviceInfo(0, 0, 0, 0, 0, 0, 0); in NumberOfDevices() 114 const int32_t result = GetDeviceInfo( in GetDeviceName() 120 int32_t DeviceInfoDS::GetDeviceInfo(uint32_t deviceNumber, in GetDeviceInfo() function in webrtc::videocapturemodule::DeviceInfoDS
|
/external/openscreen/cast/cast_core/api/platform/ |
D | platform_service.proto | 22 rpc GetDeviceInfo(GetDeviceInfoRequest) returns (GetDeviceInfoResponse); rpc
|
/external/tensorflow/tensorflow/python/grappler/ |
D | tf_optimizer_wrapper.cc | 51 prop = tensorflow::grappler::GetDeviceInfo(device->parsed_name()); in DetectDevices()
|
D | cluster_wrapper.cc | 251 estimator.GetDeviceInfo(device.properties()); in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 279 tensorflow::grappler::GetDeviceInfo 283 tensorflow::grappler::GetDeviceInfo 302 tensorflow::grappler::OpLevelCostEstimator::GetDeviceInfo
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.fwteam_small | 183 label_en='Call ShopFloor (GetDeviceInfo)', 184 label_zh=u'è¿å° ShopFloor (GetDeviceInfo)', 186 dargs={'method': 'GetDeviceInfo',
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 729 cl(GetDeviceInfo(device_id, in main() 737 cl(GetDeviceInfo(device_id, in main()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | runtime_cl_12.c | 133 cl(GetDeviceInfo(device_id_cl, in skc_runtime_cl_12_create()
|
/external/angle/src/libGLESv2/ |
D | cl_stubs_autogen.h | 29 cl_int GetDeviceInfo(cl_device_id device,
|
D | entry_points_cl_autogen.cpp | 89 CL_EVENT(GetDeviceInfo, in clGetDeviceInfo() 98 ANGLE_CL_VALIDATE_ERROR(GetDeviceInfo, device, param_namePacked, param_value_size, param_value, in clGetDeviceInfo() 101 return GetDeviceInfo(device, param_namePacked, param_value_size, param_value, in clGetDeviceInfo()
|