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

Function TF_Run_Setup

tensorflow/c/c_api.cc:371–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369} // namespace tensorflow
370
371static void TF_Run_Setup(int noutputs, TF_Tensor** c_outputs,
372 TF_Status* status) {
373 status->status = Status::OK();
374 for (int i = 0; i < noutputs; ++i) {
375 c_outputs[i] = nullptr;
376 }
377}
378
379static bool TF_Run_Inputs(TF_Tensor* const* c_inputs,
380 std::vector<std::pair<string, Tensor>>* input_pairs,

Callers 4

TF_RunFunction · 0.85
TF_PRunFunction · 0.85
TF_SessionRunFunction · 0.85
TF_SessionPRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected