Home
last modified time | relevance | path

Searched defs:shape_data (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/coreml/op/
Dreshape_coreml.cc29 auto shape_data = reinterpret_cast<const int *>(shape_tensor.Data().get()); in BuildLayer() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/
Dscatter_nd_infer.c39 int *shape_data = (int *)(shape->data_); in ScatterNdInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dfillv2_info.cc179 auto shape_data = static_cast<int32_t *>(data); in GetShapeFromTensor() local
183 auto shape_data = static_cast<int64_t *>(data); in GetShapeFromTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Dcommon_shape_fns.cc527 const auto *shape_data = reinterpret_cast<const int32_t *>(shape_tensor.GetData()); in GetShapeDataFromShapeTensor() local
539 const auto *shape_data = reinterpret_cast<const int64_t *>(shape_tensor.GetData()); in GetShapeDataFromShapeTensor() local
575 const int32_t *shape_data = reinterpret_cast<const int32_t *>(tensor.GetData()); in GetShapeDataFromConstData() local
581 const int64_t *shape_data = reinterpret_cast<const int64_t *>(tensor.GetData()); in GetShapeDataFromConstData() local
596 std::vector<int64_t> shape_data; in MakeShapeFromShapeTensor() local
603 std::vector<int64_t> shape_data; in MakeShapeFromShapeTensor() local
612 std::vector<int64_t> shape_data; in MakeDimForScalarInput() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/
Donnx_expand_parser.cc48 auto *shape_data = t.raw_data().data(); in Parse() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/checker/
Dreshape_checker.cc55 std::vector<int64_t> shape_data; in Check() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/base/
Dscatter_nd_base.cc54 auto shape_data = reinterpret_cast<int *>(shape->data()); in ReSize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Drandom_ops_proto.cc137 Tensor shape_data; in CUST_IMPLEMT_INFERFUNC() local
461 Tensor shape_data; in CUST_IMPLEMT_INFERFUNC() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/
Dunify_format.cc235 T *shape_data = static_cast<T *>(shape_tensor->data_c()); in SetTensorInfoData() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_graph_executor.cc99 auto shape_data = std::vector<int64_t>({1, 1, 1, 1}); in GenExampleGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc485 auto shape_data = std::vector<int64_t>({1, 1, 1, 1}); in GenExampleGraph() local