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

Function call_tensor_accessor

src/graph/detail/ExecutionHelpers.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void call_tensor_accessor(Tensor *tensor)
189{
190 ARM_COMPUTE_ERROR_ON(!tensor);
191 tensor->call_accessor();
192}
193
194void call_all_const_node_accessors(Graph &g)
195{

Callers 1

Calls 1

call_accessorMethod · 0.80

Tested by

no test coverage detected