pystiche.meta

pystiche.meta.tensor_meta(x, **kwargs)
Return type

Dict[str, Any]

pystiche.meta.is_scalar_tensor(x)
Return type

bool

pystiche.meta.is_conv_module(x)
Return type

bool

pystiche.meta.conv_module_meta(x, **kwargs)
Return type

Dict[str, Any]

pystiche.meta.is_pool_module(x)
Return type

bool

pystiche.meta.pool_module_meta(x, **kwargs)
Return type

Dict[str, Any]