Home
last modified time | relevance | path

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

12

/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/tensorflow/tensorflow/python/eager/
Dwrap_function.py355 for f in self.graph._functions.values():
460 self._functions = {}
464 return self._functions
555 self._functions[name] = wrapped_function
Dlift_to_graph.py120 f = base_graph._functions.get(op.type, None)
121 if f is not None and compat.as_str(f.name) not in graph._functions:
Dfunction_test.py2561 self.assertLen(graph._functions, 2)
2562 functions = list(graph._functions.values())
2605 self.assertLen(graph._functions, 6)
2607 functions = list(graph._functions.values())
2644 self.assertLen(graph._functions, 6)
2645 functions = list(graph._functions.values())
2682 self.assertLen(graph._functions, 6)
2684 functions = list(graph._functions.values())
2708 self.assertLen(graph._functions, 6)
2752 self.assertLen(graph._functions, 3)
[all …]
Dfunction.py524 for f in self.graph._functions.values():
1469 self._functions = functions
1476 forward_function = self._functions.forward(
1487 self._functions.record(
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dtake_while_ops.py51 def _functions(self): member in _TakeWhileDataset
Dio.py160 def _functions(self): member in _LoadDataset
Dgrouping.py386 def _functions(self): member in _GroupByReducerDataset
460 def _functions(self): member in _GroupByWindowDataset
Dscan_ops.py146 def _functions(self): member in _ScanDataset
Dsnapshot.py250 def _functions(self): member in _SnapshotDataset
Dprefetching_ops.py249 def _functions(self): member in _MapOnGpuDataset
Dbatching.py372 def _functions(self): member in _MapAndBatchDataset
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsave_impl.py355 self._functions = weakref.WeakValueDictionary()
410 for fn in self._functions.values():
496 self._functions[name] = fn = LayerCall(
/external/tensorflow/tensorflow/python/data/benchmarks/
Dfrom_tensor_slices_benchmark.py50 def _functions(self): member in SingleThreadedFlatMapDataset
/external/tensorflow/tensorflow/python/saved_model/
Dsave.py104 self._functions = object_identity.ObjectIdentityDictionary()
149 obj_functions = self._functions.get(obj, None)
153 self._functions[obj] = obj_functions
848 for fn_name in exported_graph._functions: # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py299 for used_function in self._functions():
336 for fn in self._functions():
345 def _functions(self): member in DatasetV2
2792 def _functions(self): member in DatasetV1Adapter
2793 return self._dataset._functions() # pylint: disable=protected-access
4327 def _functions(self): member in MapDataset
4377 def _functions(self): member in ParallelMapDataset
4408 def _functions(self): member in FlatMapDataset
4447 def _functions(self): member in InterleaveDataset
4515 def _functions(self): member in ParallelInterleaveDataset
[all …]
Dreaders.py291 def _functions(self): member in ParallelInterleaveDataset
/external/tensorflow/tensorflow/python/framework/
Dconvert_to_constants.py642 self._functions = {
659 return self._functions
702 for f in self._functions.values():
Dfunction_def_to_graph.py209 f = graph._functions.get(node_def.op, None) # pylint: disable=protected-access
Dops.py2985 self._functions = collections.OrderedDict()
3235 for f in self._functions.values():
3291 defined_function = self._functions[function_def.signature.name]
3374 return compat.as_str(name) in self._functions
3385 return self._functions.get(compat.as_str(name), None)
3416 self._functions[compat.as_str(name)] = function
6315 memory.dismantle_ordered_dict(graph._functions) # pylint: disable=protected-access
Dfunction.py409 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/data/kernel_tests/
Ddataset_test.py258 self.assertLen(dataset._functions(), 1)
/external/python/cpython3/Modules/
D_sre.c2749 static PyMethodDef _functions[] = { variable
2764 _functions,

12