Searched defs:IsGraphOutput (Results 1 – 4 of 4) sorted by relevance
101 bool MemUsageAnalyzer::IsGraphOutput(const AnfNodePtr &node, size_t index) { in IsGraphOutput() function in mindspore::device::MemUsageAnalyzer
406 bool IsGraphOutput() const { return graph_output_; } in IsGraphOutput() function
235 bool IsGraphOutput() const { return this->tensor_c_.category_ == GRAPH_OUTPUT; } in IsGraphOutput() function
674 bool GPUKernelRuntime::IsGraphOutput(const session::KernelGraph *graph, const mindspore::AnfNodePtr… in IsGraphOutput() function in mindspore::device::gpu::GPUKernelRuntime