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

Method PRunSetup

tensorflow/core/common_runtime/session.cc:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47Status Session::PRunSetup(const std::vector<string>& input_names,
48 const std::vector<string>& output_names,
49 const std::vector<string>& target_nodes,
50 string* handle) {
51 return errors::Unimplemented(
52 "Partial run is not supported for this session.");
53}
54
55Status Session::PRun(const string& handle,
56 const std::vector<std::pair<string, Tensor> >& inputs,

Callers 3

TESTFunction · 0.45
TF_PRunSetupFunction · 0.45
TF_SessionPRunSetupFunction · 0.45

Calls 1

UnimplementedFunction · 0.85

Tested by 1

TESTFunction · 0.36