Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dlinalg_grad.py221 other_subs, output_subs): argument
275 set(output_subs + other_subs + "."))
284 output_subs, other_subs,
/external/libabigail/src/
Dabg-ir.cc15413 std::vector<array_type_def::subrange_sptr > other_subs = r.get_subranges(); in equals() local
15416 if (this_subs.size() != other_subs.size()) in equals()
15426 for (i = this_subs.begin(), j = other_subs.begin(); in equals()
15427 i != this_subs.end() && j != other_subs.end(); in equals()
15476 std::vector<array_type_def::subrange_sptr > other_subs = r->get_subranges(); in equals_modulo_cv_qualifier() local
15478 if (this_subs.size() != other_subs.size()) in equals_modulo_cv_qualifier()
15482 for (i = this_subs.begin(), j = other_subs.begin(); in equals_modulo_cv_qualifier()
15483 i != this_subs.end() && j != other_subs.end(); in equals_modulo_cv_qualifier()