Documentation
¶
Overview ¶
Package framework is a generated protocol buffer package.
It is generated from these files:
tensorflow/python/framework/cpp_shape_inference.proto
It has these top-level messages:
CppShapeInferenceResult CppShapeInferenceInputsNeeded
Index ¶
- type CppShapeInferenceInputsNeeded
- func (*CppShapeInferenceInputsNeeded) Descriptor() ([]byte, []int)
- func (m *CppShapeInferenceInputsNeeded) GetInputTensorsAsShapesNeeded() []int32
- func (m *CppShapeInferenceInputsNeeded) GetInputTensorsNeeded() []int32
- func (*CppShapeInferenceInputsNeeded) ProtoMessage()
- func (m *CppShapeInferenceInputsNeeded) Reset()
- func (m *CppShapeInferenceInputsNeeded) String() string
- type CppShapeInferenceResult
- func (*CppShapeInferenceResult) Descriptor() ([]byte, []int)
- func (m *CppShapeInferenceResult) GetHandleData() *CppShapeInferenceResult_HandleData
- func (m *CppShapeInferenceResult) GetShape() *tensorflow1.TensorShapeProto
- func (*CppShapeInferenceResult) ProtoMessage()
- func (m *CppShapeInferenceResult) Reset()
- func (m *CppShapeInferenceResult) String() string
- type CppShapeInferenceResult_HandleData
- func (*CppShapeInferenceResult_HandleData) Descriptor() ([]byte, []int)
- func (m *CppShapeInferenceResult_HandleData) GetIsSet() bool
- func (m *CppShapeInferenceResult_HandleData) GetShapeAndType() []*CppShapeInferenceResult_HandleShapeAndType
- func (*CppShapeInferenceResult_HandleData) ProtoMessage()
- func (m *CppShapeInferenceResult_HandleData) Reset()
- func (m *CppShapeInferenceResult_HandleData) String() string
- type CppShapeInferenceResult_HandleShapeAndType
- func (*CppShapeInferenceResult_HandleShapeAndType) Descriptor() ([]byte, []int)
- func (m *CppShapeInferenceResult_HandleShapeAndType) GetDtype() tensorflow.DataType
- func (m *CppShapeInferenceResult_HandleShapeAndType) GetShape() *tensorflow1.TensorShapeProto
- func (*CppShapeInferenceResult_HandleShapeAndType) ProtoMessage()
- func (m *CppShapeInferenceResult_HandleShapeAndType) Reset()
- func (m *CppShapeInferenceResult_HandleShapeAndType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CppShapeInferenceInputsNeeded ¶
type CppShapeInferenceInputsNeeded struct { InputTensorsNeeded []int32 `protobuf:"varint,1,rep,packed,name=input_tensors_needed,json=inputTensorsNeeded" json:"input_tensors_needed,omitempty"` InputTensorsAsShapesNeeded []int32 `` /* 146-byte string literal not displayed */ }
func (*CppShapeInferenceInputsNeeded) Descriptor ¶
func (*CppShapeInferenceInputsNeeded) Descriptor() ([]byte, []int)
func (*CppShapeInferenceInputsNeeded) GetInputTensorsAsShapesNeeded ¶
func (m *CppShapeInferenceInputsNeeded) GetInputTensorsAsShapesNeeded() []int32
func (*CppShapeInferenceInputsNeeded) GetInputTensorsNeeded ¶
func (m *CppShapeInferenceInputsNeeded) GetInputTensorsNeeded() []int32
func (*CppShapeInferenceInputsNeeded) ProtoMessage ¶
func (*CppShapeInferenceInputsNeeded) ProtoMessage()
func (*CppShapeInferenceInputsNeeded) Reset ¶
func (m *CppShapeInferenceInputsNeeded) Reset()
func (*CppShapeInferenceInputsNeeded) String ¶
func (m *CppShapeInferenceInputsNeeded) String() string
type CppShapeInferenceResult ¶
type CppShapeInferenceResult struct { Shape *tensorflow1.TensorShapeProto `protobuf:"bytes,1,opt,name=shape" json:"shape,omitempty"` HandleData *CppShapeInferenceResult_HandleData `protobuf:"bytes,4,opt,name=handle_data,json=handleData" json:"handle_data,omitempty"` }
func (*CppShapeInferenceResult) Descriptor ¶
func (*CppShapeInferenceResult) Descriptor() ([]byte, []int)
func (*CppShapeInferenceResult) GetHandleData ¶
func (m *CppShapeInferenceResult) GetHandleData() *CppShapeInferenceResult_HandleData
func (*CppShapeInferenceResult) GetShape ¶
func (m *CppShapeInferenceResult) GetShape() *tensorflow1.TensorShapeProto
func (*CppShapeInferenceResult) ProtoMessage ¶
func (*CppShapeInferenceResult) ProtoMessage()
func (*CppShapeInferenceResult) Reset ¶
func (m *CppShapeInferenceResult) Reset()
func (*CppShapeInferenceResult) String ¶
func (m *CppShapeInferenceResult) String() string
type CppShapeInferenceResult_HandleData ¶
type CppShapeInferenceResult_HandleData struct { IsSet bool `protobuf:"varint,1,opt,name=is_set,json=isSet" json:"is_set,omitempty"` // Only valid if <is_set>. ShapeAndType []*CppShapeInferenceResult_HandleShapeAndType `protobuf:"bytes,2,rep,name=shape_and_type,json=shapeAndType" json:"shape_and_type,omitempty"` }
func (*CppShapeInferenceResult_HandleData) Descriptor ¶
func (*CppShapeInferenceResult_HandleData) Descriptor() ([]byte, []int)
func (*CppShapeInferenceResult_HandleData) GetIsSet ¶
func (m *CppShapeInferenceResult_HandleData) GetIsSet() bool
func (*CppShapeInferenceResult_HandleData) GetShapeAndType ¶
func (m *CppShapeInferenceResult_HandleData) GetShapeAndType() []*CppShapeInferenceResult_HandleShapeAndType
func (*CppShapeInferenceResult_HandleData) ProtoMessage ¶
func (*CppShapeInferenceResult_HandleData) ProtoMessage()
func (*CppShapeInferenceResult_HandleData) Reset ¶
func (m *CppShapeInferenceResult_HandleData) Reset()
func (*CppShapeInferenceResult_HandleData) String ¶
func (m *CppShapeInferenceResult_HandleData) String() string
type CppShapeInferenceResult_HandleShapeAndType ¶
type CppShapeInferenceResult_HandleShapeAndType struct { Shape *tensorflow1.TensorShapeProto `protobuf:"bytes,1,opt,name=shape" json:"shape,omitempty"` Dtype tensorflow.DataType `protobuf:"varint,2,opt,name=dtype,enum=tensorflow.DataType" json:"dtype,omitempty"` }
func (*CppShapeInferenceResult_HandleShapeAndType) Descriptor ¶
func (*CppShapeInferenceResult_HandleShapeAndType) Descriptor() ([]byte, []int)
func (*CppShapeInferenceResult_HandleShapeAndType) GetDtype ¶
func (m *CppShapeInferenceResult_HandleShapeAndType) GetDtype() tensorflow.DataType
func (*CppShapeInferenceResult_HandleShapeAndType) GetShape ¶
func (m *CppShapeInferenceResult_HandleShapeAndType) GetShape() *tensorflow1.TensorShapeProto
func (*CppShapeInferenceResult_HandleShapeAndType) ProtoMessage ¶
func (*CppShapeInferenceResult_HandleShapeAndType) ProtoMessage()
func (*CppShapeInferenceResult_HandleShapeAndType) Reset ¶
func (m *CppShapeInferenceResult_HandleShapeAndType) Reset()
func (*CppShapeInferenceResult_HandleShapeAndType) String ¶
func (m *CppShapeInferenceResult_HandleShapeAndType) String() string
Click to show internal directories.
Click to hide internal directories.