MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / getOp

Method getOp

Core/Variational/var.cpp:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98
99op_type var::getOp() const { return pimpl->op; }
100
101void var::setOp(op_type _op) { pimpl->op = _op; }
102

Callers 2

_evalMethod · 0.95
backpropagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected