baidu_paddle_serving_configure

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const Default_FeedVar_FeedType int32 = 0
View Source
const Default_FeedVar_IsLodTensor bool = false
View Source
const Default_FetchVar_IsLodTensor bool = false

Variables

This section is empty.

Functions

This section is empty.

Types

type FeedVar

type FeedVar struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	AliasName            *string  `protobuf:"bytes,2,opt,name=alias_name,json=aliasName" json:"alias_name,omitempty"`
	IsLodTensor          *bool    `protobuf:"varint,3,opt,name=is_lod_tensor,json=isLodTensor,def=0" json:"is_lod_tensor,omitempty"`
	FeedType             *int32   `protobuf:"varint,4,opt,name=feed_type,json=feedType,def=0" json:"feed_type,omitempty"`
	Shape                []int32  `protobuf:"varint,5,rep,name=shape" json:"shape,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeedVar) Descriptor

func (*FeedVar) Descriptor() ([]byte, []int)

func (*FeedVar) GetAliasName

func (m *FeedVar) GetAliasName() string

func (*FeedVar) GetFeedType

func (m *FeedVar) GetFeedType() int32

func (*FeedVar) GetIsLodTensor

func (m *FeedVar) GetIsLodTensor() bool

func (*FeedVar) GetName

func (m *FeedVar) GetName() string

func (*FeedVar) GetShape

func (m *FeedVar) GetShape() []int32

func (*FeedVar) ProtoMessage

func (*FeedVar) ProtoMessage()

func (*FeedVar) Reset

func (m *FeedVar) Reset()

func (*FeedVar) String

func (m *FeedVar) String() string

func (*FeedVar) XXX_DiscardUnknown

func (m *FeedVar) XXX_DiscardUnknown()

func (*FeedVar) XXX_Marshal

func (m *FeedVar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeedVar) XXX_Merge

func (m *FeedVar) XXX_Merge(src proto.Message)

func (*FeedVar) XXX_Size

func (m *FeedVar) XXX_Size() int

func (*FeedVar) XXX_Unmarshal

func (m *FeedVar) XXX_Unmarshal(b []byte) error

type FetchVar

type FetchVar struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	AliasName            *string  `protobuf:"bytes,2,opt,name=alias_name,json=aliasName" json:"alias_name,omitempty"`
	IsLodTensor          *bool    `protobuf:"varint,3,opt,name=is_lod_tensor,json=isLodTensor,def=0" json:"is_lod_tensor,omitempty"`
	Shape                []int32  `protobuf:"varint,4,rep,name=shape" json:"shape,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchVar) Descriptor

func (*FetchVar) Descriptor() ([]byte, []int)

func (*FetchVar) GetAliasName

func (m *FetchVar) GetAliasName() string

func (*FetchVar) GetIsLodTensor

func (m *FetchVar) GetIsLodTensor() bool

func (*FetchVar) GetName

func (m *FetchVar) GetName() string

func (*FetchVar) GetShape

func (m *FetchVar) GetShape() []int32

func (*FetchVar) ProtoMessage

func (*FetchVar) ProtoMessage()

func (*FetchVar) Reset

func (m *FetchVar) Reset()

func (*FetchVar) String

func (m *FetchVar) String() string

func (*FetchVar) XXX_DiscardUnknown

func (m *FetchVar) XXX_DiscardUnknown()

func (*FetchVar) XXX_Marshal

func (m *FetchVar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchVar) XXX_Merge

func (m *FetchVar) XXX_Merge(src proto.Message)

func (*FetchVar) XXX_Size

func (m *FetchVar) XXX_Size() int

func (*FetchVar) XXX_Unmarshal

func (m *FetchVar) XXX_Unmarshal(b []byte) error

type GeneralModelConfig

type GeneralModelConfig struct {
	FeedVar              []*FeedVar  `protobuf:"bytes,1,rep,name=feed_var,json=feedVar" json:"feed_var,omitempty"`
	FetchVar             []*FetchVar `protobuf:"bytes,2,rep,name=fetch_var,json=fetchVar" json:"fetch_var,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GeneralModelConfig) Descriptor

func (*GeneralModelConfig) Descriptor() ([]byte, []int)

func (*GeneralModelConfig) GetFeedVar

func (m *GeneralModelConfig) GetFeedVar() []*FeedVar

func (*GeneralModelConfig) GetFetchVar

func (m *GeneralModelConfig) GetFetchVar() []*FetchVar

func (*GeneralModelConfig) ProtoMessage

func (*GeneralModelConfig) ProtoMessage()

func (*GeneralModelConfig) Reset

func (m *GeneralModelConfig) Reset()

func (*GeneralModelConfig) String

func (m *GeneralModelConfig) String() string

func (*GeneralModelConfig) XXX_DiscardUnknown

func (m *GeneralModelConfig) XXX_DiscardUnknown()

func (*GeneralModelConfig) XXX_Marshal

func (m *GeneralModelConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeneralModelConfig) XXX_Merge

func (m *GeneralModelConfig) XXX_Merge(src proto.Message)

func (*GeneralModelConfig) XXX_Size

func (m *GeneralModelConfig) XXX_Size() int

func (*GeneralModelConfig) XXX_Unmarshal

func (m *GeneralModelConfig) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL