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

Method MakeCallable

tensorflow/cc/client/client_session.cc:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Status ClientSession::MakeCallable(const CallableOptions& callable_options,
131 CallableHandle* out_handle) {
132 TF_RETURN_IF_ERROR(impl()->MaybeExtendGraph());
133 return impl()->session_->MakeCallable(callable_options, out_handle);
134}
135
136Status ClientSession::RunCallable(CallableHandle handle,
137 const std::vector<Tensor>& feed_tensors,

Callers 2

TESTFunction · 0.45
RunOnceFunction · 0.45

Calls 1

MaybeExtendGraphMethod · 0.80

Tested by 1

TESTFunction · 0.36