Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc962 bool IsOnSuitableGPUArch(const NodeDef& node) const;
1162 bool AutoMixedPrecisionImpl::IsOnSuitableGPUArch(const NodeDef& node) const { in IsOnSuitableGPUArch() function in tensorflow::grappler::__anon69ea7d4c0111::AutoMixedPrecisionImpl
1285 (ShouldIgnorePerformance() || IsOnSuitableGPUArch(node)); in Optimize()