Searched refs:structure2 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/test/fuzzers/ |
D | rtp_dependency_descriptor_fuzzer.cc | 29 std::unique_ptr<const FrameDependencyStructure> structure2; in FuzzOneInput() local 69 write_buffer, structure2.get(), &descriptor2)); in FuzzOneInput() 89 structure2 = std::move(descriptor2.attached_structure); in FuzzOneInput()
|
/external/tensorflow/tensorflow/python/data/util/ |
D | nest_test.py | 177 structure2 = ((("foo1", "foo2"), "foo3"), "foo4", ("foo5", "foo6")) 189 nest.assert_same_structure(structure1, structure2) 232 nest.assert_same_structure(structure1, structure2, check_types=False) 248 structure2 = (((7, 8), 9), 10, (11, 12)) 255 lambda x, y: x + y, structure1, structure2)
|
/external/tensorflow/tensorflow/python/util/ |
D | nest_test.py | 345 structure2 = ((("foo1", "foo2"), "foo3"), "foo4", ("foo5", "foo6")) 348 nest.assert_same_structure(structure1, structure2) 417 nest.assert_same_structure(structure1, structure2, check_types=False) 456 structure2 = (((7, 8), 9), 10, (11, 12)) 463 lambda x, y: x + y, structure1, structure2)
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 219 structure2, argument 223 nest.assert_same_structure(structure1, structure2, expand_composites=True) 228 flattened2 = nest.flatten(structure2, expand_composites=True)
|