Home
last modified time | relevance | path

Searched defs:expand_composites (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dnest.py243 def flatten(structure, expand_composites=False): argument
295 expand_composites=False): argument
431 def _pack_sequence_as(structure, flat_sequence, expand_composites, argument
472 def pack_sequence_as(structure, flat_sequence, expand_composites=False): argument
686 expand_composites=False): argument
806 expand_composites=False): argument
891 expand_composites=False): argument
1171 expand_composites=False): argument
1239 def yield_flat_paths(nest, expand_composites=False): argument
1280 expand_composites=False): argument
[all …]
Dutil_wrapper.cc191 bool expand_composites) { in PYBIND11_MODULE()
204 [](const py::handle& o, bool expand_composites) { in PYBIND11_MODULE()
Dutil.cc921 PyObject* Flatten(PyObject* nested, bool expand_composites) { in Flatten()
1038 bool expand_composites) { in AssertSameStructure()
/external/tensorflow/tensorflow/python/framework/
Dcomposite_tensor_test.py123 def testNestFlatten(self, structure, expected, paths, expand_composites=True): argument
164 expand_composites=True): argument
194 expand_composites=True): argument
205 def testNestAssertSameStructure(self, s1, s2, expand_composites=True): argument
242 def testNestAssertShallowStructure(self, s1, s2, expand_composites=True): argument
270 def testNestMapStructure(self, structure, expected, expand_composites=True): argument
301 expand_composites=True): argument