Searched defs:tensor_impl (Results 1 – 8 of 8) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/python/src/ |
| D | tensor_pybind.cc | 175 auto tensor_impl = std::make_shared<TensorNumpyImpl>("", std::move(py_buffer_info), py_shape); in create_tensor_by_numpy() local 272 …auto tensor_impl = std::make_shared<TensorNumpyImpl>(tensor.Name(), std::move(py_buffer_info), ten… in SetTensorNumpyData() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/ |
| D | de_tensor.cc | 31 DETensor::DETensor(std::shared_ptr<dataset::Tensor> tensor_impl) in DETensor()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/ |
| D | tensor_utils.cc | 106 auto tensor_impl = std::make_shared<TensorTensorImpl>(graph_tensor); in TensorPtrToMSTensor() local 142 auto tensor_impl = std::make_shared<TensorTensorImpl>(graph_tensor); in TensorToMSTensor() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/ |
| D | model_impl.cc | 596 auto tensor_impl = session_->GetInputByTensorName(graph_id_, name); in GetInputByTensorName() local 619 auto tensor_impl = session_->GetOutputByTensorName(graph_id_, name); in GetOutputByTensorName() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/llm_engine/ |
| D | llm_engine_impl.cc | 248 auto tensor_impl = std::make_shared<TensorDefaultImpl>(item.name, item.dtype, item.shape); in GetInputs() local
|
| D | llm_engine_plugin.cc | 971 auto tensor_impl = std::make_shared<TensorTensorImpl>(tensor); in ConvertGeTensorNoCopy() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ |
| D | data_schema.cc | 52 ColDescriptor::ColDescriptor(const std::string &col_name, DataType col_type, TensorImpl tensor_impl… in ColDescriptor()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/ |
| D | node.cc | 778 auto tensor_impl = GetSrcPtr<TensorPtr>(res_mgr, tensor); in MSNewVariableFromTensor() local 864 auto tensor_impl = GetSrcPtr<TensorPtr>(res_mgr, tensor); in MSNewConstantFromTensor() local
|