MCPcopy Create free account
hub / github.com/OAID/Tengine / main

Function main

internal/bin/test_split.cpp:354–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 return 0;
353}
354int main(int argc, char* argv[])
355{
356 const char* test_node_name = "test";
357
358 init_tengine();
359
360 test(test_node_name, 30, 6, 7, TENGINE_LAYOUT_NHWC, 1, 3, 0, 0, 0, 0);
361 test(test_node_name, 30, 6, 7, TENGINE_LAYOUT_NHWC, 1, 3, 0, 0, 0, 1);
362 test(test_node_name, 30, 6, 7, TENGINE_LAYOUT_NHWC, 1, 3, 0, 0, 0, 2);
363 test(test_node_name, 30, 6, 7, TENGINE_LAYOUT_NHWC, 1, 3, 0, 0, 0, 3);
364
365 test(test_node_name, 30, 6, 7, TENGINE_LAYOUT_NHWC, 1, 0, 10, 10, 10, 0);
366
367 release_tengine();
368 return 0;
369}

Callers

nothing calls this directly

Calls 3

init_tengineFunction · 0.85
release_tengineFunction · 0.85
testFunction · 0.70

Tested by

no test coverage detected