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

Function TEST

src/gopt/test/padding_channel.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186TEST(TestGoptInference, ChannelPaddingNCHW44) {
187 check_channel_padding_conv<opr::Convolution::Param::Format::NCHW44>();
188}
189
190TEST(TestGoptInference, ChannelPaddingNCHW88) {
191 check_channel_padding_conv<opr::Convolution::Param::Format::NCHW88>();

Callers

nothing calls this directly

Calls 15

OperatorNodeConfigClass · 0.85
unpack_vectorFunction · 0.85
output_fileFunction · 0.85
make_callback_copyFunction · 0.85
var_from_tensor_shapeFunction · 0.85
renameMethod · 0.80
loadFunction · 0.50
makeFunction · 0.50
genFunction · 0.50
make_scalarMethod · 0.45
applyMethod · 0.45
shapeMethod · 0.45

Tested by

no test coverage detected