Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc970 bool IsSourceOrSinkOp(const string& op) const;
1430 bool AutoMixedPrecisionImpl::IsSourceOrSinkOp(const string& op) const { in IsSourceOrSinkOp() function in tensorflow::grappler::__anon69ea7d4c0111::AutoMixedPrecisionImpl
1489 } else if (IsSourceOrSinkOp(node->op())) { in FindFloat32TensorListOpClustersAndDenylistUnsafe()