Searched refs:reshape_rhs (Results 1 – 2 of 2) sorted by relevance
/external/ComputeLibrary/tests/validation/fixtures/ |
D | GEMMFixture.h | 543 ReshapeRHSOperatorType reshape_rhs; in compute_target() local 546 reshape_rhs.configure(rhs.info(), rhs_reshaped.info(), rhs_info); in compute_target() 583 reshape_rhs.run(reshape_rhs_pack); in compute_target() 698 ReshapeRHSOperatorType reshape_rhs; in compute_target() local 701 reshape_rhs.configure(rhs.info(), rhs_reshaped.info(), rhs_info); in compute_target() 738 reshape_rhs.run(reshape_rhs_pack); in compute_target() 865 ReshapeRHSOperatorType reshape_rhs; in compute_target() local 868 validate_result = bool(reshape_rhs.validate(rhs.info(), rhs_reshaped.info(), rhs_info)); in compute_target() 876 reshape_rhs.configure(rhs.info(), rhs_reshaped.info(), rhs_info); in compute_target() 913 reshape_rhs.run(reshape_rhs_pack); in compute_target() [all …]
|
D | GEMMLowpFixture.h | 1006 ReshapeRHSOperatorType reshape_rhs; in compute_target() local 1009 reshape_rhs.configure(rhs.info(), rhs_reshaped.info(), rhs_info); in compute_target() 1038 reshape_rhs.run(reshape_rhs_pack); in compute_target() 1161 ReshapeRHSOperatorType reshape_rhs; in compute_target() local 1164 reshape_rhs.configure(rhs.info(), rhs_reshaped.info(), rhs_info); in compute_target() 1193 reshape_rhs.run(reshape_rhs_pack); in compute_target() 1316 ReshapeRHSOperatorType reshape_rhs; in compute_target() local 1318 reshape_rhs.configure(rhs.info(), rhs_reshaped.info(), rhs_info); in compute_target() 1343 reshape_rhs.run(reshape_rhs_pack); in compute_target() 1495 ReshapeRHSOperatorType reshape_rhs; in compute_target() local [all …]
|