MCPcopy Index your code
hub / github.com/pytorch/pytorch / elementwise_linear

Function elementwise_linear

caffe2/python/helpers/elementwise_linear.py:44–46  ·  view source on GitHub ↗
(model, *args, **kwargs)

Source from the content-addressed store, hash-verified

42
43
44def elementwise_linear(model, *args, **kwargs):
45 return _elementwise_linear(
46 model, model.net.ElementwiseLinear, *args, **kwargs)

Callers

nothing calls this directly

Calls 1

_elementwise_linearFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…