Home
last modified time | relevance | path

Searched refs:structure2 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/test/fuzzers/
Drtp_dependency_descriptor_fuzzer.cc29 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/
Dnest_test.py177 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/
Dnest_test.py345 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/
Dfunction.py219 structure2, argument
223 nest.assert_same_structure(structure1, structure2, expand_composites=True)
228 flattened2 = nest.flatten(structure2, expand_composites=True)