Home
last modified time | relevance | path

Searched refs:py_module_name (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/tools/docs/
Dparser.py403 for py_module_name in self._py_module_names:
404 if string == py_module_name or string.startswith(py_module_name + '.'):
/external/python/cpython2/Modules/
DcPickle.c3350 find_class(PyObject *py_module_name, PyObject *py_global_name, PyObject *fc) in find_class() argument
3360 return PyObject_CallFunctionObjArgs(fc, py_module_name, in find_class()
3368 module = PyDict_GetItem(module, py_module_name); in find_class()
3370 module = PyImport_Import(py_module_name); in find_class()
/external/tensorflow/tensorflow/
Dtensorflow.bzl1475 "py_module_name": attr.string(mandatory = True),
1488 "py_out": "%{py_module_name}.py",
1781 py_module_name = name,