Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc793 size_t total_output_size = 0; in RefNodeProcess() local
815 total_output_size += size; in RefNodeProcess()
841 …Special Tensor total size: RefNode: input " << total_input_size << " output " << total_output_size; in RefNodeProcess()