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

Method RunCallable

serving/processor/serving/model_session_test.cc:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 Status RunCallable(CallableHandle handle,
105 const std::vector<Tensor>& feed_tensors,
106 std::vector<Tensor>* fetch_tensors,
107 RunMetadata* run_metadata) override {
108 return Status::OK();
109 }
110
111 Status ReleaseCallable(CallableHandle handle) override {
112 return Status::OK();

Callers 1

RunOnceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected