Searched refs:mgr1 (Results 1 – 7 of 7) sorted by relevance
/external/python/httplib2/doc/html/_static/ |
D | searchtools.js | 74 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/ |
D | process_function_library_runtime_test.cc | 849 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/ |
D | contextlib.rst | 67 .. function:: nested(mgr1[, mgr2[, ...]])
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 776 The :mod:`contextlib` module also has a ``nested(mgr1, mgr2, ...)`` function
|
D | 2.6.rst | 461 The :mod:`contextlib` module also has a ``nested(mgr1, mgr2, ...)`` function
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 777 The :mod:`contextlib` module also has a ``nested(mgr1, mgr2, ...)`` function
|
D | 2.6.rst | 465 The :mod:`contextlib` module also has a ``nested(mgr1, mgr2, ...)`` function
|