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

Method RecordRun

tensorflow/python/client/session_ref.cc:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 Status RecordRun(Session* session,
119 const std::vector<std::pair<string, Tensor> >& inputs,
120 const std::vector<string>& output_tensor_names,
121 const std::vector<string>& target_node_names,
122 std::vector<Tensor>* outputs) {
123 return RecordRun(session, *kEmptyRunOptions(), inputs, output_tensor_names,
124 target_node_names, outputs, nullptr);
125 }
126
127 Status RecordRun(Session* session, const RunOptions& run_options,
128 const std::vector<std::pair<string, Tensor> >& inputs,

Callers

nothing calls this directly

Calls 13

kEmptyRunOptionsFunction · 0.85
SessionToHandleFunction · 0.85
set_session_handleMethod · 0.80
mutable_optionsMethod · 0.80
AsProtoFieldMethod · 0.80
add_targetMethod · 0.80
add_tensorMethod · 0.80
add_feedMethod · 0.45
set_nameMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45
add_fetchMethod · 0.45

Tested by

no test coverage detected