Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dgather.cc68 bool GetBatchDimByInput(std::vector<int64_t> *params_shape, std::vector<int64_t> *indices_shape, in… in GetBatchDimByInput()
83 auto params_shape = input_args[kInputIndex0]->GetShape()->GetShapeVector(); in InferShape() local
/third_party/mindspore/mindspore-src/source/tests/st/pynative/
Dtest_pynative_embeddinglookup.py56 …def __init__(self, params_shape, indices_shape, offset=0, low=0, high=2, dtype=np.float32, ids_typ… argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dembedding_lookup.cc85 auto params_shape = params_shape_ptr->shape(); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/
Dcustom_op_infer.cc74 auto params_shape = params_shape_ptr->shape(); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dnorm_fusion.cc152 … const std::vector<int> &mean_axes, const std::vector<int> &params_shape, in GetNormTypeAndAxis()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_info.cc169 auto params_shape = inputs_shape_.at(0); in GetAttrs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc388 auto params_shape = params_shp->shape(); in CreateUpdateCache() local