MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AddOneBody

Function AddOneBody

tensorflow/core/graph/control_flow_test.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35Status AddOneBody(const Scope& scope, const std::vector<Output>& inputs,
36 std::vector<Output>* outputs) {
37 outputs->push_back(ops::AddN(scope, {inputs[0], 1}));
38 return scope.status();
39}
40
41Status NestedLoopBody(const Scope& scope, const std::vector<Output>& inputs,
42 std::vector<Output>* outputs) {

Callers

nothing calls this directly

Calls 3

AddNFunction · 0.50
push_backMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected