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

Function GetNodeOutputTensor

core/lib/static_graph.cpp:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357StaticTensor* GetNodeOutputTensor(StaticGraph* graph, StaticNode* node, int idx)
358{
359 int tensor_idx = node->output_tensor_list[idx];
360
361 return graph->tensor_list[tensor_idx].get();
362}
363
364StaticTensor* GetNodeInputTensor(StaticGraph* graph, StaticNode* node, int idx)
365{

Callers 9

LoadCaffeInputOpFunction · 0.85
LoadConv2DFunction · 0.85
LoadShortCutFunction · 0.85
LoadMaxPoolingFunction · 0.85
LoadYoloFunction · 0.85
LoadRouteFunction · 0.85
LoadUpsampleFunction · 0.85
LoadReorgFunction · 0.85
LoadRegionFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected