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

Method parent_handle

src/graph/backends/CL/CLTensorHandle.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86ITensorHandle *CLTensorHandle::parent_handle()
87{
88 return this;
89}
90
91bool CLTensorHandle::is_subtensor() const
92{

Callers 2

get_const_handlesFunction · 0.45
get_transition_handlesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected