Skip to content

Instantly share code, notes, and snippets.

@cathyzhyi
Created March 20, 2024 19:13
Show Gist options
  • Save cathyzhyi/3bd12e6de3121b564fb6b5adb21a2752 to your computer and use it in GitHub Desktop.
Save cathyzhyi/3bd12e6de3121b564fb6b5adb21a2752 to your computer and use it in GitHub Desktop.
func.func @abs_4d_f16(%a : tensor<5x5x5x5xf16>) -> tensor<5x5x5x5xf16> {
%r = stablehlo.abs %a : tensor<5x5x5x5xf16>
return %r : tensor<5x5x5x5xf16>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment