Belle II Software development
State Class Reference

Public Member Functions

def __init__ (self, model=None, **kwargs)
 

Public Attributes

 model
 tensorflow model inheriting from tf.Module
 

Detailed Description

Tensorflow state

Definition at line 20 of file tensorflow.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  model = None,
**  kwargs 
)
 Constructor of the state object 

Definition at line 25 of file tensorflow.py.

25 def __init__(self, model=None, **kwargs):
26 """ Constructor of the state object """
27
28
29 self.model = model
30
31

Member Data Documentation

◆ model

model

tensorflow model inheriting from tf.Module

Definition at line 29 of file tensorflow.py.


The documentation for this class was generated from the following file: