Searched refs:PluggableDeviceProcessState (Results 1 – 5 of 5) sorted by relevance
45 /*static*/ PluggableDeviceProcessState* PluggableDeviceProcessState::singleton( in singleton()48 std::unordered_map<string, PluggableDeviceProcessState*>; in singleton()55 new PluggableDeviceProcessState(device_type, platform_name); in singleton()59 PluggableDeviceProcessState::PluggableDeviceProcessState( in PluggableDeviceProcessState() function in tensorflow::PluggableDeviceProcessState67 int PluggableDeviceProcessState::BusIdForPluggableDevice( in BusIdForPluggableDevice()79 Allocator* PluggableDeviceProcessState::GetPluggableDeviceAllocator( in GetPluggableDeviceAllocator()140 Allocator* PluggableDeviceProcessState::GetPluggableDeviceHostAllocator( in GetPluggableDeviceHostAllocator()
40 class PluggableDeviceProcessState {44 static PluggableDeviceProcessState* singleton(const string& device_type,90 PluggableDeviceProcessState(const string& device_type,92 virtual ~PluggableDeviceProcessState() {} in ~PluggableDeviceProcessState()99 static PluggableDeviceProcessState* instance_;
156 PluggableDeviceProcessState::singleton(device_type, platform_name) in PluggableDevice()247 PluggableDeviceProcessState* ps = in GetAllocator()248 PluggableDeviceProcessState::singleton(device_type(), platform_name_); in GetAllocator()
247 PluggableDeviceProcessState* process_state = in CreatePluggableDevice()248 PluggableDeviceProcessState::singleton(device_type_, platform_name_); in CreatePluggableDevice()
84 friend class PluggableDeviceProcessState; variable