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

Function TFOutputsFromOutputs

tensorflow/c/c_api.cc:673–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673void TFOutputsFromOutputs(const std::vector<tensorflow::Output>& outputs,
674 TF_Output* tf_outputs) {
675 for (int i = 0; i < outputs.size(); i++) {
676 tf_outputs[i].oper = ToOperation(outputs[i].node());
677 tf_outputs[i].index = outputs[i].index();
678 }
679}
680#endif // !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD)
681
682} // namespace

Callers 1

Calls 3

sizeMethod · 0.45
nodeMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected