Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py3192 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/
Diterators.py59 def _structure(msg, fp=None, level=0, include_default=False): function
71 _structure(subpart, fp, level+1, include_default)
/external/python/cpython2/Lib/email/
Diterators.py61 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/
Dtorture_test.py19 from email.iterators import _structure
59 _structure(msg, fp=fp)
Dtest_email.py2047 iterators._structure(msg, sfp)
2065 iterators._structure(msg, sfp)
3334 iterators._structure(msg, sfp)
/external/python/cpython2/Lib/email/test/
Dtest_email_torture.py20 from email.iterators import _structure
60 _structure(msg, fp=fp)
Dtest_email_renamed.py1362 iterators._structure(msg, sfp)
1380 iterators._structure(msg, sfp)
2349 iterators._structure(msg, sfp)
Dtest_email.py1427 Iterators._structure(msg, sfp)
1445 Iterators._structure(msg, sfp)
2488 Iterators._structure(msg, sfp)
/external/python/cpython3/Doc/library/
Demail.iterators.rst46 .. function:: _structure(msg, fp=None, level=0, include_default=False)
54 from email.iterators import _structure
60 >>> _structure(msg)
Demail.message.rst506 can see this in our example by making use of the ``_structure`` debug
511 >>> from email.iterators import _structure
522 >>> _structure(msg)
Demail.compat32-message.rst671 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/
Dfrom_tensor_slices_benchmark.py41 …self._structure = self._map_func.output_structure._element_spec # pylint: disable=protected-access
55 return self._structure
/external/python/cpython2/Doc/library/
Demail.iterators.rst43 .. function:: _structure(msg[, fp[, level]])
49 >>> _structure(msg)
Demail.rst218 * The non-public function :func:`email.Iterators._structure` was added.
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py419 self._structure = nest.map_structure(to_ragged_spec,
452 return self._structure
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py434 _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/
Ddocs.rst235 .. _structure aware fuzzing: https://github.com/google/fuzzing/blob/master/docs/structure-aware_fuz…