Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dnest.py320 def flatten(structure, expand_composites=False): argument
439 expand_composites=False): argument
604 def _pack_sequence_as(structure, flat_sequence, expand_composites, argument
645 def pack_sequence_as(structure, flat_sequence, expand_composites=False): argument
985 expand_composites=False): argument
1112 expand_composites=False): argument
1198 expand_composites=False): argument
1481 expand_composites=False): argument
1551 def yield_flat_paths(nest, expand_composites=False): argument
1593 expand_composites=False): argument
[all …]
Dutil_wrapper.cc214 bool expand_composites) { in PYBIND11_MODULE()
227 [](const py::handle& o, bool expand_composites) { in PYBIND11_MODULE()
Dutil.cc963 PyObject* Flatten(PyObject* nested, bool expand_composites) { in Flatten()
1080 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
/external/tensorflow/tensorflow/python/module/
Dmodule.py222 expand_composites=False): argument
353 expand_composites, argument