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

Class test

internal/tests/core/test/test_parameter.cpp:29–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace TEngine;
28
29struct test
30{
31 int w;
32 float b;
33 std::string s;
34
35 test() = default;
36 test(int n, float m, const std::string& str)
37 {
38 w = n;
39 b = m;
40 s = str;
41 }
42};
43
44struct MyParam
45{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by 1

mainFunction · 0.56