| 82 | } |
| 83 | |
| 84 | static bool _virtualMemory(Tensor::InsideDescribe::NativeInsideDescribe* des) { |
| 85 | return des->memoryType == Tensor::InsideDescribe::MEMORY_VIRTUAL && nullptr == des->rasterCommand.lock().get(); |
| 86 | } |
| 87 | |
| 88 | bool GeometryComputer::ComputePermuteRegion(Tensor* input, Tensor* output, int* newshape, int shapeDim) { |
| 89 | auto inputDes = TensorUtils::getDescribe(input); |
no test coverage detected