Searched defs:BaseTensor (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/core/ir/ |
| D | base_tensor.cc | 80 BaseTensor::BaseTensor(const BaseTensor &tensor) in BaseTensor() function in mindspore::tensor::BaseTensor 94 BaseTensor::BaseTensor(const BaseTensor &tensor, TypeId data_type) in BaseTensor() function in mindspore::tensor::BaseTensor 126 BaseTensor::BaseTensor(TypeId data_type, const ShapeVector &shape, TensorDataPtr data) in BaseTensor() function in mindspore::tensor::BaseTensor 129 BaseTensor::BaseTensor(TypeId data_type, const ShapeVector &shape) in BaseTensor() function in mindspore::tensor::BaseTensor 132 BaseTensor::BaseTensor(TypeId data_type, const ShapeVector &shape, void *data, size_t data_len) in BaseTensor() function in mindspore::tensor::BaseTensor 135 BaseTensor::BaseTensor(TypeId data_type, const ShapeVector &shape, void *data, TypeId src_data_type) in BaseTensor() function in mindspore::tensor::BaseTensor 138 BaseTensor::BaseTensor(const std::vector<int64_t> &input, const TypePtr &data_type) in BaseTensor() function in mindspore::tensor::BaseTensor 143 BaseTensor::BaseTensor(const std::vector<int32_t> &input, const TypePtr &data_type) in BaseTensor() function in mindspore::tensor::BaseTensor 148 BaseTensor::BaseTensor(const std::vector<double> &input, const TypePtr &data_type) in BaseTensor() function in mindspore::tensor::BaseTensor 153 BaseTensor::BaseTensor(const std::vector<float> &input, const TypePtr &data_type) in BaseTensor() function in mindspore::tensor::BaseTensor [all …]
|
| D | base_tensor.h | 574 class BaseTensor; variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/pynative/ |
| D | abstract_converter.h | 30 using BaseTensor = tensor::BaseTensor; variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/pyboost/ |
| D | pyboost_utils.h | 37 using BaseTensor = tensor::BaseTensor; variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/ |
| D | data_converter.cc | 50 using BaseTensor = mindspore::tensor::BaseTensor; typedef
|