MCPcopy Create free account

hub / github.com/AlexanderLutsenko/nobuco / functions

Functions654 in github.com/AlexanderLutsenko/nobuco

Functionconverter_unbind
(input, dim=0)
nobuco/node_converters/tensor_manipulation.py:220
Functionconverter_unflatten
(input: Tensor, dim: _int, sizes)
nobuco/node_converters/tensor_manipulation.py:245
Functionconverter_unique
(input, sorted=True, return_inverse=False, return_counts=False, dim=None)
nobuco/node_converters/comparison.py:81
Functionconverter_unsqueeze
(input, dim)
nobuco/node_converters/tensor_manipulation.py:290
Functionconverter_view_as_complex
(input: Tensor)
nobuco/node_converters/tensor_cast.py:87
Functionconverter_view_as_real
(input: Tensor)
nobuco/node_converters/tensor_cast.py:94
Functionconverter_where
(condition: Tensor, input=None, other=None)
nobuco/node_converters/boolean_mask.py:29
Functionconverter_zero_
(self)
nobuco/node_converters/tensor_creation.py:214
Functionconverter_zeros
(*size: _int, out: Optional[Tensor]=None, dtype: Optional[_dtype]=None, layout: Optional[_layout]=None, device
nobuco/node_converters/tensor_creation.py:93
Functionconverter_zeros_like
(input: Tensor, *, memory_format=None, dtype=None, layout=None, device=None, pin_memory=False, requires_grad=F
nobuco/node_converters/tensor_creation.py:182
Methodcreate
(cls, input_names, output_names, outputs_template, disconnected_tensors_keras, children_converted_nodes, const
nobuco/layers/container.py:17
Methoddecorate_forward
(self)
nobuco/trace/trace.py:377
Methoddecorated__deepcopy__
(self, memo)
nobuco/trace/trace.py:388
Methoddecorated_new
(cls, *args, **kwargs)
nobuco/trace/trace.py:381
Methoddecorator
(*args, **kwargs)
nobuco/trace/trace.py:290
Functiondense_image_warp
(self, image: torch.Tensor, flow: torch.Tensor)
nobuco/addons/torch/dense_image_warp.py:38
Functionfind_index
(collection, el)
nobuco/util.py:10
Functionforce_pytorch_order
(inputs)
nobuco/funcs.py:25
Functionforce_tensorflow_order
(inputs)
nobuco/funcs.py:15
Methodforward
(self, image, flow)
nobuco/addons/torch/dense_image_warp.py:16
Methodforward
(self, input)
nobuco/addons/torch/space_to_depth.py:17
Methodforward
(self, input)
nobuco/addons/torch/depth_to_space.py:17
Methodforward
(self, *args, **kwargs)
nobuco/trace/trace.py:246
Methodforward
(self, x)
examples/dynamic_shape.py:21
Methodforward
(self, x)
examples/complex.py:21
Methodforward
(self, x)
examples/create_tensor.py:21
Methodforward
(self, x)
examples/conv_depthwise_tfjs.py:58
Methodforward
(self, x)
examples/norm2_example.py:15
Methodforward
(self, x)
examples/conv_grouped.py:67
Methodforward
(self, x, n)
examples/control_for.py:36
Methodforward
(self, x)
examples/norm_example.py:27
Methodforward
(self, x1d, x2d)
examples/fourier.py:21
Methodforward
(self, x, crop_x, crop_y)
examples/static_crop.py:34
Methodforward
(self, x, y)
examples/meshgrid.py:13
Methodforward
(self, boxes, scores, idxs)
examples/nms.py:22
Methodforward
(self, x)
examples/split.py:20
Methodforward
(self, x)
examples/slice_assign_mask.py:20
Methodforward
(self, x)
examples/multihead-attention.py:22
Methodforward
(self, x)
examples/module_deepcopy.py:31
Methodforward
(self, image, flow)
examples/dense_image_warp2.py:21
Methodforward
(self, x: torch.Tensor)
examples/stateful1.py:25
Methodforward
(self, x)
examples/grad.py:21
Methodforward
(self, x)
examples/control_if.py:24
Methodforward
(self, x)
examples/pixelshuffle.py:26
Methodforward
(self, x)
examples/pixelshuffle.py:39
Methodforward
(self, x)
examples/channel_ordering.py:23
Methodforward
(self, x1, x2)
examples/signature.py:16
Methodforward
(self, x)
examples/efficient_reshape.py:22
Methodforward
(self, x, repeats)
examples/repeat.py:20
Methodforward
(self, x)
examples/control_while.py:40
Methodforward
(self, x)
examples/fusible.py:44
Methodforward
(self, x, y, z)
examples/broadcast.py:17
Methodforward
(self, x)
examples/reduce.py:21
Methodforward
(self, qkv, w, b)
examples/projection.py:21
Methodforward
(self, x, h0, c0)
examples/rnn.py:81
Methodforward
(self, x: torch.Tensor)
examples/stateful2.py:32
Methodforward
(self, image, flow)
examples/grid_samplers.py:21
Methodforward
(self, x)
examples/converter_inside_converter.py:23
Methodforward
(self, x)
examples/converter_inside_converter.py:36
Methodforward
(self, x)
examples/control_if2.py:46
Methodforward
(self, x, y)
examples/distance.py:18
Methodforward
(self, x)
examples/stateful3.py:24
Methodforward
(self, x: torch.Tensor)
examples/stateful3.py:37
Methodforward
(self, x1d, x2d, x3d)
examples/paddings.py:21
Methodforward
(self, x, y, indices, index_x, index_y, index_z)
examples/slice_assign.py:20
Methodforward
(self, input, dim, index, src)
examples/scatter.py:17
Methodforward
(self, x)
examples/math_ops.py:20
Methodforward
(self, q, k, v, attn_mask)
examples/scaled_dot_product_attention.py:14
Methodforward
Args: input_ids (long tensor): shape (b, l) (See Glossary at top for definitions of b, l, d_in, n...) Returns:
examples/mamba_minimal/model.py:75
Methodforward
Args: x: shape (b, l, d) (See Glossary at top for definitions of b, l, d_in, n...) Returns: output: shape
examples/mamba_minimal/model.py:153
Methodforward
Mamba block forward. This looks the same as Figure 3 in Section 3.4 in the Mamba paper [1]. Args: x: shape (b, l, d) (See Glos
examples/mamba_minimal/model.py:206
Methodforward
(self, x)
examples/mamba_minimal/model.py:342
Functionfunc
(x, dim=None)
nobuco/funcs.py:44
Functionfunc
(sliced_tensor, slice_args, assigned_tensor)
nobuco/node_converters/slice.py:200
Functionfunc
(self, memory_format=None)
nobuco/node_converters/tensor_cast.py:13
Functionfunc
(input, size=None, scale_factor=None, mode='nearest', align_corners=None, recompute_scale_factor=None, antiali
nobuco/node_converters/interpolation.py:24
Functionfunc
(input, value)
nobuco/node_converters/misc.py:16
Functionfunc
(input, weight, bias=None, out=None)
nobuco/node_converters/linear.py:50
Functionfunc
(*tensors)
nobuco/node_converters/tensor_broadcast.py:22
Functionfunc
(input, hx=None)
nobuco/node_converters/recurrent.py:107
Functionfunc
(input, n=None, dim=-1, norm=None, *, out=None)
nobuco/node_converters/fft.py:21
Functionfunc
(input, *args, **kwargs)
nobuco/node_converters/math.py:21
Functionfunc
(input, p=0.5, training=True, inplace=False)
nobuco/node_converters/dropout.py:18
Functionfunc
(input, other)
nobuco/node_converters/boolean.py:12
Functionfunc
(t)
nobuco/node_converters/torchvision.py:38
Functionfunc
(self)
nobuco/node_converters/grad.py:12
Functionfunc
(data, dtype=None, device=None, requires_grad=False)
nobuco/node_converters/tensor_creation.py:19
Functionfunc
(self)
nobuco/node_converters/tensor_shape.py:10
Functionfunc
(input, kernel_size, stride=(), padding=0, dilation=1, ceil_mode=False, *args, **kwargs)
nobuco/node_converters/pooling.py:36
Functionfunc
( query, key, value, key_padding_mask=None, need_w
nobuco/node_converters/attention.py:50
Functionfunc
(input)
nobuco/node_converters/convolution.py:85
Functionfunc
(input, dim, keepdim, **kwargs)
nobuco/node_converters/reduce.py:22
Functionfunc
(input, grid, mode = "bilinear", padding_mode = "zeros", align_corners = None)
nobuco/node_converters/grid_sampling.py:37
Functionfunc
(input, pad, mode="constant", value=0.0)
nobuco/node_converters/padding.py:48
Functionfunc
(input, other, *, out=None)
nobuco/node_converters/comparison.py:17
Functionfunc
(input, *args, **kwargs)
nobuco/node_converters/normalization.py:88
Functionfunc
(x)
nobuco/node_converters/tensor_manipulation.py:22
Functionfunc
(input, *, out=None)
nobuco/node_converters/activation.py:35
Functionfunc
(input, mask, *, out=None)
nobuco/node_converters/boolean_mask.py:15
Functionfunc
(self, attribute)
nobuco/node_converters/tensor_getattribute.py:14
← previousnext →501–600 of 654, ranked by callers