Home
last modified time | relevance | path

Searched defs:element_shape (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dtensor_array.cc28 …rray::Init(bool dynamic_size, bool identical_element_shapes, const std::vector<int> &element_shape, in Init()
44 void TensorArray::set_element_shape(const std::vector<int> &element_shape) { in set_element_shape()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/control/
Dtensorlist_getitem_infer.c65 int element_shape[MAX_SHAPE_SIZE] = {0}; in TensorListGetItemInferShape() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/control/
Dtensor_array.cc45 int *element_shape = this->ta_param_->element_shape_; in Init() local
/third_party/mindspore/mindspore/lite/src/
Dtensorlist.h72 std::vector<int> &element_shape() { return element_shape_; } in element_shape() function
Dtensorlist.cc26 TensorList::TensorList(std::vector<int> shape, std::vector<int> element_shape, Category category) in TensorList()
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dadd_tensor_array.cc167 std::vector<int> element_shape; in Process() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/
Ddata_utils.cc695 TensorShape element_shape(std::vector<int64_t>(tensor_shape.begin() + 1, tensor_shape.end())); in BatchTensorToCVTensorVector() local
721 TensorShape element_shape(std::vector<int64_t>(tensor_shape.begin() + 1, tensor_shape.end())); in BatchTensorToTensorVector() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dcommon_infer.c49 int TensorListMergeShape(int *element_shape, size_t *element_shape_size, const int *tmp, size_t tmp… in TensorListMergeShape()
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dinfershape_pass.cc85 std::vector<int> element_shape; in ConvertTensorList() local
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc301 BaseShapePtr element_shape = ele->BuildShape(); in ElementsShape() local