Searched defs:expand_composites (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 243 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 …]
|
D | util_wrapper.cc | 191 bool expand_composites) { in PYBIND11_MODULE() 204 [](const py::handle& o, bool expand_composites) { in PYBIND11_MODULE()
|
D | util.cc | 921 PyObject* Flatten(PyObject* nested, bool expand_composites) { in Flatten() 1038 bool expand_composites) { in AssertSameStructure()
|
/external/tensorflow/tensorflow/python/framework/ |
D | composite_tensor_test.py | 123 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
|