Home
last modified time | relevance | path

Searched refs:IsGraphOutput (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dexecutor.cc84 if (tensor->IsGraphOutput()) { in WaitLockedInputs()
94 if (input_tensor->NeedWait() && !input_tensor->IsGraphOutput()) { in WaitLockedInputs()
Dsession_basic.cc1682 if (!tensor->IsGraphOutput()) { in GetInputNeedLockTensors()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.h76 bool IsGraphOutput(const session::KernelGraph *graph, const mindspore::AnfNodePtr &kernel) const;
Dgpu_kernel_runtime.cc657 bool GPUKernelRuntime::IsGraphOutput(const session::KernelGraph *graph, const mindspore::AnfNodePtr… in IsGraphOutput() function in mindspore::device::gpu::GPUKernelRuntime
678 if (IsGraphOutput(graph, kernel)) { in ClearKernelOutputAddress()
/third_party/mindspore/mindspore/core/ir/
Dtensor.h369 bool IsGraphOutput() { return graph_output_; } in IsGraphOutput() function
/third_party/mindspore/mindspore/lite/src/
Dlite_kernel_util.cc126 if (out_kernel_out_tensor->IsGraphOutput()) { in SubgraphOutputTensors()
Dtensor.h186 bool IsGraphOutput() const { return this->category_ == GRAPH_OUTPUT; } in IsGraphOutput() function
Dlite_session.cc825 if (tensor->IsGraphOutput() && tensor->allocator() == nullptr) { in ~LiteSession()