Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc1118 const absl::flat_hash_set<int>& allow_set, const bool src_is_allow,
2074 const absl::flat_hash_set<int>& allow_set, const bool src_is_allow, in InsertCastNodeAtFanout() argument
2095 if (src_is_allow != dst_is_allow) { in InsertCastNodeAtFanout()
2183 bool src_is_allow = allow_set.count(node_type_idx); in ChangeTypeAttrsAndAddCasts() local
2189 if (src_is_allow) { in ChangeTypeAttrsAndAddCasts()
2211 InsertCastNodeAtFanout(allow_set, src_is_allow, in ChangeTypeAttrsAndAddCasts()
2236 TF_RETURN_IF_ERROR(InsertCastNodeAtFanout(allow_set, src_is_allow, in ChangeTypeAttrsAndAddCasts()