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 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

Member Data Documentation

◆ model

model

tensorflow model inheriting from tf.Module

Definition at line 26 of file tensorflow.py.


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