Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc172 void MatMulCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::MatMulCost
243 void CastCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::CastCost
251 void SqrtCost::CalculateOutputInMemory() { is_output_should_in_memory_ = is_parameter_involve_[0]; } in CalculateOutputInMemory() function in mindspore::parallel::SqrtCost
314 void SoftmaxCost::CalculateOutputInMemory() { is_output_should_in_memory_ = is_parameter_involve_[0… in CalculateOutputInMemory() function in mindspore::parallel::SoftmaxCost
322 void PackCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::PackCost
330 void TileCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::TileCost
352 void BroadcastToCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::BroadcastToCost
418 void TmpIdentityCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::TmpIdentityCost
467 void BatchParallelCost::CalculateOutputInMemory() { is_output_should_in_memory_ = false; } in CalculateOutputInMemory() function in mindspore::parallel::BatchParallelCost
493 void SparseSoftmaxCrossEntropyWithLogitsCost::CalculateOutputInMemory() { in CalculateOutputInMemory() function in mindspore::parallel::SparseSoftmaxCrossEntropyWithLogitsCost
[all …]