API参考#
- 张量
- pypto.Tensor简介
- pypto.Tensor构造函数
- pypto.Tensor.add
- pypto.Tensor.amax
- pypto.Tensor.amin
- pypto.Tensor.assemble
- pypto.Tensor.clone
- pypto.Tensor.concat
- pypto.Tensor.cos
- pypto.Tensor.cumprod
- pypto.Tensor.cumsum
- pypto.Tensor.dim
- pypto.Tensor.div
- pypto.Tensor.dtype
- pypto.Tensor.exp
- pypto.Tensor.exp2
- pypto.Tensor.expand_clone
- pypto.Tensor.exp
- pypto.Tensor.id
- pypto.Tensor.index_add
- pypto.Tensor.index_add_
- pypto.Tensor.format
- pypto.Tensor.gather
- pypto.Tensor.gcd
- pypto.Tensor.get_cache_policy
- pypto.Tensor.log
- pypto.Tensor.logical_not
- pypto.Tensor.matmul
- pypto.Tensor.maximum
- pypto.Tensor.move
- pypto.Tensor.mul
- pypto.Tensor.name
- pypto.Tensor.reshape
- pypto.Tensor.round
- pypto.Tensor.set_cache_policy
- pypto.Tensor.scatter
- pypto.Tensor.scatter_
- pypto.Tensor.scatter_update
- pypto.Tensor.shape
- pypto.Tensor.rsqrt
- pypto.Tensor.sigmoid
- pypto.Tensor.sin
- pypto.Tensor.softmax
- pypto.Tensor.sqrt
- pypto.Tensor.ceil
- pypto.Tensor.floor
- pypto.Tensor.trunc
- pypto.Tensor.sub
- pypto.Tensor.sum
- pypto.Tensor.topk
- pypto.Tensor.transpose
- pypto.Tensor.tril
- pypto.Tensor.tril_
- pypto.Tensor.triu
- pypto.Tensor.triu_
- pypto.Tensor.unsqueeze
- pypto.Tensor.view
- pypto.Tensor.where
- pypto.Tensor索引功能说明
- 标量
- 操作
- pypto.abs
- pypto.add
- pypto.amax
- pypto.amin
- pypto.argmax
- pypto.argmin
- pypto.arange
- pypto.argsort
- pypto.assemble
- pypto.bitwise_and
- pypto.bitwise_left_shift
- pypto.bitwise_not
- pypto.bitwise_or
- pypto.bitwise_right_shift
- pypto.bitwise_xor
- pypto.cast
- pypto.cbrt
- pypto.ceil
- pypto.ceil_div
- pypto.clip
- pypto.clone
- pypto.concat
- pypto.copysign
- pypto.cos
- pypto.cumprod
- pypto.cumsum
- pypto.div
- pypto.eq
- pypto.exp
- pypto.exp2
- pypto.expm1
- pypto.expand_clone
- pypto.expand_exp_dif
- pypto.experimental.gather_in_l1
- pypto.experimental.gather_in_ub
- pypto.experimental.get_operation_options
- pypto.experimental.set_operation_options
- pypto.experimental.transposed_batchmatmul
- pypto.floor
- pypto.floor_div
- pypto.fmod
- pypto.full
- pypto.gather
- pypto.gather
- pypto.ge
- pypto.gcd
- pypto.gt
- pypto.hypot
- pypto.index_add
- pypto.index_add_
- pypto.index_select
- pypto.index_put_
- pypto.isfinite
- pypto.le
- pypto.lrelu
- pypto.log
- pypto.log1p
- pypto.log10
- pypto.log2
- pypto.logical_and
- pypto.logical_not
- pypto.lt
- pypto.matmul
- pypto.maximum
- pypto.minimum
- pypto.mul
- pypto.ne
- pypto.neg
- pypto.ones
- pypto.one_hot
- pypto.pad
- pypto.pow
- pypto.prelu
- pypto.prod
- pypto.reciprocal
- pypto.relu
- pypto.remainder
- pypto.reshape
- pypto.rms_norm
- pypto.round
- pypto.rsqrt
- pypto.scaled_mm
- pypto.scatter
- pypto.scatter_
- pypto.scatter_update
- pypto.sigmoid
- pypto.sign
- pypto.signbit
- pypto.sin
- pypto.softmax
- pypto.sqrt
- pypto.sub
- pypto.sum
- pypto.topk
- pypto.transpose
- pypto.tril
- pypto.triu
- pypto.trunc
- pypto.unsqueeze
- pypto.var
- pypto.view
- pypto.where
- pypto.zeros
- 数据类型
- 控制流
- 配置
- pypto.frontend.jit
- pypto.get_codegen_options
- pypto.get_cube_tile_shapes
- pypto.get_debug_options
- pypto.get_host_options
- pypto.get_pass_options
- pypto.get_pass_config
- pypto.get_pass_configs
- pypto.get_pass_default_config
- pypto.get_vec_tile_shapes
- pypto.get_verify_options
- pypto.reset_options
- pypto.set_codegen_options
- pypto.set_cube_tile_shapes
- pypto.set_debug_options
- pypto.set_host_options
- pypto.set_matrix_size
- pypto.set_pass_config
- pypto.set_pass_default_config
- pypto.set_pass_options
- pypto.set_semantic_label
- pypto.set_vec_tile_shapes
- pypto.set_verify_options
- 符号化
- 其他