copapy.backend.Net# class copapy.backend.Net(dtype, source)# Bases: object A Net represents a scalar type in the computation graph - or more generally it connects Nodes together. dtype# The data type of this Net. Type: str source# The Node that produces the value for this Net. Type: Node