Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h78 double GetOutputsTotalSize();
Doperator_info.cc1664 double OperatorInfo::GetOutputsTotalSize() { in GetOutputsTotalSize() function in mindspore::parallel::OperatorInfo
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dgraph_costmodel.cc1716 double curr_memory_size = first_op->GetOutputsTotalSize(); in DetermineCriticalOps()
1723 curr_memory_size += topo_order[finished]->GetOutputsTotalSize(); in DetermineCriticalOps()
1736 curr_memory_size -= prev_op->GetOutputsTotalSize(); in DetermineCriticalOps()