SnapshotMetadataRecordOrBuilder

رابط عمومی SnapshotMetadataRecordOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

انتزاعی طولانی
getCreationTimestamp ()
 Time when we started creating this snapshot.
نوع داده انتزاعی
getDtype (شاخص int)
 A list of tensor dtype corresponding to each element of the snapshot.
انتزاعی
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.
انتزاعی
getDtypeValue (شاخص int)
 A list of tensor dtype corresponding to each element of the snapshot.
فهرست انتزاعی<Integer>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
بولی انتزاعی
دریافت نهایی ()
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)

 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;

دریافت نهایی انتزاعی بولی عمومی ()

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;

نسخه طولانی انتزاعی عمومی ()

نسخه

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