Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dcdist_fission.cc64 auto expand_dims = func_graph->NewCNode(expand_dims_inputs); in AddBroadCastToNode() local
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dmulti_head_attention_fusion.cc50 auto expand_dims = VectorRef({is_expand_dims, mask_input, is_param1}); in DefineMask() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_v2_p_info.cc782 auto expand_dims = gen_g.PushBack({gen_g.NewOpInst(EXPAND_DIMS), cast, CreatInt64Imm(axis_ - 1)}); in ComputeReplaceGraph() local
/third_party/mindspore/mindspore/ops/
Dfunctional.py131 expand_dims = P.ExpandDims() variable
/third_party/mindspore/tests/vm_impl/
Dvm_me.py574 def expand_dims(x, axis): function
/third_party/mindspore/mindspore/numpy/
Darray_ops.py40 def expand_dims(a, axis): function
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir_nnrt_lite_graph_to_model.cc544 ExpandDims expand_dims{}; in ConvertExpandDims() local