Installation
Getting started
User Guide
API reference
Development
Release Notes
GitHub
Twitter
Mars Tensor
Overview
Create Mars tensor
Universal Functions (ufunc)
Sparse tensor
mars.tensor.tensor
mars.tensor.zeros
mars.tensor.eye
mars.tensor.identity
mars.tensor.random.randint
Mars DataFrame
Mars Learn
Mars Remote
mars.tensor.tensor
¶
mars.tensor.
tensor
(
data
=
None
,
dtype
=
None
,
order
=
'K'
,
chunk_size
=
None
,
gpu
=
None
,
sparse
=
False
)
→
mars.tensor.core.Tensor
[source]
¶
Create Mars tensor
mars.tensor.array