MCPcopy Create free account
hub / github.com/pytorch/pytorch / add

Method add

test/test_jit.py:5503–5504  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

5501
5502 def test_func_call(self):
5503 def add(a, b):
5504 return a + b
5505
5506 def mul(a, x):
5507 return a * x

Callers 15

__torch_dispatch__Method · 0.45
test_addMethod · 0.45
eagerMethod · 0.45
test_hardswishMethod · 0.45
test_hardsigmoidMethod · 0.45
run_meta_crossrefFunction · 0.45
simple_pool_fillFunction · 0.45
fMethod · 0.45
fMethod · 0.45
__getattr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected