Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
using namespace TEngine;
28
29
struct 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
44
struct MyParam
45
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
1
main
Function · 0.56