Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/parallel/
Dtest_manual_gatherv2.py34 param_shape=(8, 8)): argument
Dtest_manual_embedding_lookup.py41 param_shape=(8, 8)): argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dgather_v2_ds_fission.cc136 auto param_shape = AnfAlgo::GetPrevNodeOutputInferShape(origin_node, 0); in CheckInputs() local
/third_party/mindspore/tests/ut/cpp/parallel/auto_parallel/
Doperator_costmodel_test.cc169 Shape param_shape = {32}; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_v2_p_info.cc321 auto param_shape = inputs_shape_.at(0); in CheckStrategy() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc920 std::vector<size_t> param_shape = input_shape; in MS_TRT_CONVERTER_FUNC_REG() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc1507 auto param_shape = inputs[0].slice_shape(); in GetForwardCommCost() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc1256 const auto &param_shape = AnfAlgo::GetOutputInferShape(param, 0); in GetParameterIndex() local