MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / __add__

Method __add__

util/simulator/kernel.py:85–86  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

83 return Arange.make(idx, dim_map, dim_order)
84
85 def __add__(self, other):
86 return self.__handle_binary__(lambda x, y: x + y, other)
87
88 def __sub__(self, other):
89 return self.__handle_binary__(lambda x, y: x - y, other)

Callers

nothing calls this directly

Calls 1

__handle_binary__Method · 0.95

Tested by

no test coverage detected