Home
last modified time | relevance | path

Searched refs:ListWrapper (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py228 class ListWrapper(object): class
252 if isinstance(nested, ListWrapper):
264 if isinstance(nested, ListWrapper):
266 return ListWrapper(nested)
268 if isinstance(nested, ListWrapper):
Dtf_utils_test.py150 data = tf_utils.convert_inner_node_data((tf_utils.ListWrapper(['l', 2, 3]),
151 tf_utils.ListWrapper(['l', 5, 6])))
156 self.assertTrue(all(isinstance(ele, tf_utils.ListWrapper) for ele in data))
/external/tensorflow/tensorflow/python/keras/engine/
Dnetwork.py1084 tf_utils.ListWrapper(
1107 tf_utils.ListWrapper([layer.name, new_node_index, tensor_index]))
1123 tf_utils.ListWrapper([layer.name, new_node_index, tensor_index]))
/external/python/cpython3/Doc/faq/
Ddesign.rst557 class ListWrapper:
583 In the case of ListWrapper, whenever the wrapper object is in a dictionary the
/external/python/cpython2/Doc/faq/
Ddesign.rst592 class ListWrapper:
618 In the case of ListWrapper, whenever the wrapper object is in a dictionary the