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

Function test_layernorm_performance

tests/test_performance.cpp:1178–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176}
1177
1178bool test_layernorm_performance(TestUtils::TestRunner& runner) {
1179 BenchmarkConfig config;
1180 benchmark_layernorm(runner, config);
1181 return true;
1182}
1183
1184
1185int main() {

Callers 1

mainFunction · 0.85

Calls 1

benchmark_layernormFunction · 0.85

Tested by

no test coverage detected