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

Method Run

tensorflow/cc/client/client_session.cc:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74Status ClientSession::Run(const std::vector<Output>& fetch_outputs,
75 std::vector<Tensor>* outputs) const {
76 return Run(FeedType{}, fetch_outputs, {}, outputs);
77}
78
79Status ClientSession::Run(const FeedType& inputs,
80 const std::vector<Output>& fetch_outputs,

Callers 6

TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
ValidateAssetsMethod · 0.45
CheckSavedModelBundleMethod · 0.45

Calls 9

MaybeExtendGraphMethod · 0.80
nameMethod · 0.65
RunFunction · 0.50
RunOptionsClass · 0.50
emplace_backMethod · 0.45
reserveMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
nodeMethod · 0.45

Tested by 6

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
ValidateAssetsMethod · 0.36
CheckSavedModelBundleMethod · 0.36