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

Method merge_with

tensorflow/python/training/input.py:424–430  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

422 self.rank)
423
424 def merge_with(self, other):
425 if self != other:
426 raise ValueError("SparseMetaData objects are incompatible: %s vs. %s"
427 % (self, other))
428 if self.sparse:
429 self.rank.merge_with(other.rank)
430 return self
431
432 @property
433 def map_op(self):

Callers 15

_reverse_seqFunction · 0.45
raw_rnnFunction · 0.45
static_rnnFunction · 0.45
_reverse_seqFunction · 0.45
raw_rnnFunction · 0.45
static_rnnFunction · 0.45
_reverse_seqFunction · 0.45
raw_rnnFunction · 0.45
static_rnnFunction · 0.45
_reverse_seqFunction · 0.45
raw_rnnFunction · 0.45
static_rnnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected