MCPcopy Create free account
hub / github.com/cactus-compute/cactus / test_conv1d_operations_performance

Function test_conv1d_operations_performance

tests/test_performance.cpp:982–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980}
981
982bool test_conv1d_operations_performance(TestUtils::TestRunner& runner) {
983 BenchmarkConfig config;
984 benchmark_conv1d_ops(runner, config);
985 return true;
986}
987
988bool test_broadcast_operations_performance(TestUtils::TestRunner& runner) {
989 BenchmarkConfig config;

Callers 1

mainFunction · 0.85

Calls 1

benchmark_conv1d_opsFunction · 0.85

Tested by

no test coverage detected