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

Method MakeCallable

tensorflow/python/client/session_ref.cc:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463Status SessionRef::MakeCallable(const CallableOptions& callable_options,
464 CallableHandle* out_handle) {
465 LOG_AND_RUN_OPERATION(MakeCallable, callable_options, out_handle);
466}
467
468Status SessionRef::RunCallable(CallableHandle handle,
469 const std::vector<Tensor>& feed_tensors,

Callers 1

MakeCallableHelperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected