pytorch
b73e8cd4 - [BE] Use nested namespaces in sparse (#97581)

Commit
2 years ago
[BE] Use nested namespaces in sparse (#97581) <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 59a5205</samp> This pull request refactors the namespace declarations in several files under `aten/src/ATen/native/sparse` to use a more concise and consistent syntax. This improves the readability and reusability of the sparse tensor operations code. Also, do not rely on deprecated `TensorBase::data` and instead use `TensorBase::data_ptr` Pull Request resolved: https://github.com/pytorch/pytorch/pull/97581 Approved by: https://github.com/kit1980, https://github.com/huydhn
Author
Committer
Parents
  • aten/src/ATen/native/sparse
    • File
      ParamUtils.cpp
    • File
      SoftMax.cpp
    • File
      SparseBinaryOpIntersectionKernel.cpp
    • File
      SparseBlas.cpp
    • File
      SparseBlasImpl.cpp
    • File
      SparseCsrTensor.cpp
    • File
      SparseFactories.cpp
    • File
      SparseMatMul.cpp
    • File
      SparseTensor.cpp
    • File
      SparseTensorMath.cpp
    • File
      SparseUnaryOps.cpp
    • File
      ValidateCompressedIndicesKernel.cpp