Home
last modified time | relevance | path

Searched defs:CheckStrategy (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dtopk_info.cc32 Status TopKInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::TopKInfo
76 Status TopkExtInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::TopkExtInfo
Dcustom_info.h51 Status CheckStrategy(const StrategyPtr & /* strategy */) override { return SUCCESS; } in CheckStrategy() function
Delementary_function_info.cc29 Status CholeskyInfo::CheckStrategy(const mindspore::parallel::StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::CholeskyInfo
Dbatch_parallel_info.cc30 Status BatchParallelInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::BatchParallelInfo
188 Status CheckValidInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::CheckValidInfo
Dvirtual_output_info.cc32 Status VirtualOutputInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::VirtualOutputInfo
Dtopkrouter_info.cc46 Status TopKRouterInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::TopKRouterInfo
Diou_info.cc24 Status IOUInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::IOUInfo
Dkv_cache_mgr_info.cc43 Status KVCacheMgrInfo::CheckStrategy(const StrategyPtr &strategy) { return SUCCESS; } in CheckStrategy() function in mindspore::parallel::KVCacheMgrInfo
Dl2_normalize_info.cc30 Status L2NormalizeInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::L2NormalizeInfo
Drange_info.cc34 Status RangeInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::RangeInfo
Dtmp_identity_info.cc28 Status TmpIdentityInfo::CheckStrategy(const mindspore::parallel::StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::TmpIdentityInfo
Dpaged_attention_info.cc40 Status PagedAttentionInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::PagedAttentionInfo
Dcdist_info.cc34 Status CdistInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::CdistInfo
Dreshape_and_cache_info.cc41 Status ReshapeAndCacheInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::ReshapeAndCacheInfo
Dpaged_attention_mask_info.cc42 Status PagedAttentionMaskInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::PagedAttentionMaskInfo
Dprelu_info.cc37 Status PReLUInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::PReLUInfo
Dinplace_op_info.cc26 Status InplaceOpBase::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::InplaceOpBase
Dreduce_method_info.cc34 Status ReduceMethod::CheckStrategy(const StrategyPtr &strategy) { return CheckStrategyValue(strateg… in CheckStrategy() function in mindspore::parallel::ReduceMethod
333 Status ArgMaxWithValueInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::ArgMaxWithValueInfo
470 Status ArgmaxInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::ArgmaxInfo
535 Status SquareSumAllInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::SquareSumAllInfo
Daddn_info.cc25 Status AddNInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::AddNInfo
Dself_define_shard_info.cc31 Status SelfDefineShardInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::SelfDefineShardInfo
Drandom_choice_with_mask_info.cc35 Status RandomChoiceWithMaskInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::RandomChoiceWithMaskInfo
Dmaxpool_info.cc135 Status MaxPoolInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::MaxPoolInfo
Dkldiv_loss_info.cc31 Status KLDivLossInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::KLDivLossInfo
Dgathernd_info.cc35 Status GatherNdInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::GatherNdInfo
Dslice_info.cc71 Status SliceInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::SliceInfo
258 Status SliceExtInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::SliceExtInfo

1234