Home
last modified time | relevance | path

Searched defs:IsGraphOutput (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/gsm/
Dmem_usage_analyzer.cc101 bool MemUsageAnalyzer::IsGraphOutput(const AnfNodePtr &node, size_t index) { in IsGraphOutput() function in mindspore::device::MemUsageAnalyzer
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dtensor.h406 bool IsGraphOutput() const { return graph_output_; } in IsGraphOutput() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/
Dtensor.h235 bool IsGraphOutput() const { return this->tensor_c_.category_ == GRAPH_OUTPUT; } in IsGraphOutput() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_kernel_runtime.cc674 bool GPUKernelRuntime::IsGraphOutput(const session::KernelGraph *graph, const mindspore::AnfNodePtr… in IsGraphOutput() function in mindspore::device::gpu::GPUKernelRuntime