Documentation ¶
Index ¶
- Variables
- type TFAPIClass
- func (*TFAPIClass) Descriptor() ([]byte, []int)deprecated
- func (x *TFAPIClass) GetIsInstance() []string
- func (x *TFAPIClass) GetMember() []*TFAPIMember
- func (x *TFAPIClass) GetMemberMethod() []*TFAPIMethod
- func (*TFAPIClass) ProtoMessage()
- func (x *TFAPIClass) ProtoReflect() protoreflect.Message
- func (x *TFAPIClass) Reset()
- func (x *TFAPIClass) String() string
- type TFAPIMember
- type TFAPIMethod
- func (*TFAPIMethod) Descriptor() ([]byte, []int)deprecated
- func (x *TFAPIMethod) GetArgspec() string
- func (x *TFAPIMethod) GetName() string
- func (x *TFAPIMethod) GetPath() string
- func (*TFAPIMethod) ProtoMessage()
- func (x *TFAPIMethod) ProtoReflect() protoreflect.Message
- func (x *TFAPIMethod) Reset()
- func (x *TFAPIMethod) String() string
- type TFAPIModule
- func (*TFAPIModule) Descriptor() ([]byte, []int)deprecated
- func (x *TFAPIModule) GetMember() []*TFAPIMember
- func (x *TFAPIModule) GetMemberMethod() []*TFAPIMethod
- func (*TFAPIModule) ProtoMessage()
- func (x *TFAPIModule) ProtoReflect() protoreflect.Message
- func (x *TFAPIModule) Reset()
- func (x *TFAPIModule) String() string
- type TFAPIObject
- func (*TFAPIObject) Descriptor() ([]byte, []int)deprecated
- func (x *TFAPIObject) GetPath() string
- func (x *TFAPIObject) GetTfClass() *TFAPIClass
- func (x *TFAPIObject) GetTfModule() *TFAPIModule
- func (x *TFAPIObject) GetTfProto() *TFAPIProto
- func (*TFAPIObject) ProtoMessage()
- func (x *TFAPIObject) ProtoReflect() protoreflect.Message
- func (x *TFAPIObject) Reset()
- func (x *TFAPIObject) String() string
- type TFAPIProto
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_tools_api_lib_api_objects_proto protoreflect.FileDescriptor
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"` // contains filtered or unexported fields }
func (*TFAPIClass) Descriptor
deprecated
func (*TFAPIClass) Descriptor() ([]byte, []int)
Deprecated: Use TFAPIClass.ProtoReflect.Descriptor instead.
func (*TFAPIClass) GetIsInstance ¶
func (x *TFAPIClass) GetIsInstance() []string
func (*TFAPIClass) GetMember ¶
func (x *TFAPIClass) GetMember() []*TFAPIMember
func (*TFAPIClass) GetMemberMethod ¶
func (x *TFAPIClass) GetMemberMethod() []*TFAPIMethod
func (*TFAPIClass) ProtoMessage ¶
func (*TFAPIClass) ProtoMessage()
func (*TFAPIClass) ProtoReflect ¶
func (x *TFAPIClass) ProtoReflect() protoreflect.Message
func (*TFAPIClass) Reset ¶
func (x *TFAPIClass) Reset()
func (*TFAPIClass) String ¶
func (x *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"` // contains filtered or unexported fields }
func (*TFAPIMember) Descriptor
deprecated
func (*TFAPIMember) Descriptor() ([]byte, []int)
Deprecated: Use TFAPIMember.ProtoReflect.Descriptor instead.
func (*TFAPIMember) GetMtype ¶
func (x *TFAPIMember) GetMtype() string
func (*TFAPIMember) GetName ¶
func (x *TFAPIMember) GetName() string
func (*TFAPIMember) ProtoMessage ¶
func (*TFAPIMember) ProtoMessage()
func (*TFAPIMember) ProtoReflect ¶
func (x *TFAPIMember) ProtoReflect() protoreflect.Message
func (*TFAPIMember) Reset ¶
func (x *TFAPIMember) Reset()
func (*TFAPIMember) String ¶
func (x *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"` // contains filtered or unexported fields }
func (*TFAPIMethod) Descriptor
deprecated
func (*TFAPIMethod) Descriptor() ([]byte, []int)
Deprecated: Use TFAPIMethod.ProtoReflect.Descriptor instead.
func (*TFAPIMethod) GetArgspec ¶
func (x *TFAPIMethod) GetArgspec() string
func (*TFAPIMethod) GetName ¶
func (x *TFAPIMethod) GetName() string
func (*TFAPIMethod) GetPath ¶
func (x *TFAPIMethod) GetPath() string
func (*TFAPIMethod) ProtoMessage ¶
func (*TFAPIMethod) ProtoMessage()
func (*TFAPIMethod) ProtoReflect ¶
func (x *TFAPIMethod) ProtoReflect() protoreflect.Message
func (*TFAPIMethod) Reset ¶
func (x *TFAPIMethod) Reset()
func (*TFAPIMethod) String ¶
func (x *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"` // contains filtered or unexported fields }
func (*TFAPIModule) Descriptor
deprecated
func (*TFAPIModule) Descriptor() ([]byte, []int)
Deprecated: Use TFAPIModule.ProtoReflect.Descriptor instead.
func (*TFAPIModule) GetMember ¶
func (x *TFAPIModule) GetMember() []*TFAPIMember
func (*TFAPIModule) GetMemberMethod ¶
func (x *TFAPIModule) GetMemberMethod() []*TFAPIMethod
func (*TFAPIModule) ProtoMessage ¶
func (*TFAPIModule) ProtoMessage()
func (*TFAPIModule) ProtoReflect ¶
func (x *TFAPIModule) ProtoReflect() protoreflect.Message
func (*TFAPIModule) Reset ¶
func (x *TFAPIModule) Reset()
func (*TFAPIModule) String ¶
func (x *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"` TfProto *TFAPIProto `protobuf:"bytes,4,opt,name=tf_proto,json=tfProto" json:"tf_proto,omitempty"` // contains filtered or unexported fields }
func (*TFAPIObject) Descriptor
deprecated
func (*TFAPIObject) Descriptor() ([]byte, []int)
Deprecated: Use TFAPIObject.ProtoReflect.Descriptor instead.
func (*TFAPIObject) GetPath ¶
func (x *TFAPIObject) GetPath() string
func (*TFAPIObject) GetTfClass ¶
func (x *TFAPIObject) GetTfClass() *TFAPIClass
func (*TFAPIObject) GetTfModule ¶
func (x *TFAPIObject) GetTfModule() *TFAPIModule
func (*TFAPIObject) GetTfProto ¶
func (x *TFAPIObject) GetTfProto() *TFAPIProto
func (*TFAPIObject) ProtoMessage ¶
func (*TFAPIObject) ProtoMessage()
func (*TFAPIObject) ProtoReflect ¶
func (x *TFAPIObject) ProtoReflect() protoreflect.Message
func (*TFAPIObject) Reset ¶
func (x *TFAPIObject) Reset()
func (*TFAPIObject) String ¶
func (x *TFAPIObject) String() string
type TFAPIProto ¶
type TFAPIProto struct { Descriptor_ *descriptorpb.DescriptorProto `protobuf:"bytes,1,opt,name=descriptor" json:"descriptor,omitempty"` // contains filtered or unexported fields }
func (*TFAPIProto) Descriptor
deprecated
func (*TFAPIProto) Descriptor() ([]byte, []int)
Deprecated: Use TFAPIProto.ProtoReflect.Descriptor instead.
func (*TFAPIProto) GetDescriptor_ ¶
func (x *TFAPIProto) GetDescriptor_() *descriptorpb.DescriptorProto
func (*TFAPIProto) ProtoMessage ¶
func (*TFAPIProto) ProtoMessage()
func (*TFAPIProto) ProtoReflect ¶
func (x *TFAPIProto) ProtoReflect() protoreflect.Message
func (*TFAPIProto) Reset ¶
func (x *TFAPIProto) Reset()
func (*TFAPIProto) String ¶
func (x *TFAPIProto) String() string
Click to show internal directories.
Click to hide internal directories.