Coordinate query

torch_lattice.nn.functional.query.convert_transposed_out_in_map(out_in_map, size)[source]

Invert an int32 output-to-input relation for transposed convolution.

Return type:

Tensor

Parameters:
torch_lattice.nn.functional.query.sphashquery(queries, references)[source]

Return the row index of every query hash, or -1 when absent.

Return type:

Tensor

Parameters: