| 67 | } |
| 68 | |
| 69 | StatusCode ClTensor::allocate() |
| 70 | { |
| 71 | ARM_COMPUTE_ASSERT(_legacy_tensor.get() != nullptr); |
| 72 | |
| 73 | _legacy_tensor->allocator()->allocate(); |
| 74 | return StatusCode::Success; |
| 75 | } |
| 76 | |
| 77 | StatusCode ClTensor::import(void *handle, ImportMemoryType type) |
| 78 | { |
no test coverage detected