Documentation ¶
Index ¶
- Variables
- type RunHloModuleIterationLiterals
- func (*RunHloModuleIterationLiterals) Descriptor() ([]byte, []int)deprecated
- func (x *RunHloModuleIterationLiterals) GetArguments() []*data.LiteralProto
- func (x *RunHloModuleIterationLiterals) GetReferenceResult() *data.LiteralProto
- func (x *RunHloModuleIterationLiterals) GetResult() *data.LiteralProto
- func (*RunHloModuleIterationLiterals) ProtoMessage()
- func (x *RunHloModuleIterationLiterals) ProtoReflect() protoreflect.Message
- func (x *RunHloModuleIterationLiterals) Reset()
- func (x *RunHloModuleIterationLiterals) String() string
- type RunHloModuleLiterals
- func (*RunHloModuleLiterals) Descriptor() ([]byte, []int)deprecated
- func (x *RunHloModuleLiterals) GetIterations() []*RunHloModuleIterationLiterals
- func (*RunHloModuleLiterals) ProtoMessage()
- func (x *RunHloModuleLiterals) ProtoReflect() protoreflect.Message
- func (x *RunHloModuleLiterals) Reset()
- func (x *RunHloModuleLiterals) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_compiler_xla_tools_run_hlo_module_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RunHloModuleIterationLiterals ¶
type RunHloModuleIterationLiterals struct { // Arguments used by the iteration. Arguments []*data.LiteralProto `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` // Ressult of the iteration on the target platform. Result *data.LiteralProto `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"` // Result of the iteration on the reference platform. ReferenceResult *data.LiteralProto `protobuf:"bytes,4,opt,name=reference_result,json=referenceResult,proto3" json:"reference_result,omitempty"` // contains filtered or unexported fields }
func (*RunHloModuleIterationLiterals) Descriptor
deprecated
func (*RunHloModuleIterationLiterals) Descriptor() ([]byte, []int)
Deprecated: Use RunHloModuleIterationLiterals.ProtoReflect.Descriptor instead.
func (*RunHloModuleIterationLiterals) GetArguments ¶
func (x *RunHloModuleIterationLiterals) GetArguments() []*data.LiteralProto
func (*RunHloModuleIterationLiterals) GetReferenceResult ¶
func (x *RunHloModuleIterationLiterals) GetReferenceResult() *data.LiteralProto
func (*RunHloModuleIterationLiterals) GetResult ¶
func (x *RunHloModuleIterationLiterals) GetResult() *data.LiteralProto
func (*RunHloModuleIterationLiterals) ProtoMessage ¶
func (*RunHloModuleIterationLiterals) ProtoMessage()
func (*RunHloModuleIterationLiterals) ProtoReflect ¶
func (x *RunHloModuleIterationLiterals) ProtoReflect() protoreflect.Message
func (*RunHloModuleIterationLiterals) Reset ¶
func (x *RunHloModuleIterationLiterals) Reset()
func (*RunHloModuleIterationLiterals) String ¶
func (x *RunHloModuleIterationLiterals) String() string
type RunHloModuleLiterals ¶
type RunHloModuleLiterals struct { // Iterations of run hlo module. Iterations []*RunHloModuleIterationLiterals `protobuf:"bytes,1,rep,name=iterations,proto3" json:"iterations,omitempty"` // contains filtered or unexported fields }
func (*RunHloModuleLiterals) Descriptor
deprecated
func (*RunHloModuleLiterals) Descriptor() ([]byte, []int)
Deprecated: Use RunHloModuleLiterals.ProtoReflect.Descriptor instead.
func (*RunHloModuleLiterals) GetIterations ¶
func (x *RunHloModuleLiterals) GetIterations() []*RunHloModuleIterationLiterals
func (*RunHloModuleLiterals) ProtoMessage ¶
func (*RunHloModuleLiterals) ProtoMessage()
func (*RunHloModuleLiterals) ProtoReflect ¶
func (x *RunHloModuleLiterals) ProtoReflect() protoreflect.Message
func (*RunHloModuleLiterals) Reset ¶
func (x *RunHloModuleLiterals) Reset()
func (*RunHloModuleLiterals) String ¶
func (x *RunHloModuleLiterals) String() string
Click to show internal directories.
Click to hide internal directories.