MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / need_counts

Method need_counts

tensorflow/python/ops/kv_variable_ops.py:495–496  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

493 self.collect_restore_denpendencies()
494
495 def need_counts(self):
496 return (self._record_freq or (self._filter_freq > 0) or self._is_multi_tier)
497 @property
498 def gather_op(self):
499 return self._gather_op

Calls

no outgoing calls

Tested by

no test coverage detected