Home
last modified time | relevance | path

Searched refs:NumDeviceType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr.h69 virtual int NumDeviceType(const string& type) const = 0;
97 int NumDeviceType(const string& type) const override;
133 int NumDeviceType(const string& type) const override;
Ddevice_mgr.cc149 int StaticDeviceMgr::NumDeviceType(const string& type) const { in NumDeviceType() function in tensorflow::StaticDeviceMgr
Ddynamic_device_mgr.cc119 int DynamicDeviceMgr::NumDeviceType(const string& type) const { in NumDeviceType() function in tensorflow::DynamicDeviceMgr