HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceInfo (Results 1 - 17 of 17) sorted by null

  /external/tensorflow/tensorflow/core/grappler/clusters/
utils.h 33 DeviceProperties GetDeviceInfo(const DeviceNameUtils::ParsedName& device);
utils.cc 108 DeviceProperties GetDeviceInfo(const DeviceNameUtils::ParsedName& device) {
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.h 47 DeviceProperties GetDeviceInfo(const CostGraphDef::Node& node);
48 DeviceProperties GetDeviceInfo(const string& device_str);
op_level_cost_estimator.h 45 virtual DeviceInfo GetDeviceInfo(const DeviceProperties& device) const;
utils.cc 202 DeviceProperties GetDeviceInfo(const string& device_str) {
216 DeviceProperties GetDeviceInfo(const CostGraphDef::Node& node) {
217 return GetDeviceInfo(node.device());
275 *perf->mutable_op()->mutable_device() = GetDeviceInfo(cost_node->device());
op_level_cost_estimator.cc 311 OpLevelCostEstimator::DeviceInfo OpLevelCostEstimator::GetDeviceInfo(
413 DeviceInfo device_perf = GetDeviceInfo(op_features.device());
    [all...]
  /device/google/cuttlefish_common/guest/commands/usbforward/
usb_server.h 77 bool GetDeviceInfo(DeviceInfo* info, std::vector<InterfaceInfo>* ifaces);
usb_server.cpp 60 bool USBServer::GetDeviceInfo(
125 bool found = GetDeviceInfo(&info, &ifaces);
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.h 87 int32_t GetDeviceInfo(uint32_t deviceNumber,
device_info_ds.cc 126 return GetDeviceInfo(0, 0, 0, 0, 0, 0, 0);
139 const int32_t result = GetDeviceInfo(deviceNumber, deviceNameUTF8,
148 int32_t DeviceInfoDS::GetDeviceInfo(
  /external/tensorflow/tensorflow/python/grappler/
tf_optimizer.i 85 prop = tensorflow::grappler::GetDeviceInfo(device->parsed_name());
cluster.i 305 estimator.GetDeviceInfo(device.properties());
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BluetoothIo.h 400 EFI_BLUETOOTH_IO_GET_DEVICE_INFO GetDeviceInfo;
UsbFunctionIo.h 664 EFI_USBFN_IO_GET_DEVICE_INFO GetDeviceInfo;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dinput.h     [all...]
sti.h 300 STDMETHOD(GetDeviceInfo)(THIS_ LPWSTR pwszDeviceName,LPVOID *ppBuffer) PURE;
329 STDMETHOD(GetDeviceInfo)(THIS_ LPCSTR pwszDeviceName,LPVOID *ppBuffer) PURE;
364 #define IStillImage_GetDeviceInfo(p,a,b) (p)->lpVtbl->GetDeviceInfo(p,a,b)
  /external/tensorflow/tensorflow/core/common_runtime/
graph_execution_state.cc 343 DeviceProperties props = grappler::GetDeviceInfo(device->parsed_name());

Completed in 831 milliseconds