Searched defs:TensorDataImpl (Results 1 – 1 of 1) sorted by relevance
409 …explicit TensorDataImpl(const ShapeVector &shape) : ndim_(shape.size()), data_size_(SizeOf(shape))… in TensorDataImpl() function420 TensorDataImpl(const ShapeVector &shape, void *data, size_t data_len) in TensorDataImpl() function423 TensorDataImpl(const ShapeVector &shape, void *data, TypeId data_type) in TensorDataImpl() function427 TensorDataImpl(const ShapeVector &shape, const U *input, size_t size) in TensorDataImpl() function431 TensorDataImpl(const ShapeVector &shape, Scalar scalar) in TensorDataImpl() function