Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/
Dtest_manual_gatherv2.py39 param_shape=(8, 8)): argument
64 def __init__(self, strategy, split_tuple, param_shape): argument
Dtest_gather_field_split.py27 def __init__(self, strategy1, strategy2, split_tuple, param_shape, mul_weight_shape): argument
Dtest_manual_embedding_lookup.py42 param_shape=(8, 8)): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dapply_came_part4.cc70 …auto param_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex0]->GetSh… in CheckInputsShapePart4() local
144 ShapeVector param_shape = out_shape; in InferShape() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_fused_ada_factor_op.py23 param_shape = [2, 3, 2] variable
/third_party/rust/rust/src/tools/rustfmt/src/
Dclosures.rs280 let param_shape = nested_shape.offset_left(1)?.visual_indent(0); in rewrite_closure_fn_decl() localVariable
304 let param_shape = match tactic { in rewrite_closure_fn_decl() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Drgb_to_hsv.cc86 auto param_shape = param->GetTensorShape(); in CheckParam() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/parallel/
Dshard.py220 def _check_layout_is_valid(param_name, param_shape, param_strategy): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fission/
Dgather_v2_ds_fission.cc43 auto param_shape = common::AnfAlgo::GetPrevNodeOutputInferShape(origin_node, 0); in CheckInputs() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dinner_ops.py577 … learning_rate_shape, grad_shape, param_shape, exp_avg_shape, exp_avg_sq_row_shape, argument
599 … learning_rate_shape, grad_shape, param_shape, exp_avg_shape, exp_avg_sq_row_shape, argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/parallel/auto_parallel/
Doperator_costmodel_test.cc169 Shape param_shape = {32}; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dbasic_op_infer_shape.cc249 auto param_shape = param->Shape(); in HasDynamicShapeInput() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/shard/
Dshard.cc250 auto param_shape = common::AnfAlgo::GetOutputInferShape(parameter, 0); in SetInputLayout() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dcustom_ascend_utils.cc165 auto param_shape = GetValue<ShapeVector>(value_ptr_list[i + 2]); in GetZeroValueRefDatas() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/symbol_engine/
Dsymbol_engine_impl.cc431 auto param_shape = param_abs->GetSymbolicShape(); in GeneralizeParamShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/
Dstep_assigned_parallel.cc598 auto param_shape = parameter->Shape(); in SetParallelShape() local
Dparameter_manager.cc1532 Shape param_shape = inputs_shape[0]; in GenerateTensorLayoutForParamReshapeWithStra() local
Dstep_parallel.cc1603 auto param_shape = parameter->Shape(); in SetParallelShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_info.cc1099 auto param_shape = inputs_shape_[0]; in CheckStrategy() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/trt_pass/
Dtrt_op_converter.cc931 auto param_shape = Convert2SizeTClipNeg(input_shape); in MS_TRT_CONVERTER_FUNC_REG() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dsession_basic.cc487 const auto &param_shape = common::AnfAlgo::GetOutputInferShape(param, 0); in GetParameterIndex() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc2010 const auto &param_shape = param->Shape(); in SetGraphInputs() local
2299 const auto &param_shape = para->Shape(); in GenFakeGraphInRefMode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc1591 auto param_shape = inputs[0].slice_shape(); in GetForwardCommCost() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_generate_strategy.cc2216 auto param_shape = ops_[user.first]->inputs_shape()[user.second]; in SetParamStrategy() local