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

Method param

dnn/test/common/tile_repeat.h:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15 }
16 TileRepeatBase::Param param() {
17 TileRepeatBase::Param param;
18 param.times = times;
19 return param;
20 }
21};
22
23inline std::vector<Arg> get_args() {

Callers 15

TEST_FFunction · 0.45
benchmark_im2colFunction · 0.45
TEST_FFunction · 0.45
run_elemwise_benchmarkFunction · 0.45
TEST_FFunction · 0.45
run_elemwise_benchmarkFunction · 0.45
benchmark_nchw44_fp32Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected