Home
last modified time | relevance | path

Searched defs:getmodule (Results 1 – 5 of 5) 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.py344 def getmodule(object): # pylint: disable=redefined-builtin function
Dtf_stack.cc91 static const auto* getmodule = new py::function(inspect->attr("getmodule")); in LineContents() local
/external/python/cpython3/Lib/test/
Dtest_pickle.py545 def getmodule(module): function
/external/python/cpython3/Lib/
Dinspect.py1000 def getmodule(object, _filename=None): function