Searched refs:src_is_allow (Results 1 – 1 of 1) sorted by relevance
1118 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() argument2095 if (src_is_allow != dst_is_allow) { in InsertCastNodeAtFanout()2183 bool src_is_allow = allow_set.count(node_type_idx); in ChangeTypeAttrsAndAddCasts() local2189 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()