Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc144 const DeviceNameUtils::ParsedName segment_device = in GetEngineInfo() local
258 if (segment_device.has_type) { in GetEngineInfo()
262 if (segment_device.type != "GPU") { in GetEngineInfo()
265 DeviceNameUtils::ParsedNameToString(segment_device)); in GetEngineInfo()
267 info->device = DeviceNameUtils::ParsedNameToString(segment_device); in GetEngineInfo()