| /third_party/mindspore/mindspore-src/source/tests/ut/python/ops/ |
| D | test_list_slice.py | 38 def construct(self, tensor_list): argument 60 def construct(self, tensor_list): argument 84 def construct(self, tensor_list): argument 96 def construct(self, tensor_list): argument 107 def construct(self, tensor_list): argument 118 def construct(self, tensor_list): argument 128 def construct(self, tensor_list, y): argument
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/debugger/gpu_tests/ |
| D | dump_test_utils.py | 110 def build_dump_structure(tensor_name_list, tensor_list, net_name, tensor_info_list): argument 153 def build_dump_structure_with_constant(tensor_name_list, tensor_list, net_name, tensor_info_list): argument
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/ |
| D | tfReader_op_test.cc | 72 TensorRow tensor_list; in TEST_F() local 132 TensorRow tensor_list; in TEST_F() local 192 TensorRow tensor_list; in TEST_F() local 252 TensorRow tensor_list; in TEST_F() local 315 TensorRow tensor_list; in TEST_F() local
|
| D | mind_record_op_test.cc | 109 TensorRow tensor_list; in TEST_F() local 180 TensorRow tensor_list; in TEST_F() local
|
| D | concatenate_op_test.cc | 76 TensorRow tensor_list; in TEST_F() local 112 TensorRow tensor_list; in TEST_F() local
|
| D | resize_op_test.cc | 56 std::vector<std::shared_ptr<Tensor>> tensor_list; in TEST_F() local
|
| D | normalize_op_test.cc | 70 std::vector<std::shared_ptr<Tensor>> tensor_list; in TEST_F() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/control/ |
| D | tensor_array.cc | 78 auto tensor_list = this->tensor_list_.get(); in Run() local 110 lite::TensorList *tensor_list = *delta; in Run() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/debugger/ |
| D | dump_test_utils.py | 77 def build_dump_structure(path, tensor_name_list, tensor_list, net_name, tensor_info_list): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/ |
| D | tensor_util.cc | 142 auto *tensor_list = reinterpret_cast<TensorList *>(input); in GenerateInTensorC() local 571 auto tensor_list = reinterpret_cast<TensorList *>(tensor); in TensorListDataType() local 583 auto *tensor_list = reinterpret_cast<TensorList *>(tensor); in MallocTensorListDataAccordingToTensorListC() local 594 auto tensor_list = reinterpret_cast<TensorList *>(tensor); in DecodeTensorLsit() local 605 auto tensor_list = reinterpret_cast<TensorList *>(dst_tensor); in CreateTensorList() local 690 auto tensor_list = reinterpret_cast<TensorList *>(tensor); in MallocTensorData() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/ |
| D | tensorlist_c_utils.c | 19 int MallocTensorListData(TensorListC *tensor_list, TypeIdC dtype, const vvector *tensor_shape) { in MallocTensorListData()
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/communication/ |
| D | comm_func.py | 89 def _check_all_tensors(tensor_list): argument 99 def _check_all_tensors_or_tuple(tensor_list): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/ |
| D | convert_utils.cc | 593 ShapeVector ConvertTensorListToShapeVector(const tensor::TensorPtrList &tensor_list, size_t index) { in ConvertTensorListToShapeVector() 614 tensor::CSRTensorPtr TensorListToCSRTensor(const tensor::TensorPtrList &tensor_list) { in TensorListToCSRTensor() 623 tensor::COOTensorPtr TensorListToCOOTensor(const tensor::TensorPtrList &tensor_list) { in TensorListToCOOTensor() 633 const tensor::TensorPtrList &tensor_list) { in TensorListToSparseTensor()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/ |
| D | npu_map_job.cc | 130 for (auto &tensor_list : hold_input_list) { in Run() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/ |
| D | lite_tensor_extractor.cc | 96 auto tensor_list = std::static_pointer_cast<lite::TensorList>(tensor); in ConvertToLiteTensor() local 128 auto tensor_list = std::make_shared<lite::TensorList>(data_info.shape_, std::vector<int>{}); in GetCNodeTensorListVarInput() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/ |
| D | op_api_convert.h | 464 inline aclTensorList *ConvertType(const std::vector<tensor::BaseTensorPtr> &tensor_list) { in ConvertType() 486 inline aclTensorList *ConvertType(const std::vector<tensor::TensorPtr> &tensor_list) { in ConvertType() 497 inline aclTensorList *ConvertType(const std::vector<mindspore::kernel::KernelTensor *> &tensor_list… in ConvertType()
|
| D | op_api_cache.h | 101 inline void RefreshAddr(const std::vector<mindspore::kernel::KernelTensor *> &tensor_list) { in RefreshAddr()
|
| D | op_api_cache.cc | 115 void GatherInfo(const std::vector<mindspore::kernel::KernelTensor *> &tensor_list) { in GatherInfo()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/ |
| D | infer_manager.cc | 225 auto tensor_list = MallocTensorListDataAccordingToTensorListC(outputs.at(i), tensor_list_c); in KernelInferShape() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/providers/nnie/ |
| D | nnie_micro.cc | 47 int MakeTensorList(TensorC *tensors, int tensor_num, NnieTensors *tensor_list) { in MakeTensorList()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/ |
| D | tensor_load.h | 114 std::vector<std::shared_ptr<TensorData>> tensor_list; in GetTensor() local
|
| D | debug_services.cc | 537 … std::vector<std::shared_ptr<TensorData>> *const tensor_list, int begin, in CheckWatchpointsForTensor() 651 std::vector<std::shared_ptr<TensorData>> *const tensor_list, in CheckWatchpoints() 1204 … std::vector<std::shared_ptr<TensorData>> *const tensor_list) { in GetTensorDataInfoAsync() 1690 std::vector<std::shared_ptr<TensorData>> tensor_list; in ReadNeededDumpedTensors() local 1758 … std::vector<std::shared_ptr<TensorData>> *const tensor_list, in ProcessTensorDataSync()
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ |
| D | param_validator.cc | 69 TypePtr CheckTensorsDTypeSame(const AbstractTensorPtrList &tensor_list, const TypePtrList &accepts, in CheckTensorsDTypeSame()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/pyboost/ |
| D | pyboost_utils.h | 224 static ValueTuplePtr ConvertTensorVectorToTuple(const std::vector<BaseTensorPtr> &tensor_list) { in ConvertTensorVectorToTuple()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/offline_debug/ |
| D | dbg_services.cc | 218 std::vector<std::shared_ptr<TensorData>> tensor_list; in CheckWatchpoints() local
|