Home
last modified time | relevance | path

Searched refs:get_traverse_shallow_structure (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dnest.py1037 def get_traverse_shallow_structure(traverse_fn, structure): function
1079 get_traverse_shallow_structure(traverse_fn, branch))
1093 get_traverse_shallow_structure(traverse_fn, branch))
Dnest_test.py986 scalar_traverse_r = nest.get_traverse_shallow_structure(
995 structure_traverse_r = nest.get_traverse_shallow_structure(
1004 nest.get_traverse_shallow_structure(lambda _: [True], 0)
1007 nest.get_traverse_shallow_structure(lambda _: 1, [1])
1011 nest.get_traverse_shallow_structure(lambda _: [1], [1])
/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py1419 shallow_filtered_substructure = nest.get_traverse_shallow_structure(