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

Method add_ops

caffe2/python/layers/layers.py:455–457  ·  view source on GitHub ↗
(self, net)

Source from the content-addressed store, hash-verified

453 self.add_param_copy_operators(net)
454
455 def add_ops(self, net):
456 # Predict layer implementation.
457 raise NotImplementedError
458
459 def add_eval_ops(self, net):
460 # Default eval layer implementation is completely matching

Callers 2

add_operatorsMethod · 0.95
add_eval_opsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected