remote_fused_graph_execute_info_go_proto

package
v0.0.0-...-dc2c119 Latest Latest
Warning

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

Go to latest
Published: May 31, 2021 License: Apache-2.0, BSD-2-Clause, MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteFusedGraphExecuteInfo

type RemoteFusedGraphExecuteInfo struct {
	// Definition of remote graph
	RemoteGraph *graph_go_proto.GraphDef `protobuf:"bytes,1,opt,name=remote_graph,json=remoteGraph,proto3" json:"remote_graph,omitempty"`
	// Remote fused graph input node name
	GraphInputNodeName []string `protobuf:"bytes,2,rep,name=graph_input_node_name,json=graphInputNodeName,proto3" json:"graph_input_node_name,omitempty"`
	// Remote fused graph output node name
	GraphOutputNodeName []string `protobuf:"bytes,3,rep,name=graph_output_node_name,json=graphOutputNodeName,proto3" json:"graph_output_node_name,omitempty"`
	// Executor's name
	ExecutorName string `protobuf:"bytes,4,opt,name=executor_name,json=executorName,proto3" json:"executor_name,omitempty"`
	// Optional: Parameters given to the executor
	SerializedExecutorParameters []byte `` /* 147-byte string literal not displayed */
	// Optional: Default graph input tensor shape used to allocate memory
	// before executing op
	DefaultGraphInputTensorShape []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto `` /* 151-byte string literal not displayed */
	// Optional: Default graph input tensor shape used to allocate memory
	// before executing op
	// TODO(satok): Remote output tensor shape once shape information is stored
	// in NodeDef
	DefaultGraphOutputTensorShape []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto `` /* 154-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}                                            `json:"-"`
	XXX_unrecognized              []byte                                              `json:"-"`
	XXX_sizecache                 int32                                               `json:"-"`
}

Protocol buffer representing a handle to a tensorflow resource. Handles are not valid across executions, but can be serialized back and forth from within a single run.

func (*RemoteFusedGraphExecuteInfo) Descriptor

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

func (*RemoteFusedGraphExecuteInfo) GetDefaultGraphInputTensorShape

func (m *RemoteFusedGraphExecuteInfo) GetDefaultGraphInputTensorShape() []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto

func (*RemoteFusedGraphExecuteInfo) GetDefaultGraphOutputTensorShape

func (m *RemoteFusedGraphExecuteInfo) GetDefaultGraphOutputTensorShape() []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto

func (*RemoteFusedGraphExecuteInfo) GetExecutorName

func (m *RemoteFusedGraphExecuteInfo) GetExecutorName() string

func (*RemoteFusedGraphExecuteInfo) GetGraphInputNodeName

func (m *RemoteFusedGraphExecuteInfo) GetGraphInputNodeName() []string

func (*RemoteFusedGraphExecuteInfo) GetGraphOutputNodeName

func (m *RemoteFusedGraphExecuteInfo) GetGraphOutputNodeName() []string

func (*RemoteFusedGraphExecuteInfo) GetRemoteGraph

func (*RemoteFusedGraphExecuteInfo) GetSerializedExecutorParameters

func (m *RemoteFusedGraphExecuteInfo) GetSerializedExecutorParameters() []byte

func (*RemoteFusedGraphExecuteInfo) ProtoMessage

func (*RemoteFusedGraphExecuteInfo) ProtoMessage()

func (*RemoteFusedGraphExecuteInfo) Reset

func (m *RemoteFusedGraphExecuteInfo) Reset()

func (*RemoteFusedGraphExecuteInfo) String

func (m *RemoteFusedGraphExecuteInfo) String() string

func (*RemoteFusedGraphExecuteInfo) XXX_DiscardUnknown

func (m *RemoteFusedGraphExecuteInfo) XXX_DiscardUnknown()

func (*RemoteFusedGraphExecuteInfo) XXX_Marshal

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

func (*RemoteFusedGraphExecuteInfo) XXX_Merge

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

func (*RemoteFusedGraphExecuteInfo) XXX_Size

func (m *RemoteFusedGraphExecuteInfo) XXX_Size() int

func (*RemoteFusedGraphExecuteInfo) XXX_Unmarshal

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

type RemoteFusedGraphExecuteInfo_TensorShapeTypeProto

type RemoteFusedGraphExecuteInfo_TensorShapeTypeProto struct {
	Dtype                types_go_proto.DataType                 `protobuf:"varint,1,opt,name=dtype,proto3,enum=tensorflow.DataType" json:"dtype,omitempty"`
	Shape                *tensor_shape_go_proto.TensorShapeProto `protobuf:"bytes,2,opt,name=shape,proto3" json:"shape,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) Descriptor

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) GetDtype

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) GetShape

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) ProtoMessage

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) Reset

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) String

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_DiscardUnknown

func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_DiscardUnknown()

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_Marshal

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

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_Merge

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_Size

func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_Unmarshal

Jump to

Keyboard shortcuts

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