Home
last modified time | relevance | path

Searched defs:GetDeviceInfo (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
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
Dcl_device.cc34 std::string GetDeviceInfo<std::string>(cl_device_id id, cl_device_info info) { in GetDeviceInfo() function
/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
/external/tensorflow/tensorflow/core/grappler/clusters/
Dutils_test.cc67 TEST(UtilsTest, GetDeviceInfo) { in TEST() argument
Dutils.cc151 DeviceProperties GetDeviceInfo(const DeviceNameUtils::ParsedName& device) { in GetDeviceInfo() function
/external/openscreen/cast/cast_core/api/platform/
Dplatform_service.proto22 rpc GetDeviceInfo(GetDeviceInfoRequest) returns (GetDeviceInfoResponse); rpc
/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.cc80 grappler::DeviceInfo TfOpRoofLineCostEstimator::GetDeviceInfo( in GetDeviceInfo() function in tensorflow::profiler::TfOpRoofLineCostEstimator
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.cc237 DeviceProperties GetDeviceInfo(const string& device_str) { in GetDeviceInfo() function
259 DeviceProperties GetDeviceInfo(const CostGraphDef::Node& node) { in GetDeviceInfo() function
Dop_level_cost_estimator_test.cc52 DeviceInfo GetDeviceInfo(const DeviceProperties& device) const override { in GetDeviceInfo() function in tensorflow::grappler::__anonf97b80530111::TestOpLevelCostEstimator
Dop_level_cost_estimator.cc719 DeviceInfo OpLevelCostEstimator::GetDeviceInfo( in GetDeviceInfo() function in tensorflow::grappler::OpLevelCostEstimator
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc120 int32_t DeviceInfoDS::GetDeviceInfo(uint32_t deviceNumber, in GetDeviceInfo() function in webrtc::videocapturemodule::DeviceInfoDS
/external/angle/src/libGLESv2/
Dcl_stubs.cpp68 cl_int GetDeviceInfo(cl_device_id device, in GetDeviceInfo() function