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.py183 structure2 = ((("foo1", "foo2"), "foo3"), "foo4", ("foo5", "foo6"))
195 nest.assert_same_structure(structure1, structure2)
238 nest.assert_same_structure(structure1, structure2, check_types=False)
255 structure2 = (((7, 8), 9), 10, (11, 12))
262 lambda x, y: x + y, structure1, structure2)
/external/tensorflow/tensorflow/python/eager/
Dfunction_spec.py530 def is_same_structure(structure1, structure2, check_values=False): argument
533 nest.assert_same_structure(structure1, structure2, expand_composites=True)
538 flattened2 = nest.flatten(structure2, expand_composites=True)
/external/tensorflow/tensorflow/python/util/
Dnest_test.py348 structure2 = ((("foo1", "foo2"), "foo3"), "foo4", ("foo5", "foo6"))
351 nest.assert_same_structure(structure1, structure2)
420 nest.assert_same_structure(structure1, structure2, check_types=False)
459 structure2 = (((7, 8), 9), 10, (11, 12))
466 lambda x, y: x + y, structure1, structure2)