Searched refs:dst_is_allow (Results 1 – 1 of 1) sorted by relevance
1869 bool dst_is_allow = allow_set->count(dst_type_idx); in MakeCastsAllowIfAllOutputsAllow() local1870 if (!dst_is_allow) { in MakeCastsAllowIfAllOutputsAllow()1935 bool dst_is_allow = allow_set.count(dst_type_idx); in ChangeTypeAttrsAndAddCasts() local1936 if (src_is_allow != dst_is_allow) { in ChangeTypeAttrsAndAddCasts()1938 bool to_f16 = dst_is_allow; in ChangeTypeAttrsAndAddCasts()