Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit b706414

Browse files
committed
[determinism] Add tf.nn.depthwise_conv2d to op list in RFC
1 parent d07f037 commit b706414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rfcs/20210119-determinism.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ As part of the implementation, we will review all ops to make a determination of
114114
* `tf.math.unsorted_segment_sqrt_n` forward
115115
* `tf.math.unsorted_segment_prod` forward
116116
* `tf.math.unsorted_segment_sum` forward
117+
* `tf.nn.depthwise_conv2d` gradient w.r.t `filter`
117118
* `tf.nn.softmax_cross_entropy_with_logits` forward
118119
* `tf.nn.sparse_softmax_cross_entropy_with_logits` forward
119120
* `tf.sparse.sparse_dense_matmul` forward

0 commit comments

Comments
 (0)