Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc172 tensor_json[kSize] = tensor->GetAlignedSize(); in SaveSomasResult()
714 total_size += tensor->GetAlignedSize(); in GetNextOutputProcess()
739 total_size += tensor->GetAlignedSize(); in IndependentNodeOutputProcess()
774 total_summary_size += tensor->GetAlignedSize(); in SummaryInputProcess()
1092 calc_tensor->GetAlignedSize() == 0) { in ComputeMultiTensorConflicts()
1112 target_tensor->IsRefOverlap() || target_tensor->GetAlignedSize() == 0) { in ComputeOneTensorConflicts()
1522 << "#" << tensor->GetAlignedSize() << "S" in DumpTensors()
1663 …<< place_tensor->GetOffset() + place_tensor->GetAlignedSize() << "\t%" << place_tensor->GetId() <<… in SomasMemory()
1664 << place_tensor->GetOriginalSize() << "\t" << place_tensor->GetAlignedSize() << "\t&" in SomasMemory()
1666 …c_cast<void *>(place_tensor->GetOffset() + mem_base_addr_ + place_tensor->GetAlignedSize()) << "\t" in SomasMemory()
[all …]
Dsomas_tensor.h96 const size_t &GetAlignedSize() { return aligned_size_; } in GetAlignedSize() function
/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.h66 uint64_t GetAlignedSize() const { return size_; } in GetAlignedSize() function
Dmemory_profiling.cc107 tensor_mem->set_size(node.GetAlignedSize()); in MemoryToPB()