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

Function get_node_attr_generic

core/lib/tengine_c_api.cpp:934–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934int get_node_attr_generic(node_t node, const char* attr_name, const char* type_name, void* buf, int size)
935{
936 return node_get_attr_generic(node, attr_name, type_name, buf, size);
937}
938
939int set_node_attr_int(node_t node, const char* attr_name, const int* attr_val)
940{

Callers 6

get_node_param_genericFunction · 0.85
add_node_attrFunction · 0.85
get_node_attr_intFunction · 0.85
get_node_attr_floatFunction · 0.85
get_node_attr_pointerFunction · 0.85
mainFunction · 0.85

Calls 1

node_get_attr_genericFunction · 0.85

Tested by

no test coverage detected