Documentation
¶
Overview ¶
Package lib is a generated protocol buffer package.
It is generated from these files:
tensorflow/tools/api/lib/api_objects.proto
It has these top-level messages:
TFAPIMember TFAPIMethod TFAPIModule TFAPIClass TFAPIObject
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TFAPIClass ¶
type TFAPIClass struct { IsInstance []string `protobuf:"bytes,1,rep,name=is_instance,json=isInstance" json:"is_instance,omitempty"` Member []*TFAPIMember `protobuf:"bytes,2,rep,name=member" json:"member,omitempty"` MemberMethod []*TFAPIMethod `protobuf:"bytes,3,rep,name=member_method,json=memberMethod" json:"member_method,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*TFAPIClass) Descriptor ¶
func (*TFAPIClass) Descriptor() ([]byte, []int)
func (*TFAPIClass) GetIsInstance ¶
func (m *TFAPIClass) GetIsInstance() []string
func (*TFAPIClass) GetMember ¶
func (m *TFAPIClass) GetMember() []*TFAPIMember
func (*TFAPIClass) GetMemberMethod ¶
func (m *TFAPIClass) GetMemberMethod() []*TFAPIMethod
func (*TFAPIClass) ProtoMessage ¶
func (*TFAPIClass) ProtoMessage()
func (*TFAPIClass) Reset ¶
func (m *TFAPIClass) Reset()
func (*TFAPIClass) String ¶
func (m *TFAPIClass) String() string
type TFAPIMember ¶
type TFAPIMember struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Mtype *string `protobuf:"bytes,2,opt,name=mtype" json:"mtype,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*TFAPIMember) Descriptor ¶
func (*TFAPIMember) Descriptor() ([]byte, []int)
func (*TFAPIMember) GetMtype ¶
func (m *TFAPIMember) GetMtype() string
func (*TFAPIMember) GetName ¶
func (m *TFAPIMember) GetName() string
func (*TFAPIMember) ProtoMessage ¶
func (*TFAPIMember) ProtoMessage()
func (*TFAPIMember) Reset ¶
func (m *TFAPIMember) Reset()
func (*TFAPIMember) String ¶
func (m *TFAPIMember) String() string
type TFAPIMethod ¶
type TFAPIMethod struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"` Argspec *string `protobuf:"bytes,3,opt,name=argspec" json:"argspec,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*TFAPIMethod) Descriptor ¶
func (*TFAPIMethod) Descriptor() ([]byte, []int)
func (*TFAPIMethod) GetArgspec ¶
func (m *TFAPIMethod) GetArgspec() string
func (*TFAPIMethod) GetName ¶
func (m *TFAPIMethod) GetName() string
func (*TFAPIMethod) GetPath ¶
func (m *TFAPIMethod) GetPath() string
func (*TFAPIMethod) ProtoMessage ¶
func (*TFAPIMethod) ProtoMessage()
func (*TFAPIMethod) Reset ¶
func (m *TFAPIMethod) Reset()
func (*TFAPIMethod) String ¶
func (m *TFAPIMethod) String() string
type TFAPIModule ¶
type TFAPIModule struct { Member []*TFAPIMember `protobuf:"bytes,1,rep,name=member" json:"member,omitempty"` MemberMethod []*TFAPIMethod `protobuf:"bytes,2,rep,name=member_method,json=memberMethod" json:"member_method,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*TFAPIModule) Descriptor ¶
func (*TFAPIModule) Descriptor() ([]byte, []int)
func (*TFAPIModule) GetMember ¶
func (m *TFAPIModule) GetMember() []*TFAPIMember
func (*TFAPIModule) GetMemberMethod ¶
func (m *TFAPIModule) GetMemberMethod() []*TFAPIMethod
func (*TFAPIModule) ProtoMessage ¶
func (*TFAPIModule) ProtoMessage()
func (*TFAPIModule) Reset ¶
func (m *TFAPIModule) Reset()
func (*TFAPIModule) String ¶
func (m *TFAPIModule) String() string
type TFAPIObject ¶
type TFAPIObject struct { Path *string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"` TfModule *TFAPIModule `protobuf:"bytes,2,opt,name=tf_module,json=tfModule" json:"tf_module,omitempty"` TfClass *TFAPIClass `protobuf:"bytes,3,opt,name=tf_class,json=tfClass" json:"tf_class,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*TFAPIObject) Descriptor ¶
func (*TFAPIObject) Descriptor() ([]byte, []int)
func (*TFAPIObject) GetPath ¶
func (m *TFAPIObject) GetPath() string
func (*TFAPIObject) GetTfClass ¶
func (m *TFAPIObject) GetTfClass() *TFAPIClass
func (*TFAPIObject) GetTfModule ¶
func (m *TFAPIObject) GetTfModule() *TFAPIModule
func (*TFAPIObject) ProtoMessage ¶
func (*TFAPIObject) ProtoMessage()
func (*TFAPIObject) Reset ¶
func (m *TFAPIObject) Reset()
func (*TFAPIObject) String ¶
func (m *TFAPIObject) String() string
Click to show internal directories.
Click to hide internal directories.