Searched refs:n_res (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | config.py | 93 config.n_res = [9, 9, 9] 101 config.n_res = [9, 9, 9] 173 config.n_res = [2, 2, 11, 2]
|
D | revnet.py | 65 n_res = self.config.n_res[i] 75 n_res,
|
D | blocks_test.py | 138 n_res=3, 167 n_res=3, 201 n_res=3,
|
D | blocks.py | 42 n_res, argument 66 for i in range(n_res):
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 9723 int n_res, j; in do_capitalize() local 9727 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_capitalize() 9728 for (j = 0; j < n_res; j++) { in do_capitalize() 9734 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_capitalize() 9735 for (j = 0; j < n_res; j++) { in do_capitalize() 9749 int n_res, j; in do_swapcase() local 9751 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_swapcase() 9754 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_swapcase() 9757 n_res = 1; in do_swapcase() 9760 for (j = 0; j < n_res; j++) { in do_swapcase() [all …]
|
/external/libxml2/ |
D | testapi.c | 46954 int n_res; in test_xmlXPathEvalPredicate() local 46957 for (n_res = 0;n_res < gen_nb_xmlXPathObjectPtr;n_res++) { in test_xmlXPathEvalPredicate() 46960 res = gen_xmlXPathObjectPtr(n_res, 1); in test_xmlXPathEvalPredicate() 46966 des_xmlXPathObjectPtr(n_res, res, 1); in test_xmlXPathEvalPredicate() 46973 printf(" %d", n_res); in test_xmlXPathEvalPredicate() 48032 int n_res; in test_xmlXPathEvaluatePredicateResult() local 48035 for (n_res = 0;n_res < gen_nb_xmlXPathObjectPtr;n_res++) { in test_xmlXPathEvaluatePredicateResult() 48038 res = gen_xmlXPathObjectPtr(n_res, 1); in test_xmlXPathEvaluatePredicateResult() 48044 des_xmlXPathObjectPtr(n_res, res, 1); in test_xmlXPathEvaluatePredicateResult() 48051 printf(" %d", n_res); in test_xmlXPathEvaluatePredicateResult()
|