onnxruntime
[WebGPU EP] SoftMax Implementation
#23538
Merged

Commits
  • Add Softmax kernel and transpose utility function for WebGPU execution provider
    vraspar committed 1 year ago
  • Refactor Softmax implementation for WebGPU
    vraspar committed 1 year ago
  • Refactor Softmax and remove debug logs
    vraspar committed 1 year ago
  • fix linting error
    vraspar committed 1 year ago
  • Refactor Softmax implementation for improved readability and consistency in variable naming
    vraspar committed 1 year ago
  • Revert changes made to shader_variable.h
    vraspar committed 1 year ago
  • Fix variable declaration in softmax
    vraspar committed 1 year ago
  • Apply feedback: use more suitable data types
    vraspar committed 1 year ago
  • Apply Feedback: fix naming and formatting
    vraspar committed 1 year ago
  • Refactor Softmax implementation: improve variable naming for clarity
    vraspar committed 1 year ago
  • apply lint and fix build breaks
    vraspar committed 1 year ago
  • Add missing include for string in softmax implementation
    vraspar committed 1 year ago
  • Refactor Softmax implementation: change int64_t to size_t for input rank and axis
    vraspar committed 1 year ago
  • Refactor Softmax implementation: cast axis to size_t for consistency
    vraspar committed 1 year ago
Loading