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

Method GetName

executor/include/node_ops.hpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 virtual int GetDump(Node* node, void** buf, int buf_size);
146 virtual bool SaveDump(Node* node);
147 std::string GetName()
148 {
149 return name_;
150 }
151
152 /* note: the mem_addr will be released by caller */
153

Callers 15

graph_executor.cppFile · 0.80
InferShapeMethod · 0.80
DumpNodeMethod · 0.80
GetDeviceMethod · 0.80
FindDeviceMethod · 0.80
check_graph_inputsFunction · 0.80
do_merge_graphFunction · 0.80
get_node_nameFunction · 0.80
get_node_opFunction · 0.80
release_graph_nodeFunction · 0.80
set_custom_kernelFunction · 0.80
get_tensor_nameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected