Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OriginQ/QPanda-2
/ propagate
Method
propagate
Core/Variational/expression.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
MatrixXd expression::propagate(){
67
_rpropagate(root);
68
return root.getValue();
69
}
70
71
MatrixXd expression::propagate(const std::vector<var>& leaves){
72
std::queue<var> q;
Callers
1
eval
Function · 0.80
Calls
10
_rpropagate
Function · 0.85
front
Method · 0.80
getParents
Method · 0.80
getNumOpArgs
Method · 0.80
_eval
Method · 0.80
getValue
Method · 0.45
push
Method · 0.45
empty
Method · 0.45
pop
Method · 0.45
setValue
Method · 0.45
Tested by
no test coverage detected