Home
last modified time | relevance | path

Searched defs:getmodule (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_inspect.py330 def getmodule(object): # pylint: disable=redefined-builtin function
/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py349 def getmodule(object): # pylint: disable=redefined-builtin function
Dtf_stack.cc84 static const auto* getmodule = new py::function(inspect->attr("getmodule")); in LineContents() local
/external/python/cpython2/Lib/
Dinspect.py471 def getmodule(object, _filename=None): function
/external/python/cpython3/Lib/test/
Dtest_pickle.py367 def getmodule(module): function
/external/python/cpython3/Lib/
Dinspect.py850 def getmodule(object, _filename=None): function