Home
last modified time | relevance | path

Searched defs:BaseTensor (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dbase_tensor.cc80 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 …]
Dbase_tensor.h574 class BaseTensor; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/pynative/
Dabstract_converter.h30 using BaseTensor = tensor::BaseTensor; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/pyboost/
Dpyboost_utils.h37 using BaseTensor = tensor::BaseTensor; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Ddata_converter.cc50 using BaseTensor = mindspore::tensor::BaseTensor; typedef