Fix a bug in tf.strided_slice() (#16989)
Current implementation modifies TfLiteNode::builtin_data every time when a loaded graph is executed. The three masks in params will continually flipping, and cause the op produce incorrect result every two executions.
Loading
Please sign in to comment