Documentation ¶
Index ¶
- Variables
- type CppShapeInferenceInputsNeeded
- func (*CppShapeInferenceInputsNeeded) Descriptor() ([]byte, []int)deprecated
- func (x *CppShapeInferenceInputsNeeded) GetInputTensorsAsShapesNeeded() []int32
- func (x *CppShapeInferenceInputsNeeded) GetInputTensorsNeeded() []int32
- func (*CppShapeInferenceInputsNeeded) ProtoMessage()
- func (x *CppShapeInferenceInputsNeeded) ProtoReflect() protoreflect.Message
- func (x *CppShapeInferenceInputsNeeded) Reset()
- func (x *CppShapeInferenceInputsNeeded) String() string
- type CppShapeInferenceResult
- func (*CppShapeInferenceResult) Descriptor() ([]byte, []int)deprecated
- func (x *CppShapeInferenceResult) GetHandleData() *CppShapeInferenceResult_HandleData
- func (x *CppShapeInferenceResult) GetShape() *framework.TensorShapeProto
- func (*CppShapeInferenceResult) ProtoMessage()
- func (x *CppShapeInferenceResult) ProtoReflect() protoreflect.Message
- func (x *CppShapeInferenceResult) Reset()
- func (x *CppShapeInferenceResult) String() string
- type CppShapeInferenceResult_HandleData
- func (*CppShapeInferenceResult_HandleData) Descriptor() ([]byte, []int)deprecated
- func (x *CppShapeInferenceResult_HandleData) GetIsSet() bool
- func (x *CppShapeInferenceResult_HandleData) GetShapeAndType() []*CppShapeInferenceResult_HandleShapeAndType
- func (*CppShapeInferenceResult_HandleData) ProtoMessage()
- func (x *CppShapeInferenceResult_HandleData) ProtoReflect() protoreflect.Message
- func (x *CppShapeInferenceResult_HandleData) Reset()
- func (x *CppShapeInferenceResult_HandleData) String() string
- type CppShapeInferenceResult_HandleShapeAndType
- func (*CppShapeInferenceResult_HandleShapeAndType) Descriptor() ([]byte, []int)deprecated
- func (x *CppShapeInferenceResult_HandleShapeAndType) GetDtype() framework.DataType
- func (x *CppShapeInferenceResult_HandleShapeAndType) GetShape() *framework.TensorShapeProto
- func (x *CppShapeInferenceResult_HandleShapeAndType) GetType() *framework.FullTypeDef
- func (*CppShapeInferenceResult_HandleShapeAndType) ProtoMessage()
- func (x *CppShapeInferenceResult_HandleShapeAndType) ProtoReflect() protoreflect.Message
- func (x *CppShapeInferenceResult_HandleShapeAndType) Reset()
- func (x *CppShapeInferenceResult_HandleShapeAndType) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_python_framework_cpp_shape_inference_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CppShapeInferenceInputsNeeded ¶
type CppShapeInferenceInputsNeeded struct { InputTensorsNeeded []int32 `protobuf:"varint,1,rep,packed,name=input_tensors_needed,json=inputTensorsNeeded,proto3" json:"input_tensors_needed,omitempty"` InputTensorsAsShapesNeeded []int32 `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CppShapeInferenceInputsNeeded) Descriptor
deprecated
func (*CppShapeInferenceInputsNeeded) Descriptor() ([]byte, []int)
Deprecated: Use CppShapeInferenceInputsNeeded.ProtoReflect.Descriptor instead.
func (*CppShapeInferenceInputsNeeded) GetInputTensorsAsShapesNeeded ¶
func (x *CppShapeInferenceInputsNeeded) GetInputTensorsAsShapesNeeded() []int32
func (*CppShapeInferenceInputsNeeded) GetInputTensorsNeeded ¶
func (x *CppShapeInferenceInputsNeeded) GetInputTensorsNeeded() []int32
func (*CppShapeInferenceInputsNeeded) ProtoMessage ¶
func (*CppShapeInferenceInputsNeeded) ProtoMessage()
func (*CppShapeInferenceInputsNeeded) ProtoReflect ¶
func (x *CppShapeInferenceInputsNeeded) ProtoReflect() protoreflect.Message
func (*CppShapeInferenceInputsNeeded) Reset ¶
func (x *CppShapeInferenceInputsNeeded) Reset()
func (*CppShapeInferenceInputsNeeded) String ¶
func (x *CppShapeInferenceInputsNeeded) String() string
type CppShapeInferenceResult ¶
type CppShapeInferenceResult struct { Shape *framework.TensorShapeProto `protobuf:"bytes,1,opt,name=shape,proto3" json:"shape,omitempty"` HandleData *CppShapeInferenceResult_HandleData `protobuf:"bytes,4,opt,name=handle_data,json=handleData,proto3" json:"handle_data,omitempty"` // contains filtered or unexported fields }
func (*CppShapeInferenceResult) Descriptor
deprecated
func (*CppShapeInferenceResult) Descriptor() ([]byte, []int)
Deprecated: Use CppShapeInferenceResult.ProtoReflect.Descriptor instead.
func (*CppShapeInferenceResult) GetHandleData ¶
func (x *CppShapeInferenceResult) GetHandleData() *CppShapeInferenceResult_HandleData
func (*CppShapeInferenceResult) GetShape ¶
func (x *CppShapeInferenceResult) GetShape() *framework.TensorShapeProto
func (*CppShapeInferenceResult) ProtoMessage ¶
func (*CppShapeInferenceResult) ProtoMessage()
func (*CppShapeInferenceResult) ProtoReflect ¶
func (x *CppShapeInferenceResult) ProtoReflect() protoreflect.Message
func (*CppShapeInferenceResult) Reset ¶
func (x *CppShapeInferenceResult) Reset()
func (*CppShapeInferenceResult) String ¶
func (x *CppShapeInferenceResult) String() string
type CppShapeInferenceResult_HandleData ¶
type CppShapeInferenceResult_HandleData struct { IsSet bool `protobuf:"varint,1,opt,name=is_set,json=isSet,proto3" json:"is_set,omitempty"` // Only valid if <is_set>. ShapeAndType []*CppShapeInferenceResult_HandleShapeAndType `protobuf:"bytes,2,rep,name=shape_and_type,json=shapeAndType,proto3" json:"shape_and_type,omitempty"` // contains filtered or unexported fields }
func (*CppShapeInferenceResult_HandleData) Descriptor
deprecated
func (*CppShapeInferenceResult_HandleData) Descriptor() ([]byte, []int)
Deprecated: Use CppShapeInferenceResult_HandleData.ProtoReflect.Descriptor instead.
func (*CppShapeInferenceResult_HandleData) GetIsSet ¶
func (x *CppShapeInferenceResult_HandleData) GetIsSet() bool
func (*CppShapeInferenceResult_HandleData) GetShapeAndType ¶
func (x *CppShapeInferenceResult_HandleData) GetShapeAndType() []*CppShapeInferenceResult_HandleShapeAndType
func (*CppShapeInferenceResult_HandleData) ProtoMessage ¶
func (*CppShapeInferenceResult_HandleData) ProtoMessage()
func (*CppShapeInferenceResult_HandleData) ProtoReflect ¶
func (x *CppShapeInferenceResult_HandleData) ProtoReflect() protoreflect.Message
func (*CppShapeInferenceResult_HandleData) Reset ¶
func (x *CppShapeInferenceResult_HandleData) Reset()
func (*CppShapeInferenceResult_HandleData) String ¶
func (x *CppShapeInferenceResult_HandleData) String() string
type CppShapeInferenceResult_HandleShapeAndType ¶
type CppShapeInferenceResult_HandleShapeAndType struct { Shape *framework.TensorShapeProto `protobuf:"bytes,1,opt,name=shape,proto3" json:"shape,omitempty"` Dtype framework.DataType `protobuf:"varint,2,opt,name=dtype,proto3,enum=tensorflow.DataType" json:"dtype,omitempty"` Type *framework.FullTypeDef `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*CppShapeInferenceResult_HandleShapeAndType) Descriptor
deprecated
func (*CppShapeInferenceResult_HandleShapeAndType) Descriptor() ([]byte, []int)
Deprecated: Use CppShapeInferenceResult_HandleShapeAndType.ProtoReflect.Descriptor instead.
func (*CppShapeInferenceResult_HandleShapeAndType) GetDtype ¶
func (x *CppShapeInferenceResult_HandleShapeAndType) GetDtype() framework.DataType
func (*CppShapeInferenceResult_HandleShapeAndType) GetShape ¶
func (x *CppShapeInferenceResult_HandleShapeAndType) GetShape() *framework.TensorShapeProto
func (*CppShapeInferenceResult_HandleShapeAndType) GetType ¶
func (x *CppShapeInferenceResult_HandleShapeAndType) GetType() *framework.FullTypeDef
func (*CppShapeInferenceResult_HandleShapeAndType) ProtoMessage ¶
func (*CppShapeInferenceResult_HandleShapeAndType) ProtoMessage()
func (*CppShapeInferenceResult_HandleShapeAndType) ProtoReflect ¶
func (x *CppShapeInferenceResult_HandleShapeAndType) ProtoReflect() protoreflect.Message
func (*CppShapeInferenceResult_HandleShapeAndType) Reset ¶
func (x *CppShapeInferenceResult_HandleShapeAndType) Reset()
func (*CppShapeInferenceResult_HandleShapeAndType) String ¶
func (x *CppShapeInferenceResult_HandleShapeAndType) String() string
Click to show internal directories.
Click to hide internal directories.