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

Function get_node_attr_float

core/lib/tengine_c_api.cpp:924–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922}
923
924int get_node_attr_float(node_t node, const char* attr_name, float* attr_val)
925{
926 return get_node_attr_generic(node, attr_name, typeid(float).name(), attr_val, sizeof(float));
927}
928
929int get_node_attr_pointer(node_t node, const char* attr_name, void* attr_val)
930{

Callers 2

get_node_param_floatFunction · 0.85
fill_custom_kernel_paramFunction · 0.85

Calls 1

get_node_attr_genericFunction · 0.85

Tested by 1

fill_custom_kernel_paramFunction · 0.68