Replies: 1 comment
-
I have the same problem, are there any progress here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm exporting a model using onnx and it seems that there is no support for the op MatrixTriangularSolve:
2022-03-22 14:06:04,087 - ERROR - Tensorflow op [StatefulPartitionedCall/triangular_solve/MatrixTriangularSolve: MatrixTriangularSolve] is not supported
2022-03-22 14:06:04,088 - ERROR - Tensorflow op [StatefulPartitionedCall/triangular_solve_1/MatrixTriangularSolve: MatrixTriangularSolve] is not supported
2022-03-22 14:06:04,092 - ERROR - Unsupported ops: Counter({'MatrixTriangularSolve': 2})
I was wondering if there is any hope of adding the support for this operation?
Thanks!
Talita
Beta Was this translation helpful? Give feedback.
All reactions