genel arayüz SnapshotMetadataRecordOrBuilder
| Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
| soyut uzun | getCreationTimestamp () Time when we started creating this snapshot. |
| özet Veri Türü | getDtype (int dizini) A list of tensor dtype corresponding to each element of the snapshot. |
| soyut int | getDtypeCount () A list of tensor dtype corresponding to each element of the snapshot. |
| özet Liste< Veri Türü > | getDtypeList () A list of tensor dtype corresponding to each element of the snapshot. |
| soyut int | getDtypeValue (int dizini) A list of tensor dtype corresponding to each element of the snapshot. |
| özet Listesi<Tamsayı> | getDtypeValueList () A list of tensor dtype corresponding to each element of the snapshot. |
| soyut boole | getFinalized () bool finalized = 1000; |
| soyut Dize | getGraphHash () Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| abstract com.google.protobuf.ByteString | getGraphHashBytes () Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| soyut uzun | getNumElements () The number of elements in the snapshot. |
| soyut Dize | getRunId () Run ID that this snapshot corresponds to. |
| abstract com.google.protobuf.ByteString | getRunIdBytes () Run ID that this snapshot corresponds to. |
| soyut uzun | getVersion () Version of the snapshot data file format. |
Genel Yöntemler
genel özet uzun getCreationTimestamp ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; genel özet DataType getDtype (int dizini)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; genel soyut int getDtypeCount ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; genel özet Listesi< DataType > getDtypeList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; genel özet int getDtypeValue (int dizini)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; genel özet Listesi<Tamsayı> getDtypeValueList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; genel soyut boolean getFinalized ()
bool finalized = 1000;
genel özet Dize getGraphHash ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; genel özet com.google.protobuf.ByteString getGraphHashBytes ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; genel özet uzun getNumElements ()
The number of elements in the snapshot.
int64 num_elements = 6; genel özet Dize getRunId ()
Run ID that this snapshot corresponds to.
string run_id = 2; genel özet com.google.protobuf.ByteString getRunIdBytes ()
Run ID that this snapshot corresponds to.
string run_id = 2; genel özet uzun getVersion ()
Version of the snapshot data file format.
int64 version = 4;