Belle II Software development
|
Public Member Functions | |
def | __init__ (self, model=None, **kwargs) |
Public Attributes | |
model | |
tensorflow model inheriting from tf.Module | |
Tensorflow state
Definition at line 17 of file tensorflow.py.
def __init__ | ( | self, | |
model = None , |
|||
** | kwargs | ||
) |
Constructor of the state object
Definition at line 22 of file tensorflow.py.
model |
tensorflow model inheriting from tf.Module
Definition at line 26 of file tensorflow.py.