MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / tensor

Method tensor

src/graph/Graph.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228const Tensor *Graph::tensor(TensorID id) const
229{
230 return (id >= _tensors.size()) ? nullptr : _tensors[id].get();
231}
232
233Tensor *Graph::tensor(TensorID id)
234{

Callers 15

call_accessorMethod · 0.45
execute_taskFunction · 0.45
set_output_tensorMethod · 0.45
inputMethod · 0.45
outputMethod · 0.45
remove_connectionMethod · 0.45
allocate_all_tensorsFunction · 0.45
get_transition_handlesFunction · 0.45
print_edgesMethod · 0.45
configure_outputMethod · 0.45
configure_outputMethod · 0.45
NESubTensorHandleMethod · 0.45

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected