SnapshotMetadataRecordOrBuilder

পাবলিক ইন্টারফেস SnapshotMetadataRecordOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত দীর্ঘ
getCreationTimestamp ()
 Time when we started creating this snapshot.
বিমূর্ত ডেটা টাইপ
getDtype (int সূচক)
 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.
বিমূর্ত তালিকা< ডেটা টাইপ >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
বিমূর্ত int
getDtypeValue (int সূচক)
 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.
বিমূর্ত বুলিয়ান
চূড়ান্ত করা ()
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;

সর্বজনীন বিমূর্ত ডেটা টাইপ getDtype (int সূচক)

 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;

পাবলিক বিমূর্ত বুলিয়ান 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;