MCPcopy Create free account

hub / github.com/AlexanderLutsenko/nobuco / functions

Functions654 in github.com/AlexanderLutsenko/nobuco

Functionconverter_layer_norm
(input: Tensor, normalized_shape: List[int], weight: Optional[Tensor] = None,
nobuco/node_converters/normalization.py:70
Functionconverter_le
(input: Tensor, other: Number, *, out: Optional[Tensor]=None)
nobuco/node_converters/comparison.py:37
Functionconverter_leaky_relu
(input: Tensor, negative_slope: float = 0.01, inplace: bool = False)
nobuco/node_converters/activation.py:79
Functionconverter_length
(x: Tensor)
nobuco/funcs.py:60
Functionconverter_lerp
(input: Tensor, end: Tensor, weight, *, out: Optional[Tensor] = None)
nobuco/node_converters/math.py:293
Functionconverter_linear
(input, weight, bias=None, out=None)
nobuco/node_converters/linear.py:36
Functionconverter_linspace
(start, end, steps: _int, *, out: Optional[Tensor] = None, dtype: Optional[_dtype] = None, layout: Optional[_l
nobuco/node_converters/tensor_creation.py:247
Functionconverter_log
(input: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:163
Functionconverter_log10
(input: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:177
Functionconverter_log1p
(input: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:184
Functionconverter_log2
(input: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:170
Functionconverter_log_softmax
(input: Tensor, dim, *, dtype: Optional[_dtype]=None)
nobuco/node_converters/activation.py:172
Functionconverter_logical_and
(input: Tensor, other)
nobuco/node_converters/boolean.py:11
Functionconverter_logical_or
(input: Tensor, other)
nobuco/node_converters/boolean.py:18
Functionconverter_logsigmoid
(input: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/activation.py:41
Functionconverter_long
(self, memory_format=None)
nobuco/node_converters/tensor_cast.py:46
Functionconverter_lt
(input: Tensor, other: Number, *, out: Optional[Tensor]=None)
nobuco/node_converters/comparison.py:30
Functionconverter_masked_fill
(input: Tensor, mask: Tensor, value: Number)
nobuco/node_converters/boolean_mask.py:21
Functionconverter_masked_select
(input: Tensor, mask: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/boolean_mask.py:14
Functionconverter_matmul
(input: Tensor, other: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/linear.py:56
Functionconverter_max
(input: Tensor, dim=None, keepdim: _bool=False, *, out=None)
nobuco/node_converters/reduce.py:151
Functionconverter_max_pool_2d
(input: Tensor, kernel_size: Union[_int, _size], stride: Union[_int, _size]=(), padding: Union[_int, _size]=0,
nobuco/node_converters/pooling.py:17
Functionconverter_maximum
(input: Tensor, other: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:265
Functionconverter_mean
(input: Tensor, dim=None, keepdim: _bool=False, *, dtype: Optional[_dtype]=None, out: Optional[Tensor]=None)
nobuco/node_converters/reduce.py:59
Functionconverter_meshgrid
(*tensors, indexing: Optional[str] = None)
nobuco/node_converters/misc.py:24
Functionconverter_min
(input: Tensor, dim=None, keepdim: _bool=False, *, out=None)
nobuco/node_converters/reduce.py:127
Functionconverter_minimum
(input: Tensor, other: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:258
Functionconverter_mod
(self, value, *args, **kwargs)
nobuco/node_converters/math.py:113
Functionconverter_moveaxis
(input: Tensor, source: _size, destination: _size)
nobuco/node_converters/tensor_manipulation.py:83
Functionconverter_mul
(input: Union[Tensor, Number], other: Union[Tensor, Number], *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:62
Functionconverter_mv
(input: Tensor, vec: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/linear.py:77
Functionconverter_narrow
(input, dim, start, length)
nobuco/node_converters/tensor_manipulation.py:258
Functionconverter_ne
(self, *args, **kwargs)
nobuco/node_converters/boolean.py:32
Functionconverter_neg
(self)
nobuco/node_converters/math.py:55
Functionconverter_new_empty
(self, size, dtype=None, device=None, requires_grad=False, layout=torch.strided, pin_memory=False)
nobuco/node_converters/tensor_creation.py:162
Functionconverter_new_full
(self, size, fill_value, dtype=None, device=None, requires_grad=False, layout=torch.strided, pin_memory=False)
nobuco/node_converters/tensor_creation.py:172
Functionconverter_new_ones
(self, size, *args, **kwargs)
nobuco/node_converters/tensor_creation.py:152
Functionconverter_new_tensor
(self, data, *, dtype=None, device=None, requires_grad=False, layout=torch.strided, pin_memory=False)
nobuco/node_converters/tensor_creation.py:33
Functionconverter_new_zeros
(self, size, *args, **kwargs)
nobuco/node_converters/tensor_creation.py:142
Functionconverter_nms
(boxes: Tensor, scores: Tensor, iou_threshold: float)
nobuco/node_converters/torchvision.py:47
Functionconverter_norm
(input, p="fro", dim=None, keepdim=False, out=None, dtype=None)
nobuco/node_converters/linear.py:127
Functionconverter_normalize
(input: Tensor, p: float = 2.0, dim: int = 1, eps: float = 1e-12, out: Optional[Tensor] = None)
nobuco/node_converters/linear.py:114
Functionconverter_one_hot
(tensor, num_classes=-1)
nobuco/node_converters/math.py:300
Functionconverter_ones
(*size: _int, out: Optional[Tensor]=None, dtype: Optional[_dtype]=None, layout: Optional[_layout]=None, device
nobuco/node_converters/tensor_creation.py:106
Functionconverter_ones_like
(input: Tensor, *, memory_format=None, dtype=None, layout=None, device=None, pin_memory=False, requires_grad=F
nobuco/node_converters/tensor_creation.py:190
Functionconverter_pad
(input: Tensor, pad: List[int], mode: str = "constant", value: float = 0.0)
nobuco/node_converters/padding.py:45
Functionconverter_permute
(input: Tensor, dims: _size)
nobuco/node_converters/tensor_manipulation.py:58
Functionconverter_pixel_shuffle
(input: Tensor, upscale_factor: _int)
nobuco/node_converters/pooling.py:95
Functionconverter_pixel_unshuffle
(input: Tensor, downscale_factor: _int)
nobuco/node_converters/pooling.py:104
Functionconverter_pow
(input: Tensor, exponent: Number, *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:142
Functionconverter_prelu
(input: Tensor, weight: Tensor)
nobuco/node_converters/activation.py:117
Functionconverter_rdiv
(self, other)
nobuco/node_converters/math.py:99
Functionconverter_relu
(input: Tensor, inplace: bool = False)
nobuco/node_converters/activation.py:60
Functionconverter_relu_
(input: Tensor)
nobuco/node_converters/activation.py:67
Functionconverter_repeat
(self, *sizes)
nobuco/node_converters/tensor_manipulation.py:156
Functionconverter_repeat_interleave
(input: Tensor, repeats, dim: Optional[_int] = None, *, output_size: Optional[_int] = None)
nobuco/node_converters/tensor_manipulation.py:165
Functionconverter_requires_grad
(self, requires_grad)
nobuco/node_converters/grad.py:18
Functionconverter_reshape
(self, *shape)
nobuco/node_converters/tensor_manipulation.py:93
Functionconverter_rfft
(input, n=None, dim=-1, norm=None, *, out=None)
nobuco/node_converters/fft.py:17
Functionconverter_rfft2
(input, s=None, dim=(-2, -1), norm=None, *, out=None)
nobuco/node_converters/fft.py:37
Functionconverter_roll
(input: Tensor, shifts: Union[_int, _size], dims: Union[_int, _size]=())
nobuco/node_converters/tensor_manipulation.py:201
Functionconverter_round
(input: Tensor, *, decimals: _int, out=None)
nobuco/node_converters/math.py:212
Functionconverter_rpow
(self, other)
nobuco/node_converters/math.py:149
Functionconverter_rsqrt
(input: Tensor, *, out: Optional[Tensor] = None)
nobuco/node_converters/math.py:127
Functionconverter_rsub
(self, other)
nobuco/node_converters/math.py:48
Functionconverter_scalar_tensor
(s: Number, *, dtype: Optional[_dtype]=None, layout: Optional[_layout]=None, device: Optional[Union[_device, s
nobuco/node_converters/tensor_creation.py:78
Functionconverter_scaled_dot_product_attention
(query, key, value, attn_mask=None, dropout_p=0.0, is_causal=False, scale=None)
nobuco/node_converters/attention.py:79
Functionconverter_scatter
(input, dim, index, src)
nobuco/node_converters/slice.py:350
Functionconverter_selective_scan_loop
(self, l, x, deltaA, deltaB_u, C)
examples/mamba_minimal/convert.py:52
Functionconverter_setitem
(sliced_tensor, slice_args, assigned_tensor)
nobuco/node_converters/slice.py:189
Functionconverter_shape
(x: Tensor, dim=None)
nobuco/funcs.py:43
Functionconverter_shape_as_tensor
(self)
nobuco/node_converters/tensor_shape.py:9
Functionconverter_sigmoid
(input: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/activation.py:34
Functionconverter_sign
(input, *args, **kwargs)
nobuco/node_converters/math.py:326
Functionconverter_silu
(input: Tensor, inplace=False)
nobuco/node_converters/activation.py:195
Functionconverter_sin
(input, *args, **kwargs)
nobuco/node_converters/math.py:20
Functionconverter_softmax
(input: Tensor, dim: Union[str, None], *, dtype: Optional[_dtype]=None)
nobuco/node_converters/activation.py:150
Functionconverter_sort
(self, dim=-1, descending=False)
nobuco/node_converters/comparison.py:63
Functionconverter_space_to_depth
(self, input: torch.Tensor)
nobuco/addons/torch/space_to_depth.py:24
Functionconverter_split
(self, split_size, dim=0)
nobuco/node_converters/tensor_manipulation.py:129
Functionconverter_sqrt
(input: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/math.py:120
Functionconverter_square
(input: Tensor, *, out: Optional[Tensor] = None)
nobuco/node_converters/math.py:135
Functionconverter_squeeze
(input: Tensor, dim)
nobuco/node_converters/tensor_manipulation.py:275
Functionconverter_stack
(tensors: Union[Tuple[Tensor, ...], List[Tensor]], dim: _int=0, *, out: Optional[Tensor]=None)
nobuco/node_converters/tensor_manipulation.py:122
Functionconverter_std
(input: Tensor, dim, unbiased: _bool=True, keepdim: _bool=False, *, out: Optional[Tensor]=None)
nobuco/node_converters/reduce.py:71
Functionconverter_stft
(input: Tensor, n_fft: int, hop_length: Optional[int] = None, win_length: Optional[int] = None, windo
nobuco/node_converters/fft.py:57
Functionconverter_sub
(input: Union[Tensor, Number], other: Union[Tensor, Number], *, alpha: Optional[Number]=1, out: Optional[Tenso
nobuco/node_converters/math.py:41
Functionconverter_sum
(input: Tensor, dim=None, keepdim: _bool=False, *, dtype: Optional[_dtype]=None, out: Optional[Tensor]=None)
nobuco/node_converters/reduce.py:47
Functionconverter_t
(self: Tensor)
nobuco/node_converters/tensor_manipulation.py:75
Functionconverter_t_flatten
(input, start_dim=0, end_dim=-1)
nobuco/node_converters/tensor_manipulation.py:231
Functionconverter_t_permute
(self, *dims)
nobuco/node_converters/tensor_manipulation.py:51
Functionconverter_t_round
(self, decimals=0)
nobuco/node_converters/math.py:221
Functionconverter_tanh
(input: Tensor, *, out: Optional[Tensor]=None)
nobuco/node_converters/activation.py:48
Functionconverter_tensor
(data: Any, dtype: Optional[_dtype]=None, device: Device=None, requires_grad: _bool=False)
nobuco/node_converters/tensor_creation.py:18
Functionconverter_to
(self, device=None, dtype=None, non_blocking=False, copy=False, memory_format=torch.preserve_format)
nobuco/node_converters/tensor_cast.py:66
Functionconverter_topk
(input, k, dim=-1, largest=True, sorted=True, *, out=None)
nobuco/node_converters/comparison.py:51
Functionconverter_transpose
(input: Tensor, dim0, dim1)
nobuco/node_converters/tensor_manipulation.py:65
Functionconverter_triu
(self, diagonal=0)
nobuco/node_converters/linear.py:107
Functionconverter_type
(self, dtype=None, non_blocking=False, **kwargs)
nobuco/node_converters/tensor_cast.py:31
Functionconverter_type_as
(self, tensor)
nobuco/node_converters/tensor_cast.py:80
← previousnext →401–500 of 654, ranked by callers