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

Function get_node_attr_pointer

core/lib/tengine_c_api.cpp:929–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929int get_node_attr_pointer(node_t node, const char* attr_name, void* attr_val)
930{
931 return get_node_attr_generic(node, attr_name, nullptr, attr_val, sizeof(void*));
932}
933
934int get_node_attr_generic(node_t node, const char* attr_name, const char* type_name, void* buf, int size)
935{

Callers 1

get_node_param_pointerFunction · 0.85

Calls 1

get_node_attr_genericFunction · 0.85

Tested by

no test coverage detected