Skip to content

Commit

Permalink
[lite] Add tf.linalg.qr op to TF select allowlist.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 400814132
Change-Id: I16e6cf6e37f782a89aa9eff733f07774efa647e1
  • Loading branch information
karimnosseir authored and tensorflower-gardener committed Oct 4, 2021
1 parent 3a7ca7a commit edc1918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/lite/delegates/flex/allowlisted_flex_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ const std::set<std::string>& GetFlexAllowlist() {
"Print",
"PrintV2",
"Prod",
"Qr",
"QuantizeDownAndShrinkRange",
"QuantizeV2",
"QuantizedAdd",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/lite/g3doc/guide/op_select_allowlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ supported by TensorFlow Lite runtime with the Select TensorFlow Ops feature.
* `raw_ops.Print`
* `raw_ops.PrintV2`
* `raw_ops.Prod`
* `raw_ops.Qr`
* `raw_ops.QuantizedAdd`
* `raw_ops.QuantizedAvgPool`
* `raw_ops.QuantizedBatchNormWithGlobalNormalization`
Expand Down

0 comments on commit edc1918

Please sign in to comment.