MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / GetOutputInfos

Method GetOutputInfos

oneflow/api/cpp/framework/graph.cpp:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200InputOutputInfos Graph::GetInputInfos() { return graph_->GetInputInfos(); }
201
202InputOutputInfos Graph::GetOutputInfos() { return graph_->GetOutputInfos(); }
203
204void Graph::RegisterJobPass(const std::function<std::string(const std::string& job)>& pass_fn) {
205 CHECK_JUST(graph_->RegisterJobPass(pass_fn));

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64