hgq.layers.table package

Submodules

hgq.layers.table.conv module

class hgq.layers.table.conv.QConvT1D(*args, **kwargs)

Bases: QConvTBase

get_config()

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

class hgq.layers.table.conv.QConvT2D(*args, **kwargs)

Bases: QConvTBase

get_config()

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

class hgq.layers.table.conv.QConvTBase(*args, **kwargs)

Bases: QDenseT

build(input_shape)
call(x, training=None)
get_config()

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

property toq
class hgq.layers.table.conv.im2col_params_t

Bases: TypedDict

data_format: str
dilation_rate: tuple[int, int]
padding: str
size: tuple[int, int]
strides: tuple[int, int]

hgq.layers.table.dense module

class hgq.layers.table.dense.QDenseT(*args, **kwargs)

Bases: QLayerBaseSingleInput

build(input_shape)
call(x, training=None)
get_config()

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

property toq

Module contents

class hgq.layers.table.QConvT1D(*args, **kwargs)

Bases: QConvTBase

get_config()

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

class hgq.layers.table.QConvT2D(*args, **kwargs)

Bases: QConvTBase

get_config()

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

class hgq.layers.table.QConvTBase(*args, **kwargs)

Bases: QDenseT

build(input_shape)
call(x, training=None)
get_config()

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

property toq
class hgq.layers.table.QDenseT(*args, **kwargs)

Bases: QLayerBaseSingleInput

build(input_shape)
call(x, training=None)
get_config()

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.

property toq