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
Methodforward(self, x, y, indices, index_x, index_y, index_z)
examples/slice_assign.py:20
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
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, kernel_size, stride=(), padding=0, dilation=1, ceil_mode=False, *args, **kwargs)
nobuco/node_converters/pooling.py:36