| 75 | } |
| 76 | |
| 77 | StatusCode 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 | |
| 85 | arm_compute::ITensor *ClTensor::tensor() const |
| 86 | { |