Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc1011 gtl::FlatSet<string> f16_denylist_; member in tensorflow::grappler::__anon69ea7d4c0111::AutoMixedPrecisionImpl
1269 f16_denylist_ = mp_lists->DenyList(); in Optimize()
1272 TF_RETURN_IF_ERROR(ValidateLists(f16_allowlist_, f16_denylist_, in Optimize()
1567 if (!(f16_denylist_.count(root.node->op()) || in PropagateDenyFwdThroughClearAndInfer()
1587 if (deny_set->count(root_idx) || !f16_denylist_.count(root.node->op())) { in PropagateDenyFwdThroughClearAndInfer()