SnapshotMetadataRecordOrBuilder

ממשק ציבורי SnapshotMetadataRecordOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט ארוך
getCreationTimestamp ()
 Time when we started creating this snapshot.
תקציר DataType
getDtype (int index)
 A list of tensor dtype corresponding to each element of the snapshot.
מופשט int
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
רשימת תקציר< DataType >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
מופשט int
getDtypeValue (int index)
 A list of tensor dtype corresponding to each element of the snapshot.
רשימה מופשטת <מספר שלם>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
בוליאני מופשט
getFinalized ()
bool finalized = 1000;
מחרוזת מופשטת
getGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
תקציר com.google.protobuf.ByteString
getGraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
מופשט ארוך
getNumElements ()
 The number of elements in the snapshot.
מחרוזת מופשטת
getRunId ()
 Run ID that this snapshot corresponds to.
תקציר com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
מופשט ארוך
getVersion ()
 Version of the snapshot data file format.

שיטות ציבוריות

תקציר ציבורי ארוך getCreationTimestamp ()

 Time when we started creating this snapshot.
 
int64 creation_timestamp = 3;

תקציר ציבורי DataType getDtype (int index)

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

תקציר ציבורי int getDtypeCount ()

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

רשימת תקציר ציבורית< DataType > getDtypeList ()

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

תקציר ציבורי int getDtypeValue (int index)

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

רשימת תקציר ציבורית<Integer> getDtypeValueList ()

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

תקציר ציבורי בוליאני getFinalized ()

bool finalized = 1000;

מחרוזת תקציר ציבורי getGraphHash ()

 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
 
string graph_hash = 1;

תקציר ציבורי com.google.protobuf.ByteString getGraphHashBytes ()

 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
 
string graph_hash = 1;

תקציר ציבורי ארוך getNumElements ()

 The number of elements in the snapshot.
 
int64 num_elements = 6;

תקציר ציבורי מחרוזת getRunId ()

 Run ID that this snapshot corresponds to.
 
string run_id = 2;

תקציר ציבורי com.google.protobuf.ByteString getRunIdBytes ()

 Run ID that this snapshot corresponds to.
 
string run_id = 2;

תקציר ציבורי ארוך getVersion ()

 Version of the snapshot data file format.
 
int64 version = 4;