Home
last modified time | relevance | path

Searched defs:CalculateOutputInMemory (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc174 void MatMulCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::MatMulCost
269 void BatchNormCost::CalculateOutputInMemory() { is_output_should_in_memory_ = true; } in CalculateOutputInMemory() function in mindspore::parallel::BatchNormCost
322 void CastCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::CastCost
330 void SqrtCost::CalculateOutputInMemory() { is_output_should_in_memory_ = is_parameter_involve_[0]; } in CalculateOutputInMemory() function in mindspore::parallel::SqrtCost
393 void SoftmaxCost::CalculateOutputInMemory() { is_output_should_in_memory_ = is_parameter_involve_[0… in CalculateOutputInMemory() function in mindspore::parallel::SoftmaxCost
401 void PackCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::PackCost
409 void TileCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::TileCost
431 void BroadcastToCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::BroadcastToCost
497 void TmpIdentityCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::TmpIdentityCost
546 void BatchParallelCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::BatchParallelCost
[all …]
Doperator_costmodel.h1227 void CalculateOutputInMemory() override { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function