Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc367 bool IsDeviceCompatible(const RemapperContext& ctx, Pattern& matched) { in IsCpuCompatibleDataType() function
432 if (check_device_compatible && !IsDeviceCompatible(ctx, pattern)) in IsCpuCompatibleDataType()
482 if (!IsDeviceCompatible(ctx, pattern)) return false; in IsCpuCompatibleDataType()
537 if (!IsDeviceCompatible(ctx, pattern)) return false; in IsCpuCompatibleDataType()
1063 DCHECK(IsDeviceCompatible(*ctx, matched)) << "Unsupported fusion pattern"; in IsCpuCompatibleDataType()
1107 DCHECK(IsDeviceCompatible(*ctx, matched)) << "Unsupported fusion pattern"; in IsCpuCompatibleDataType()
1158 DCHECK(IsDeviceCompatible(*ctx, matched)) << "Unsupported fusion pattern"; in IsCpuCompatibleDataType()