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

Method RunCallable

tensorflow/cc/client/client_session.cc:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136Status ClientSession::RunCallable(CallableHandle handle,
137 const std::vector<Tensor>& feed_tensors,
138 std::vector<Tensor>* fetch_tensors,
139 RunMetadata* run_metadata) {
140 return impl()->session_->RunCallable(handle, feed_tensors, fetch_tensors,
141 run_metadata);
142}
143
144Status ClientSession::RunCallable(CallableHandle handle,
145 const std::vector<Tensor>& feed_tensors,

Callers 3

TESTFunction · 0.45
RunOnceFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36