Searched refs:assert_shallow_structure (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 232 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): function 296 assert_shallow_structure(shallow_branch, input_branch, 369 assert_shallow_structure(shallow_tree, input_tree) 437 assert_shallow_structure(shallow_tree, input_tree)
|
D | nest_test.py | 293 nest.assert_shallow_structure(inp_abc, inp_ab) 302 nest.assert_shallow_structure(inp_ab2, inp_ab1) 303 nest.assert_shallow_structure(inp_ab2, inp_ab1, check_types=False) 312 nest.assert_shallow_structure(inp_ab2, inp_ab1) 316 nest.assert_shallow_structure(inp_ab, inp_ba)
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 982 def assert_shallow_structure(shallow_tree, function 1105 assert_shallow_structure(shallow_branch, input_branch, 1187 assert_shallow_structure(shallow_tree, 1292 assert_shallow_structure(shallow_tree, 1456 assert_shallow_structure( 1534 assert_shallow_structure(to_traverse, structure,
|
D | nest_test.py | 583 nest.assert_shallow_structure(inp_abc, inp_ab) 592 nest.assert_shallow_structure(inp_ab2, inp_ab1) 593 nest.assert_shallow_structure(inp_ab2, inp_ab1, check_types=False) 600 nest.assert_shallow_structure(inp_ab2, inp_ab1) 604 nest.assert_shallow_structure(inp_ab, inp_ba) 610 nest.assert_shallow_structure(inp_shallow, inp_deep, check_types=False) 611 nest.assert_shallow_structure(inp_shallow, inp_deep, check_types=True) 617 nest.assert_shallow_structure(inp_shallow, inp_deep, check_types=False) 618 nest.assert_shallow_structure(inp_shallow, inp_deep, check_types=True) 766 nest.assert_shallow_structure(shallow_tree, input_tree) [all …]
|
/external/tensorflow/tensorflow/python/framework/ |
D | composite_tensor_test.py | 207 nest.assert_shallow_structure(s1, s2, expand_composites=expand_composites) 228 nest.assert_shallow_structure(s1, s2, expand_composites=False) 243 nest.assert_shallow_structure(s1, s2, expand_composites=expand_composites) 259 nest.assert_shallow_structure(
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_feed.py | 120 nest.assert_shallow_structure(dequeues, dims)
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | data_structures_test.py | 723 nest.assert_shallow_structure((None, None), t)
|