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

Method import

src/gpu/cl/ClTensor.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77StatusCode ClTensor::import(void *handle, ImportMemoryType type)
78{
79 ARM_COMPUTE_ASSERT(_legacy_tensor.get() != nullptr);
80 ARM_COMPUTE_UNUSED(type, handle);
81
82 return StatusCode::Success;
83}
84
85arm_compute::ITensor *ClTensor::tensor() const
86{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected