Searched refs:_structure (Results 1 – 17 of 17) sorted by relevance
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 3192 self._structure = structure.type_spec_from_value(element) 3193 self._tensors = structure.to_tensor_list(self._structure, element) 3197 output_shapes=structure.get_flat_tensor_shapes(self._structure)) 3202 return self._structure 3213 self._structure = nest.map_structure( 3224 output_shapes=structure.get_flat_tensor_shapes(self._structure)) 3229 return self._structure 3246 self._structure = (tensor_spec.TensorSpec([None, rank], dtypes.int64), 3258 return self._structure 3265 self._structure = structure [all …]
|
/external/python/cpython3/Lib/email/ |
D | iterators.py | 59 def _structure(msg, fp=None, level=0, include_default=False): function 71 _structure(subpart, fp, level+1, include_default)
|
/external/python/cpython2/Lib/email/ |
D | iterators.py | 61 def _structure(msg, fp=None, level=0, include_default=False): function 73 _structure(subpart, fp, level+1, include_default)
|
/external/python/cpython3/Lib/test/test_email/ |
D | torture_test.py | 19 from email.iterators import _structure 59 _structure(msg, fp=fp)
|
D | test_email.py | 2047 iterators._structure(msg, sfp) 2065 iterators._structure(msg, sfp) 3334 iterators._structure(msg, sfp)
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_torture.py | 20 from email.iterators import _structure 60 _structure(msg, fp=fp)
|
D | test_email_renamed.py | 1362 iterators._structure(msg, sfp) 1380 iterators._structure(msg, sfp) 2349 iterators._structure(msg, sfp)
|
D | test_email.py | 1427 Iterators._structure(msg, sfp) 1445 Iterators._structure(msg, sfp) 2488 Iterators._structure(msg, sfp)
|
/external/python/cpython3/Doc/library/ |
D | email.iterators.rst | 46 .. function:: _structure(msg, fp=None, level=0, include_default=False) 54 from email.iterators import _structure 60 >>> _structure(msg)
|
D | email.message.rst | 506 can see this in our example by making use of the ``_structure`` debug 511 >>> from email.iterators import _structure 522 >>> _structure(msg)
|
D | email.compat32-message.rst | 671 from email.iterators import _structure 688 can see this in our example by making use of the ``_structure`` debug 703 >>> _structure(msg)
|
/external/tensorflow/tensorflow/python/data/benchmarks/ |
D | from_tensor_slices_benchmark.py | 41 …self._structure = self._map_func.output_structure._element_spec # pylint: disable=protected-access 55 return self._structure
|
/external/python/cpython2/Doc/library/ |
D | email.iterators.rst | 43 .. function:: _structure(msg[, fp[, level]]) 49 >>> _structure(msg)
|
D | email.rst | 218 * The non-public function :func:`email.Iterators._structure` was added.
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | batching.py | 419 self._structure = nest.map_structure(to_ragged_spec, 452 return self._structure
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_utils_v1.py | 434 _structure = None variable in OutputsAggregator 439 self._structure = nest.get_traverse_shallow_structure( 441 batch_outs = nest.flatten_up_to(self._structure, batch_outs) 462 batch_outs = nest.flatten_up_to(self._structure, batch_outs) 470 self.results = nest.pack_sequence_as(self._structure, self.results)
|
/external/pigweed/pw_fuzzer/ |
D | docs.rst | 235 .. _structure aware fuzzing: https://github.com/google/fuzzing/blob/master/docs/structure-aware_fuz…
|