def __init__()

in realbook/layers/compatibility.py [0:0]


    def __init__(
        self,
        path_or_graph_def: Union[str, Dict[Any, Any], tf.compat.v1.GraphDef],
        input_tensor_names: List[str],
        output_tensor_names: List[str],
        name: Optional[str] = None,