onnxruntime
[JS/WebGPU] Add Resize operator
#16680
Merged

Commits
  • Added Resize operator support.
    satyajandhyala committed 3 years ago
  • Fixed compilation errors.
    satyajandhyala committed 3 years ago
  • Fixed forwarding string attribute values to JS.
    satyajandhyala committed 3 years ago
  • Formating changes.
    satyajandhyala committed 3 years ago
  • Use UTF8ToString instead of String.formCharCode to pass string values to JS
    satyajandhyala committed 3 years ago
  • Moved functions converting enum to string to the derived class.
    satyajandhyala committed 3 years ago
  • Added enum classes in resize.ts
    satyajandhyala committed 3 years ago
  • Moved PreCompute functionality from Upsample to UpsampleBase class.
    satyajandhyala committed 3 years ago
  • Added SerializeCustomData function to cache computed arrays for JSEP
    satyajandhyala committed 3 years ago
  • Added serializeCustomData
    satyajandhyala committed 3 years ago
  • Added readCustomDatabuffer
    satyajandhyala committed 3 years ago
  • Revert changes to UpsampleBase.
    satyajandhyala committed 3 years ago
  • Removed copying data from C++ class
    satyajandhyala committed 3 years ago
  • Added some functionality
    satyajandhyala committed 3 years ago
  • Some NN mode tests pass.
    satyajandhyala committed 3 years ago
  • Changed enums to string literals
    satyajandhyala committed 3 years ago
  • Removed global variables
    satyajandhyala committed 3 years ago
  • Updated document, enabled nearest neighbor and formatted.
    satyajandhyala committed 3 years ago
  • Skip placeholder inputs when reading input tensors.
    satyajandhyala committed 3 years ago
  • typo
    satyajandhyala committed 3 years ago
  • Check placehold inputs.
    satyajandhyala committed 3 years ago
  • Fixed shader code data types in expressions, removed ternary operator and formatted for readability.
    satyajandhyala committed 3 years ago
  • Update scales, if not specified, when adjusting output shape.
    satyajandhyala committed 3 years ago
  • Updated adjustOutputShape implementation.
    satyajandhyala committed 3 years ago
  • Fixed cacheHint
    satyajandhyala committed 3 years ago
  • Removed Nearest2xOptimization special case.
    satyajandhyala committed 3 years ago
  • Added Resize liner mode.
    satyajandhyala committed 3 years ago
  • Added Resize cubic mode support.
    satyajandhyala committed 3 years ago
  • miscellanious fixes.
    satyajandhyala committed 3 years ago
  • Refactored bilinear Resize code.
    satyajandhyala committed 3 years ago
  • Fixed a bug in the cubic interpolation formula caused while copying.
    satyajandhyala committed 3 years ago
  • Removed repeating logic in bicubicInputerpolation function.
    satyajandhyala committed 3 years ago
  • Updated the documentation that CoordinateTransformation mode align_corners is not working.
    satyajandhyala committed 2 years ago
  • Updated the documentation MD file.
    satyajandhyala committed 2 years ago
  • Trilinear resize is not supported.
    satyajandhyala committed 2 years ago
  • Fixed input/output indices access when the shape length < 2
    satyajandhyala committed 2 years ago
  • Merge branch 'main' into sajandhy/webgpu_add_resize
    satyajandhyala committed 2 years ago
  • Steps is not part of SliceAttributes.
    satyajandhyala committed 2 years ago
  • Formatting changes.
    satyajandhyala committed 2 years ago
Loading