Home
last modified time | relevance | path

Searched refs:reshape_lhs_pack (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DGEMMFixture.h580 ITensorPack reshape_lhs_pack = { { ACL_SRC, &lhs }, { ACL_DST, &lhs_reshaped } }; in compute_target() local
581 reshape_lhs.run(reshape_lhs_pack); in compute_target()
735 ITensorPack reshape_lhs_pack = { { ACL_SRC, &lhs }, { ACL_DST, &lhs_reshaped } }; in compute_target() local
736 reshape_lhs.run(reshape_lhs_pack); in compute_target()
910 ITensorPack reshape_lhs_pack = { { ACL_SRC, &lhs }, { ACL_DST, &lhs_reshaped } }; in compute_target() local
911 reshape_lhs.run(reshape_lhs_pack); in compute_target()
1139 ITensorPack reshape_lhs_pack = { { ACL_SRC, &lhs }, { ACL_DST, &lhs_reshaped } }; in compute_target() local
1140 reshape_lhs.run(reshape_lhs_pack); in compute_target()
1348 ITensorPack reshape_lhs_pack = { { ACL_SRC, &lhs }, { ACL_DST, &lhs_reshaped } }; in compute_target() local
1349 reshape_lhs.run(reshape_lhs_pack); in compute_target()
DGEMMLowpFixture.h1035 ITensorPack reshape_lhs_pack = { { ACL_SRC, &lhs }, { ACL_DST, &lhs_reshaped } }; in compute_target() local
1036 reshape_lhs.run(reshape_lhs_pack); in compute_target()
1190 ITensorPack reshape_lhs_pack = { { ACL_SRC, &lhs }, { ACL_DST, &lhs_reshaped } }; in compute_target() local
1191 reshape_lhs.run(reshape_lhs_pack); in compute_target()
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemm.cpp691 ITensorPack reshape_lhs_pack{ { ACL_SRC, lhs }, { ACL_DST, lhs_reshaped.get() } }; in run() local
692 CLScheduler::get().enqueue_op(*_reshape_lhs_kernel, reshape_lhs_pack, false); in run()