Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/darling/examples/
Dsupports_struct.rs39 let wrong_shape = Lorem::from_derive_input(&wrong_shape_parsed).expect_err("Shape was wrong"); in main() localVariable
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DLogical.cpp44 const auto wrong_shape = TensorShape(1, 2, 2, 4); // wrong shape to check validate logic variable