Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dbase_tensor.h409 …explicit TensorDataImpl(const ShapeVector &shape) : ndim_(shape.size()), data_size_(SizeOf(shape))… in TensorDataImpl() function
420 TensorDataImpl(const ShapeVector &shape, void *data, size_t data_len) in TensorDataImpl() function
423 TensorDataImpl(const ShapeVector &shape, void *data, TypeId data_type) in TensorDataImpl() function
427 TensorDataImpl(const ShapeVector &shape, const U *input, size_t size) in TensorDataImpl() function
431 TensorDataImpl(const ShapeVector &shape, Scalar scalar) in TensorDataImpl() function