analogvnn.utils.common_types#

Module Contents#

analogvnn.utils.common_types.TENSORS[source]#

TENSORS is a type alias for a tensor or a sequence of tensors.

analogvnn.utils.common_types.TENSOR_OPERABLE[source]#

TENSOR_OPERABLE is a type alias for types that can be operated on by a tensor.

analogvnn.utils.common_types.TENSOR_CALLABLE[source]#

TENSOR_CALLABLE is a type alias for a function that takes a TENSOR_OPERABLE and returns a TENSOR_OPERABLE.