Home
last modified time | relevance | path

Searched refs:module_docstring (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/build_info/
Dgen_build_info.py36 module_docstring = "\"\"\"Generates a Python module containing information "
37 module_docstring += "about the build.\"\"\""
76 """ % (module_docstring, build_config_bool, key_value_pair_content)
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2828 static const char module_docstring[] = in CheckAndGetInteger() variable
3095 google::protobuf::python::module_docstring,
3117 google::protobuf::python::module_docstring); in INITFUNC()