Home
last modified time | relevance | path

Searched defs:shape_ptr (Results 1 – 25 of 68) sorted by relevance

123

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsparse_split_impl.cu26IndexType *shape_ptr, IndexType num_split, IndexType **y_indices_ptr, in SparseSplitKernel()
56IndexType *shape_ptr, IndexType num_split, IndexType **y_indices_ptr, in SparseSplit()
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmeshgrid.cc59 …auto shape_ptr = std::make_shared<abstract::Shape>(std::vector<int64_t>{abstract::Shape::kShapeRan… in MeshgridInferShape() local
72 auto shape_ptr = std::make_shared<abstract::Shape>(output_shape); in MeshgridInferShape() local
Dtensor_to_scalar.cc52 auto shape_ptr = CheckAndConvertUtils::GetTensorInputShape(op_name, input_args, 0); in InferShape() local
Dmap_tensor_get_values.cc42 auto shape_ptr = abs_map_tensor->GetShape(); in MapTensorGetValuesInferShape() local
Darg_min_v2.cc43 auto shape_ptr = CheckAndConvertUtils::GetTensorInputShape("ArgminV2", input_args, 0); in ArgminV2InferShape() local
Drandperm.cc102 auto shape_ptr = input_args[kInputIndex0]->GetShape(); in InferShape() local
Dapply_ftrl.cc105 auto shape_ptr = var_shape->cast<abstract::ShapePtr>(); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Ddropout.cc31 auto shape_ptr = std::make_shared<abstract::Shape>(x_shape); in InferShape() local
Drange.cc93 BaseShapePtr shape_ptr = nullptr; in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fisson/
Dnode_out_shapes.cc60 const auto &shape_ptr = (*shape)[i]; in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/checker/
Dreshape_checker.cc56 auto shape_ptr = primitive->GetAttr(ops::kShape); in Check() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsparse_count_sparse_output_cpu_kernel.cc44 …arseOutputCpuKernelMod::CheckIndicesInBounds(const int64_t *indices_addr, const int64_t *shape_ptr, in CheckIndicesInBounds()
153 const auto *shape_ptr = reinterpret_cast<int64_t *>(inputs[2]->device_ptr()); in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/environ/
Daicpu_environ_manager.cc62 auto shape_ptr = tensor->GetTensorShape(); in IsScalarTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dstorage_format_operator.cc33 auto shape_ptr = base_shape->cast<abstract::ShapePtr>(); in GetShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/
Dapply_momentum_scale_fusion.cc33 auto shape_ptr = in->Shape(); in IsScalar() local
Dapply_momentum_weight_scale_fusion.cc41 auto shape_ptr = in->Shape(); in IsScalar() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Dutils.cc103 bool ParseShapeStr(const std::string &shape_str, std::vector<int64_t> *shape_ptr) { in ParseShapeStr()
130 bool ParseShapeStr(const std::string &shape_str, std::vector<ShapeDim> *shape_ptr) { in ParseShapeStr()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fission/
Dtransdata_split.cc45 auto shape_ptr = base_shape->cast<abstract::ShapePtr>(); in IsDepthwiseCase() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dbasic_op_infer_shape.cc63 auto shape_ptr = CheckAndConvertUtils::GetTensorInputShape(primitive->name(), input_args, 0); in AllGatherInferShape() local
84 auto shape_ptr = CheckAndConvertUtils::GetTensorInputShape(primitive->name(), input_args, 0); in ShapeInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/
Dparser_utils.cc137 auto shape_ptr = api::MakeShared<api::Shape>(shape); in UnifyVariableConvWeight() local
201 auto shape_ptr = api::MakeShared<api::Shape>(shape); in HandleConstConvWeightShared() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/ms/
Dms_model.cc63 auto shape_ptr = std::dynamic_pointer_cast<abstract::Shape>(param->Shape()); in GenerateGraphCell() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/convert/
Druntime_convert.cc93 auto shape_ptr = std::make_shared<mindspore::abstract::Shape>(shape_vec); in UpdateDynamicInputShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/sparse/
Dsparse_split_gpu_kernel.cc84 auto shape_ptr = GetDeviceAddress<IndexType>(inputs, kIndex3); in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/
Dparser_utils.cc310 auto shape_ptr = std::make_shared<abstract::Shape>(shape); in UnifyVariableConvWeight() local
411 auto shape_ptr = std::make_shared<abstract::Shape>(shape); in HandleConstConvWeightShared() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/
Deliminate_graph_output_transdata.cc43 auto shape_ptr = base_shape->cast<abstract::ShapePtr>(); in IsDepthwiseCase() local

123