Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
caffe2.python.schema._SchemaNode Class Reference
Inheritance diagram for caffe2.python.schema._SchemaNode:

Public Member Functions

def __init__ (self, name, type_str='')
 
def add_child (self, name, type_str='')
 
def get_field (self)
 
def print_recursively (self)
 

Public Attributes

 name
 
 children
 
 type_str
 
 field
 

Detailed Description

This is a private class used to represent a Schema Node

Definition at line 866 of file schema.py.


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