MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / get_int8_chwn4_args

Function get_int8_chwn4_args

dnn/test/common/conv_bias.cpp:676–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676std::vector<TestArg> get_int8_chwn4_args(size_t kernel_size) {
677 auto args = get_int8_nchw4_args(kernel_size);
678 for (auto& arg : args) {
679 convert_arg_from_nchw4_to_chwn4(arg);
680 }
681 return args;
682}
683
684std::vector<TestArg> get_int8_chwn4_args_check_bounds(size_t kernel_size) {
685 auto args = get_int8_nchw4_args_check_bounds(kernel_size);

Callers 2

check_conv_biasFunction · 0.85
TEST_FFunction · 0.85

Calls 2

get_int8_nchw4_argsFunction · 0.70

Tested by

no test coverage detected