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

Method PRun

tensorflow/core/common_runtime/session.cc:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55Status Session::PRun(const string& handle,
56 const std::vector<std::pair<string, Tensor> >& inputs,
57 const std::vector<string>& output_names,
58 std::vector<Tensor>* outputs) {
59 return errors::Unimplemented(
60 "Partial run is not supported for this session.");
61}
62
63Session* NewSession(const SessionOptions& options) {
64 SessionFactory* factory;

Callers 2

TESTFunction · 0.45
TF_Run_HelperFunction · 0.45

Calls 1

UnimplementedFunction · 0.85

Tested by 1

TESTFunction · 0.36