Belle II Software  light-2212-foldex
State Class Reference
Inheritance diagram for State:
Collaboration diagram for State:

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 18 of file tensorflow.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 23 of file tensorflow.py.

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

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