PYASC
Installation
Build from source
Setup runtime environment
Development
Coding style conventions
Tools
High-level design
Project overview
Python API (PyAsc2)
Tile API
Programming model
Creation operations
asc.language.tile.creation_ops.full
asc.language.tile.creation_ops.full_like
asc.language.tile.creation_ops.zeros
zeros()
asc.language.tile.creation_ops.zeros_like
Memory operations
Binary operations
Unary operations
Indexing operations
Reduction operations
Shape manipulation operations
Atomic operations
Runtime API
Python API (PyAsc)
asc.language.adv
asc.language.basic
asc.language.core
asc.language.fwk
asc.lib.host
MLIR
Dialects and operations
Passes
PYASC
Tile API
asc.language.tile.creation_ops.zeros
View page source
asc.language.tile.creation_ops.zeros
asc.language.tile.creation_ops.
zeros
(
shape:
~typing.Iterable[int],
dtype:
~asc.language.core.dtype.DataType
=
<asc.language.core.dtype.DataType
object>
)
→
Tile