Searched defs:IsGraphOutput (Results 1 – 3 of 3) sorted by relevance
369 bool IsGraphOutput() { return graph_output_; } in IsGraphOutput() function
186 bool IsGraphOutput() const { return this->category_ == GRAPH_OUTPUT; } in IsGraphOutput() function
657 bool GPUKernelRuntime::IsGraphOutput(const session::KernelGraph *graph, const mindspore::AnfNodePtr… in IsGraphOutput() function in mindspore::device::gpu::GPUKernelRuntime