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

Method Run

tensorflow/core/common_runtime/eager/kernel_and_device.cc:170–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170Status KernelAndDeviceOp::Run(const gtl::InlinedVector<TensorValue, 4>& inputs,
171 std::vector<Tensor>* outputs,
172 NodeExecStats* stats, StepStats* step_stats,
173 GraphCollector* graph_collector,
174 CancellationManager* cancellation_manager) {
175 ScopedStepContainer step_container(0, [this](const string& name) {
176 device_->resource_manager()->Cleanup(name).IgnoreError();
177 });
178 return this->Run(&step_container, inputs, outputs, stats, step_stats,
179 graph_collector, cancellation_manager);
180}
181
182Status KernelAndDeviceFunc::Run(
183 const gtl::InlinedVector<TensorValue, 4>& inputs,

Callers

nothing calls this directly

Calls 15

FrameAndIterClass · 0.85
vector_as_arrayFunction · 0.85
nameFunction · 0.85
set_on_hostMethod · 0.80
TensorClass · 0.70
UpdateStatsFunction · 0.70
nameMethod · 0.65
mutable_outputMethod · 0.60
StrCatFunction · 0.50
IgnoreErrorMethod · 0.45
CleanupMethod · 0.45

Tested by

no test coverage detected