/external/sl4a/Docs/ |
D | generate_api_reference_md.py | 110 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/ |
D | pprof_profiler.py | 160 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/ |
D | wrap_function.py | 355 for f in self.graph._functions.values(): 460 self._functions = {} 464 return self._functions 555 self._functions[name] = wrapped_function
|
D | lift_to_graph.py | 120 f = base_graph._functions.get(op.type, None) 121 if f is not None and compat.as_str(f.name) not in graph._functions:
|
D | function_test.py | 2561 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 …]
|
D | function.py | 524 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/ |
D | take_while_ops.py | 51 def _functions(self): member in _TakeWhileDataset
|
D | io.py | 160 def _functions(self): member in _LoadDataset
|
D | grouping.py | 386 def _functions(self): member in _GroupByReducerDataset 460 def _functions(self): member in _GroupByWindowDataset
|
D | scan_ops.py | 146 def _functions(self): member in _ScanDataset
|
D | snapshot.py | 250 def _functions(self): member in _SnapshotDataset
|
D | prefetching_ops.py | 249 def _functions(self): member in _MapOnGpuDataset
|
D | batching.py | 372 def _functions(self): member in _MapAndBatchDataset
|
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | save_impl.py | 355 self._functions = weakref.WeakValueDictionary() 410 for fn in self._functions.values(): 496 self._functions[name] = fn = LayerCall(
|
/external/tensorflow/tensorflow/python/data/benchmarks/ |
D | from_tensor_slices_benchmark.py | 50 def _functions(self): member in SingleThreadedFlatMapDataset
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | save.py | 104 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/ |
D | dataset_ops.py | 299 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 …]
|
D | readers.py | 291 def _functions(self): member in ParallelInterleaveDataset
|
/external/tensorflow/tensorflow/python/framework/ |
D | convert_to_constants.py | 642 self._functions = { 659 return self._functions 702 for f in self._functions.values():
|
D | function_def_to_graph.py | 209 f = graph._functions.get(node_def.op, None) # pylint: disable=protected-access
|
D | ops.py | 2985 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
|
D | function.py | 409 self._sub_functions = temp_graph._functions
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 800 …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/ |
D | dataset_test.py | 258 self.assertLen(dataset._functions(), 1)
|
/external/python/cpython3/Modules/ |
D | _sre.c | 2749 static PyMethodDef _functions[] = { variable 2764 _functions,
|