Home
last modified time | relevance | path

Searched defs:expected_cols (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/compute/grid/
Dplacement.rs420 … let expected_cols = TrackCounts { negative_implicit: 1, explicit: 2, positive_implicit: 2 }; in test_only_fixed_placement() localVariable
439 … let expected_cols = TrackCounts { negative_implicit: 1, explicit: 2, positive_implicit: 2 }; in test_placement_spanning_origin() localVariable
463 … let expected_cols = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 0 }; in test_only_auto_placement_row_flow() localVariable
487 … let expected_cols = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 2 }; in test_only_auto_placement_column_flow() localVariable
503 … let expected_cols = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 3 }; in test_oversized_item() localVariable
522 … let expected_cols = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 1 }; in test_fixed_in_secondary_axis() localVariable
540 … let expected_cols = TrackCounts { negative_implicit: 1, explicit: 2, positive_implicit: 0 }; in test_definite_in_secondary_axis_with_fully_definite_negative() localVariable
558 … let expected_cols = TrackCounts { negative_implicit: 0, explicit: 4, positive_implicit: 0 }; in test_dense_packing_algorithm() localVariable
576 … let expected_cols = TrackCounts { negative_implicit: 0, explicit: 4, positive_implicit: 0 }; in test_sparse_packing_algorithm() localVariable
594 … let expected_cols = TrackCounts { negative_implicit: 2, explicit: 2, positive_implicit: 0 }; in test_auto_placement_in_negative_tracks() localVariable
/external/tensorflow/tensorflow/python/kernel_tests/image_ops/
Dattention_ops_test.py31 expected_rows, expected_cols): argument