Searched defs:expand_composites (Results  1 – 5 of 5) sorted by relevance
| /external/tensorflow/tensorflow/python/util/ | 
| D | nest.py | 357 def flatten(structure, expand_composites=False):  argument 478                           expand_composites=False):  argument 652 def _pack_sequence_as(structure, flat_sequence, expand_composites,  argument 693 def pack_sequence_as(structure, flat_sequence, expand_composites=False):  argument 1035                              expand_composites=False):  argument 1162                   expand_composites=False):  argument 1253                                    expand_composites=False):  argument 1537                                    expand_composites=False):  argument 1607 def yield_flat_paths(nest, expand_composites=False):  argument 1652                                      expand_composites=False):  argument [all …] 
 | 
| D | util_wrapper.cc | 207          bool expand_composites) {  in PYBIND11_MODULE() 220       [](const py::handle& o, bool expand_composites) {  in PYBIND11_MODULE()
  | 
| D | util.cc | 986 PyObject* Flatten(PyObject* nested, bool expand_composites) {  in Flatten() 1103                               bool expand_composites) {  in AssertSameStructure()
  | 
| /external/tensorflow/tensorflow/python/framework/ | 
| D | composite_tensor_test.py | 119   def testNestFlatten(self, structure, expected, paths, expand_composites=True):  argument 160                           expand_composites=True):  argument 190                              expand_composites=True):  argument 201   def testNestAssertSameStructure(self, s1, s2, expand_composites=True):  argument 238   def testNestAssertShallowStructure(self, s1, s2, expand_composites=True):  argument 266   def testNestMapStructure(self, structure, expected, expand_composites=True):  argument 297                                     expand_composites=True):  argument
  | 
| /external/tensorflow/tensorflow/python/module/ | 
| D | module.py | 218                expand_composites=False):  argument 364                     expand_composites,  argument
  |