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

Method __or__

tensorflow/contrib/specs/python/specs_lib.py:94–95  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

92 """
93
94 def __or__(self, f):
95 return Composition(self, f)
96
97 def __add__(self, g):
98 return Operator(operator.add, self, g)

Callers

nothing calls this directly

Calls 1

CompositionClass · 0.85

Tested by

no test coverage detected