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

Method Run

tensorflow/core/common_runtime/direct_session.cc:1009–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007}
1008
1009Status DirectSession::Run(const NamedTensorList& inputs,
1010 const std::vector<string>& output_names,
1011 const std::vector<string>& target_nodes,
1012 std::vector<Tensor>* outputs) {
1013 RunMetadata run_metadata;
1014 return Run(RunOptions(), inputs, output_names, target_nodes, outputs,
1015 &run_metadata);
1016}
1017
1018Status DirectSession::CreateDebuggerState(
1019 const CallableOptions& callable_options, int64 global_step,

Callers

nothing calls this directly

Calls 15

RecordGraphInputTensorsFunction · 0.85
InvalidArgumentFunction · 0.85
IsEnabledFunction · 0.85
to_stringFunction · 0.85
RunInternalFunction · 0.85
RecordGraphOutputTensorsFunction · 0.85
collective_graph_keyMethod · 0.80
SetArgsMethod · 0.80
RunFunction · 0.50
RunOptionsClass · 0.50
ThreadPoolOptionsClass · 0.50
IncrementByMethod · 0.45

Tested by

no test coverage detected