hgq.layers.ops package
Submodules
hgq.layers.ops.accum module
- class hgq.layers.ops.accum.QMeanPow2(*args, **kwargs)
Bases:
QSum
- build(input_shape)
- 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.ops.accum.QSum(*args, **kwargs)
Bases:
QLayerBaseSingleInput
- build(input_shape)
- call(inputs, 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 keepdims
- property scale
hgq.layers.ops.einsum module
- class hgq.layers.ops.einsum.QEinsum(*args, **kwargs)
Bases:
QLayerBaseMultiInputs
- build(input_shape)
- call(inputs, 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.
hgq.layers.ops.merge module
- class hgq.layers.ops.merge.QAdd(*args, **kwargs)
Bases:
QMerge
,Add
- 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.ops.merge.QAveragePow2(*args, **kwargs)
Bases:
QAdd
,Average
- build(input_shape)
- 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.ops.merge.QDot(*args, **kwargs)
Bases:
QMerge
,Dot
- build(input_shape)
- 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.ops.merge.QMaximum(*args, **kwargs)
Bases:
QMerge
,Maximum
- 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.ops.merge.QMerge(*args, **kwargs)
Bases:
QLayerBaseMultiInputs
,Merge
- call(inputs, 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.
- class hgq.layers.ops.merge.QMinimum(*args, **kwargs)
Bases:
QMerge
,Minimum
- get_config()
Returns the config of the object.
An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.
Module contents
- class hgq.layers.ops.QAdd(*args, **kwargs)
Bases:
QMerge
,Add
- 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.ops.QAveragePow2(*args, **kwargs)
Bases:
QAdd
,Average
- build(input_shape)
- 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.ops.QDot(*args, **kwargs)
Bases:
QMerge
,Dot
- build(input_shape)
- 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.ops.QEinsum(*args, **kwargs)
Bases:
QLayerBaseMultiInputs
- build(input_shape)
- call(inputs, 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.
- class hgq.layers.ops.QMaximum(*args, **kwargs)
Bases:
QMerge
,Maximum
- 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.ops.QMeanPow2(*args, **kwargs)
Bases:
QSum
- build(input_shape)
- 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.ops.QMinimum(*args, **kwargs)
Bases:
QMerge
,Minimum
- 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.ops.QMultiply(*args, **kwargs)
Bases:
QMerge
,Multiply
- 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.ops.QSubtract(*args, **kwargs)
Bases:
QMerge
,Subtract
- 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.ops.QSum(*args, **kwargs)
Bases:
QLayerBaseSingleInput
- build(input_shape)
- call(inputs, 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 keepdims
- property scale