Home
last modified time | relevance | path

Searched refs:GetDeviceInfo (Results 1 – 25 of 28) sorted by relevance

12

/external/angle/src/libANGLE/renderer/cl/
DCLDeviceCL.cpp25 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/
Dcl_device.cc34 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 …]
Dcl_device.h65 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/
Dutils_test.cc67 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()
Dutils.h34 DeviceProperties GetDeviceInfo(const DeviceNameUtils::ParsedName& device);
Dvirtual_cluster.cc50 DeviceProperties props = GetDeviceInfo(device->parsed_name()); in VirtualCluster()
Dutils.cc151 DeviceProperties GetDeviceInfo(const DeviceNameUtils::ParsedName& device) { in GetDeviceInfo() function
/external/skqp/src/compute/common/cl/
Dfind_cl.c112 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/
Dutils.h59 DeviceProperties GetDeviceInfo(const CostGraphDef::Node& node);
60 DeviceProperties GetDeviceInfo(const string& device_str);
Dutils.cc237 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()
Dop_level_cost_estimator_test.cc52 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()
Dop_level_cost_estimator.h99 virtual DeviceInfo GetDeviceInfo(const DeviceProperties& device) const;
/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.h39 grappler::DeviceInfo GetDeviceInfo(
Dcost_utils.cc80 grappler::DeviceInfo TfOpRoofLineCostEstimator::GetDeviceInfo( in GetDeviceInfo() function in tensorflow::profiler::TfOpRoofLineCostEstimator
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.h80 int32_t GetDeviceInfo(uint32_t deviceNumber,
Ddevice_info_ds.cc103 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/
Dplatform_service.proto22 rpc GetDeviceInfo(GetDeviceInfoRequest) returns (GetDeviceInfoResponse); rpc
/external/tensorflow/tensorflow/python/grappler/
Dtf_optimizer_wrapper.cc51 prop = tensorflow::grappler::GetDeviceInfo(device->parsed_name()); in DetectDevices()
Dcluster_wrapper.cc251 estimator.GetDeviceInfo(device.properties()); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt279 tensorflow::grappler::GetDeviceInfo
283 tensorflow::grappler::GetDeviceInfo
302 tensorflow::grappler::OpLevelCostEstimator::GetDeviceInfo
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small183 label_en='Call ShopFloor (GetDeviceInfo)',
184 label_zh=u'连到 ShopFloor (GetDeviceInfo)',
186 dargs={'method': 'GetDeviceInfo',
/external/skqp/src/compute/hs/cl/bench/
Dmain.c729 cl(GetDeviceInfo(device_id, in main()
737 cl(GetDeviceInfo(device_id, in main()
/external/skqp/src/compute/skc/platforms/cl_12/
Druntime_cl_12.c133 cl(GetDeviceInfo(device_id_cl, in skc_runtime_cl_12_create()
/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h29 cl_int GetDeviceInfo(cl_device_id device,
Dentry_points_cl_autogen.cpp89 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()

12