Home
last modified time | relevance | path

Searched refs:channel_shuffle (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/tests/
Dchannel_shuffle.mod.py.cpp5 namespace channel_shuffle { namespace
13 execute(channel_shuffle::CreateModel_dim4_axis0, in TEST_F()
14 channel_shuffle::is_ignored_dim4_axis0, in TEST_F()
15 channel_shuffle::get_examples_dim4_axis0()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_2, channel_shuffle_dim4_axis0, channel_shuffle::CreateModel_dim4_axis0) in TEST_AVAILABLE_SINCE()
20 execute(channel_shuffle::CreateModel_dim4_axis0_neg, in TEST_AVAILABLE_SINCE()
21 channel_shuffle::is_ignored_dim4_axis0_neg, in TEST_AVAILABLE_SINCE()
22 channel_shuffle::get_examples_dim4_axis0_neg()); in TEST_AVAILABLE_SINCE()
24 TEST_AVAILABLE_SINCE(V1_2, channel_shuffle_dim4_axis0_neg, channel_shuffle::CreateModel_dim4_axis0_… in TEST_AVAILABLE_SINCE()
27 execute(channel_shuffle::CreateModel_dim4_axis1, in TEST_AVAILABLE_SINCE()
[all …]
/frameworks/ml/nn/common/operations/
DChannelShuffle.cpp26 namespace channel_shuffle { namespace
108 NN_REGISTER_OPERATION(CHANNEL_SHUFFLE, channel_shuffle::kOperationName, channel_shuffle::validate,
109 channel_shuffle::prepare, channel_shuffle::execute);