Searched defs:TensorDataImpl (Results 1 – 1 of 1) sorted by relevance
183 class TensorDataImpl : public TensorData { class185 …explicit TensorDataImpl(const ShapeVector &shape) : ndim_(shape.size()), data_size_(SizeOf(shape))… in TensorDataImpl() function in mindspore::tensor::TensorDataImpl188 TensorDataImpl(const ShapeVector &shape, void *data, size_t data_len) in TensorDataImpl() function in mindspore::tensor::TensorDataImpl191 TensorDataImpl(const ShapeVector &shape, void *data, TypeId data_type) in TensorDataImpl() function in mindspore::tensor::TensorDataImpl195 TensorDataImpl(const ShapeVector &shape, const U *input, size_t size) in TensorDataImpl() function in mindspore::tensor::TensorDataImpl199 TensorDataImpl(const ShapeVector &shape, Scalar scalar) in TensorDataImpl() function in mindspore::tensor::TensorDataImpl