Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dtensor.h369 bool IsGraphOutput() { return graph_output_; } in IsGraphOutput() function
/third_party/mindspore/mindspore/lite/src/
Dtensor.h186 bool IsGraphOutput() const { return this->category_ == GRAPH_OUTPUT; } in IsGraphOutput() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc657 bool GPUKernelRuntime::IsGraphOutput(const session::KernelGraph *graph, const mindspore::AnfNodePtr… in IsGraphOutput() function in mindspore::device::gpu::GPUKernelRuntime