| 35 | } |
| 36 | |
| 37 | OpTensorCopy::~OpTensorCopy() |
| 38 | { |
| 39 | KP_LOG_DEBUG("Kompute OpTensorCopy destructor started"); |
| 40 | } |
| 41 | |
| 42 | void |
| 43 | OpTensorCopy::record(const vk::CommandBuffer& commandBuffer) |
nothing calls this directly
no outgoing calls
no test coverage detected