| 111 | return mesh; |
| 112 | } |
| 113 | void NeuralPointCloudCudaImpl::MakeOutlier(int max_index) |
| 114 | { |
| 115 | SAIGA_ASSERT(0); |
| 116 | torch::NoGradGuard ngg; |
| 117 | t_index.uniform_(0, max_index); |
| 118 | } |
| 119 | std::vector<int> NeuralPointCloudCudaImpl::Indices() |
| 120 | { |
| 121 | std::vector<int> indices(t_index.size(0)); |