Home
last modified time | relevance | path

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

/external/python/httplib2/doc/html/_static/
Dsearchtools.js74 var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1
173 re = new RegExp(mgr1);
180 re2 = new RegExp(mgr1);
190 re = new RegExp(mgr1);
197 re2 = new RegExp(mgr1);
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc849 ResourceMgr* mgr1 = device1_->resource_manager(); in TEST_F() local
851 TF_ASSERT_OK(mgr1->Create(mgr1->default_container(), "var", resource1)); in TEST_F()
856 GetResourceHandle("var", mgr1->default_container(), device1_->name()); in TEST_F()
/external/python/cpython2/Doc/library/
Dcontextlib.rst67 .. function:: nested(mgr1[, mgr2[, ...]])
/external/python/cpython2/Doc/whatsnew/
D2.5.rst776 The :mod:`contextlib` module also has a ``nested(mgr1, mgr2, ...)`` function
D2.6.rst461 The :mod:`contextlib` module also has a ``nested(mgr1, mgr2, ...)`` function
/external/python/cpython3/Doc/whatsnew/
D2.5.rst777 The :mod:`contextlib` module also has a ``nested(mgr1, mgr2, ...)`` function
D2.6.rst465 The :mod:`contextlib` module also has a ``nested(mgr1, mgr2, ...)`` function