Belle II Software  release-08-01-10
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 17 of file tensorflow.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 22 of file tensorflow.py.

22  def __init__(self, model=None, **kwargs):
23  """ Constructor of the state object """
24 
25 
26  self.model = model
27 
28 

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