Skip to content

Comments

Feature/Inference data flow graph for analysis#10610

Closed
Superjomn wants to merge 15 commits intoPaddlePaddle:developfrom
Superjomn:feature/graph
Closed

Feature/Inference data flow graph for analysis#10610
Superjomn wants to merge 15 commits intoPaddlePaddle:developfrom
Superjomn:feature/graph

Conversation

@Superjomn
Copy link
Contributor

@Superjomn Superjomn commented May 13, 2018

Fixes: #10611

This is a part of the large PR #10459
It is based on the PR #10522 and should not merge before that PR.

@Superjomn Superjomn requested review from luotao1 and panyx0718 May 13, 2018 06:10
Copy link
Contributor

@panyx0718 panyx0718 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR doesn't seem to have any meaningful test in it? not sure how is this related to tensorrt integration...

std::pair<
std::vector<Node *>,
std::vector<
Node *>> static ExtractInputAndOutputOfSubGraph(std::vector<Node *>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format this line better?

// using NodesBFSIterator = xxx

// NodesBFSIterator nodes_begin();
// NodesBFSIterator nodes_end();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean up?

* iterate in a graph defined Inverse order.
*/
template <typename GraphType>
struct Inverse {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used? If not, delete it?

@Xreki Xreki added the 预测 原名Inference,包含Capi预测问题等 label May 16, 2018
@Superjomn Superjomn closed this May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

预测 原名Inference,包含Capi预测问题等

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants