Documentation ¶
Index ¶
- Variables
- type CheckpointState
- func (*CheckpointState) Descriptor() ([]byte, []int)deprecated
- func (x *CheckpointState) GetAllModelCheckpointPaths() []string
- func (x *CheckpointState) GetAllModelCheckpointTimestamps() []float64
- func (x *CheckpointState) GetLastPreservedTimestamp() float64
- func (x *CheckpointState) GetModelCheckpointPath() string
- func (*CheckpointState) ProtoMessage()
- func (x *CheckpointState) ProtoReflect() protoreflect.Message
- func (x *CheckpointState) Reset()
- func (x *CheckpointState) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_python_training_checkpoint_state_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CheckpointState ¶
type CheckpointState struct { // Path to the most-recent model checkpoint. ModelCheckpointPath string `protobuf:"bytes,1,opt,name=model_checkpoint_path,json=modelCheckpointPath,proto3" json:"model_checkpoint_path,omitempty"` // Paths to all not-yet-deleted model checkpoints, sorted from oldest to // newest. // Note that the value of model_checkpoint_path should be the last item in // this list. AllModelCheckpointPaths []string `` /* 134-byte string literal not displayed */ // Unix timestamps corresponding to all_model_checkpoint_paths, indicating // when each checkpoint was created. AllModelCheckpointTimestamps []float64 `` /* 158-byte string literal not displayed */ // Unix timestamp indicating the creation time for the last preserved // checkpoint. LastPreservedTimestamp float64 `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
Protocol buffer representing the checkpoint state.
func (*CheckpointState) Descriptor
deprecated
func (*CheckpointState) Descriptor() ([]byte, []int)
Deprecated: Use CheckpointState.ProtoReflect.Descriptor instead.
func (*CheckpointState) GetAllModelCheckpointPaths ¶
func (x *CheckpointState) GetAllModelCheckpointPaths() []string
func (*CheckpointState) GetAllModelCheckpointTimestamps ¶
func (x *CheckpointState) GetAllModelCheckpointTimestamps() []float64
func (*CheckpointState) GetLastPreservedTimestamp ¶
func (x *CheckpointState) GetLastPreservedTimestamp() float64
func (*CheckpointState) GetModelCheckpointPath ¶
func (x *CheckpointState) GetModelCheckpointPath() string
func (*CheckpointState) ProtoMessage ¶
func (*CheckpointState) ProtoMessage()
func (*CheckpointState) ProtoReflect ¶
func (x *CheckpointState) ProtoReflect() protoreflect.Message
func (*CheckpointState) Reset ¶
func (x *CheckpointState) Reset()
func (*CheckpointState) String ¶
func (x *CheckpointState) String() string
Click to show internal directories.
Click to hide internal directories.