Home
last modified time | relevance | path

Searched refs:_functions (Results 1 – 17 of 17) sorted by relevance

/external/sl4a/Docs/
Dgenerate_api_reference_md.py110 self._functions = collections.defaultdict(list)
179 self._functions[module].append(f)
197 for module in sorted(self._functions.keys()):
199 for func in self._functions[module]:
206 self._functions.itervalues()):
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py160 self._functions = functions
195 line.function_id = self._functions.index_of(
271 self._functions = Functions(self._string_table)
272 self._locations = Locations(self._functions)
361 pprof_profile.function.extend(self._functions.function_protos())
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp75 std::vector<Function*> _functions; member in __anon3f8c67380111::PathProfileLoaderPass
325 _functions.push_back(0); // make the 0 index a null pointer in buildFunctionRefs()
330 _functions.push_back(F); in buildFunctionRefs()
374 Function* f = _functions[pathHeader.fnNumber]; in handlePathInfo()
/external/tensorflow/tensorflow/python/eager/
Dfunction.py482 if self._function_def.name not in g._functions: # pylint: disable=protected-access
484 for f in self._graph._functions.values(): # pylint: disable=protected-access
485 if f.name not in g._functions: # pylint: disable=protected-access
637 for f in tmp_graph._functions.values(): # pylint: disable=protected-access
Dgraph_callable.py321 for f in tmp_graph._functions.values(): # pylint: disable=protected-access
/external/tensorflow/tensorflow/tools/docs/
Dparser.py1218 self._functions = []
1286 return self._functions
1289 self._functions.append(_LinkInfo(short_name, full_name, obj, doc, url))
/external/tensorflow/tensorflow/python/framework/
Dops.py2734 self._functions = collections.OrderedDict()
2994 for f in self._functions.values():
3107 return name in self._functions
3117 return self._functions.get(name, None)
3158 previous = self._functions.get(name, None)
3173 self._functions[name] = function
Dfunction.py361 self._sub_functions = temp_graph._functions
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp800 …SubroutineUniform(UniformValueGenerator& generator, SubroutineFunctionSet& _functions, Loc _locati… in SubroutineUniform() argument
802 : functions(_functions) in SubroutineUniform()
831 …SubroutineUniform(UniformValueGenerator& generator, SubroutineFunctionSet& _functions, Loc _locati… in SubroutineUniform() argument
834 : functions(_functions) in SubroutineUniform()
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py84 problematic_cycle = graph._functions.__dict__.get("_OrderedDict__root", None)
/external/python/cpython3/Modules/
D_sre.c2903 static PyMethodDef _functions[] = { variable
2915 _functions,
D_elementtree.c3896 static PyMethodDef _functions[] = { variable
3907 _functions,
/external/python/cpython2/Modules/
D_elementtree.c2871 static PyMethodDef _functions[] = { variable
2895 m = Py_InitModule("_elementtree", _functions);
D_sre.c4003 static PyMethodDef _functions[] = { variable
4025 m = Py_InitModule("_" SRE_MODULE, _functions); in init_sre()
/external/python/cpython3/Doc/library/
Dwinreg.rst23 .. _functions:
Dcgi.rst271 .. _functions-in-cgi-module:
/external/python/cpython2/Doc/library/
Dcgi.rst279 .. _functions-in-cgi-module: