Skip to content

Commit

Permalink
Remove commented sections
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-dequenne-sonarsource committed Mar 20, 2024
1 parent 22c3fcf commit 3391d8d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rules/S6925/python/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,7 @@ x = tf.constant([[1, 2], [3, 4]])
y = tf.gather(x, [1]) # OK
----

//=== How does this work?

//=== Pitfalls

//=== Going the extra mile


== Resources
=== Documentation
* Tensorflow documentation - https://www.tensorflow.org/api_docs/python/tf/gather[tf.gather]
//=== Articles & blog posts
//=== Conference presentations
//=== Standards
//=== External coding guidelines
//=== Benchmarks

0 comments on commit 3391d8d

Please sign in to comment.