Home
last modified time | relevance | path

Searched defs:expected_rows (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/compute/grid/
Dplacement.rs421 … let expected_rows = TrackCounts { negative_implicit: 1, explicit: 2, positive_implicit: 3 }; in test_only_fixed_placement() localVariable
440 … let expected_rows = TrackCounts { negative_implicit: 1, explicit: 2, positive_implicit: 2 }; in test_placement_spanning_origin() localVariable
464 … let expected_rows = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 2 }; in test_only_auto_placement_row_flow() localVariable
488 … let expected_rows = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 0 }; in test_only_auto_placement_column_flow() localVariable
504 … let expected_rows = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 0 }; in test_oversized_item() localVariable
523 … let expected_rows = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 2 }; in test_fixed_in_secondary_axis() localVariable
541 … let expected_rows = TrackCounts { negative_implicit: 0, explicit: 2, positive_implicit: 0 }; in test_definite_in_secondary_axis_with_fully_definite_negative() localVariable
559 … let expected_rows = TrackCounts { negative_implicit: 0, explicit: 4, positive_implicit: 0 }; in test_dense_packing_algorithm() localVariable
577 … let expected_rows = TrackCounts { negative_implicit: 0, explicit: 4, positive_implicit: 0 }; in test_sparse_packing_algorithm() localVariable
595 … let expected_rows = TrackCounts { negative_implicit: 0, 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
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc1672 int expected_rows, in CheckPaddingsTensorShape()