(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))
Go to the source code of this file.
|
| template<class TFeat , class TOut , class TIndex , class TKernelIndex > |
| void | open3d::ml::impl::SparseConvComputeFeaturesSYCL (sycl::queue &queue, void *temp, size_t &temp_size, size_t &max_temp_size, int texture_alignment, TOut *out_features, const std::vector< int > &filter_dims, const TFeat *filter, TIndex num_out, TIndex num_inp, const TFeat *inp_features, const TFeat *inp_importance, size_t neighbors_index_size, const TIndex *neighbors_index, const TKernelIndex *neighbors_kernel_index, const TFeat *neighbors_importance, const int64_t *neighbors_row_splits, bool normalize, bool allow_tf32) |
| |