1path: "tensorflow.initializers.orthogonal"
2tf_class {
3  is_instance: "<class \'tensorflow.python.ops.init_ops.Orthogonal\'>"
4  is_instance: "<class \'tensorflow.python.ops.init_ops.Initializer\'>"
5  is_instance: "<type \'object\'>"
6  member_method {
7    name: "__init__"
8    argspec: "args=[\'self\', \'gain\', \'seed\', \'dtype\'], varargs=None, keywords=None, defaults=[\'1.0\', \'None\', \"<dtype: \'float32\'>\"], "
9  }
10  member_method {
11    name: "from_config"
12    argspec: "args=[\'cls\', \'config\'], varargs=None, keywords=None, defaults=None"
13  }
14  member_method {
15    name: "get_config"
16    argspec: "args=[\'self\'], varargs=None, keywords=None, defaults=None"
17  }
18}
19