Documentation ¶
Index ¶
- Variables
- type CheckpointReaderFuzzInput
- func (*CheckpointReaderFuzzInput) Descriptor() ([]byte, []int)deprecated
- func (x *CheckpointReaderFuzzInput) GetData() []*util.SavedSlice
- func (x *CheckpointReaderFuzzInput) GetMeta() *util.SavedTensorSliceMeta
- func (*CheckpointReaderFuzzInput) ProtoMessage()
- func (x *CheckpointReaderFuzzInput) ProtoReflect() protoreflect.Message
- func (x *CheckpointReaderFuzzInput) Reset()
- func (x *CheckpointReaderFuzzInput) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_security_fuzzing_checkpoint_reader_fuzz_input_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CheckpointReaderFuzzInput ¶
type CheckpointReaderFuzzInput struct { Meta *util.SavedTensorSliceMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` Data []*util.SavedSlice `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Input for the CheckpointReader fuzz test.
func (*CheckpointReaderFuzzInput) Descriptor
deprecated
func (*CheckpointReaderFuzzInput) Descriptor() ([]byte, []int)
Deprecated: Use CheckpointReaderFuzzInput.ProtoReflect.Descriptor instead.
func (*CheckpointReaderFuzzInput) GetData ¶
func (x *CheckpointReaderFuzzInput) GetData() []*util.SavedSlice
func (*CheckpointReaderFuzzInput) GetMeta ¶
func (x *CheckpointReaderFuzzInput) GetMeta() *util.SavedTensorSliceMeta
func (*CheckpointReaderFuzzInput) ProtoMessage ¶
func (*CheckpointReaderFuzzInput) ProtoMessage()
func (*CheckpointReaderFuzzInput) ProtoReflect ¶
func (x *CheckpointReaderFuzzInput) ProtoReflect() protoreflect.Message
func (*CheckpointReaderFuzzInput) Reset ¶
func (x *CheckpointReaderFuzzInput) Reset()
func (*CheckpointReaderFuzzInput) String ¶
func (x *CheckpointReaderFuzzInput) String() string
Click to show internal directories.
Click to hide internal directories.