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

Commit e68882d

Browse files
authored
Update 20201221-tfmot-compression-api.md
add missing quotes.
1 parent 2cd19ee commit e68882d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rfcs/20201221-tfmot-compression-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ class WeightCompressionAlgorithm(metaclass=abc.ABCMeta):
228228
Args:
229229
index: integer indicate index of training weight to update.
230230
tensor: tf.Tensor to update specific training weight.
231+
"""
231232

232233
@abc.abstractmethod
233234
def compress(self, *training_weights: tf.Tensor) -> List[tf.Tensor]:

0 commit comments

Comments
 (0)