DebugMetadata.Builder

מחלקה סופית סטטית ציבורית DebugMetadata.Builder

 Metadata about the debugger and the debugged TensorFlow program.
 
tensorflow.DebugMetadata מסוג Protobuf.DebugMetadata

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

DebugMetadata.Builder
addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
DebugMetadata
DebugMetadata
DebugMetadata.Builder
DebugMetadata.Builder
clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)
DebugMetadata.Builder
clearFileVersion ()
 Version of the DebugEvent file format.
DebugMetadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebugMetadata.Builder
clearTensorflowVersion ()
 Version of TensorFlow.
DebugMetadata.Builder
clearTfdbgRunId ()
 A unique ID for the current run of tfdbg.
DebugMetadata.Builder
DebugMetadata
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
חוּט
getFileVersion ()
 Version of the DebugEvent file format.
com.google.protobuf.ByteString
getFileVersionBytes ()
 Version of the DebugEvent file format.
חוּט
getTensorflowVersion ()
 Version of TensorFlow.
com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 Version of TensorFlow.
חוּט
getTfdbgRunId ()
 A unique ID for the current run of tfdbg.
com.google.protobuf.ByteString
getTfdbgRunIdBytes ()
 A unique ID for the current run of tfdbg.
בוליאנית סופית
DebugMetadata.Builder
mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata.Builder
mergeFrom (com.google.protobuf.Message אחר)
Final DebugMetadata.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
DebugMetadata.Builder
setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
DebugMetadata.Builder
setFileVersion (ערך מחרוזת)
 Version of the DebugEvent file format.
DebugMetadata.Builder
setFileVersionBytes (ערך com.google.protobuf.ByteString)
 Version of the DebugEvent file format.
DebugMetadata.Builder
setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
DebugMetadata.Builder
setTensorflowVersion (ערך מחרוזת)
 Version of TensorFlow.
DebugMetadata.Builder
setTensorflowVersionBytes (ערך com.google.protobuf.ByteString)
 Version of TensorFlow.
DebugMetadata.Builder
setTfdbgRunId (ערך מחרוזת)
 A unique ID for the current run of tfdbg.
DebugMetadata.Builder
setTfdbgRunIdBytes (ערך com.google.protobuf.ByteString)
 A unique ID for the current run of tfdbg.
Final DebugMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

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

public DebugMetadata.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

בנייה ציבורית של DebugMetadata ()

public DebugMetadata buildPartial ()

public DebugMetadata.Builder clear ()

public DebugMetadata.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

public DebugMetadata.Builder clearFileVersion ()

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

public DebugMetadata.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DebugMetadata.Builder clearTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

public DebugMetadata.Builder clearTfdbgRunId ()

 A unique ID for the current run of tfdbg.
 A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.
 Multiple hosts in a distributed TensorFlow job instrumented by tfdbg
 have the same ID.
 
string tfdbg_run_id = 3;

שיבוט ציבורי DebugMetadata.Builder ()

public DebugMetadata getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

מחרוזת ציבורית getFileVersion ()

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

public com.google.protobuf.ByteString getFileVersionBytes ()

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

מחרוזת ציבורית getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

public com.google.protobuf.ByteString getTensorflowVersionBytes ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

מחרוזת ציבורית getTfdbgRunId ()

 A unique ID for the current run of tfdbg.
 A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.
 Multiple hosts in a distributed TensorFlow job instrumented by tfdbg
 have the same ID.
 
string tfdbg_run_id = 3;

public com.google.protobuf.ByteString getTfdbgRunIdBytes ()

 A unique ID for the current run of tfdbg.
 A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.
 Multiple hosts in a distributed TensorFlow job instrumented by tfdbg
 have the same ID.
 
string tfdbg_run_id = 3;

בוליאני הסופי הציבורי הוא אתחול ()

public DebugMetadata.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public DebugMetadata.Builder mergeFrom (com.google.protobuf.Message אחר)

public final DebugMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public DebugMetadata.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

public DebugMetadata.Builder setFileVersion (ערך מחרוזת)

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

public DebugMetadata.Builder setFileVersionBytes (ערך com.google.protobuf.ByteString)

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

public DebugMetadata.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)

public DebugMetadata.Builder setTensorflowVersion (ערך מחרוזת)

 Version of TensorFlow.
 
string tensorflow_version = 1;

public DebugMetadata.Builder setTensorflowVersionBytes (ערך com.google.protobuf.ByteString)

 Version of TensorFlow.
 
string tensorflow_version = 1;

public DebugMetadata.Builder setTfdbgRunId (ערך מחרוזת)

 A unique ID for the current run of tfdbg.
 A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.
 Multiple hosts in a distributed TensorFlow job instrumented by tfdbg
 have the same ID.
 
string tfdbg_run_id = 3;

public DebugMetadata.Builder setTfdbgRunIdBytes (ערך com.google.protobuf.ByteString)

 A unique ID for the current run of tfdbg.
 A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.
 Multiple hosts in a distributed TensorFlow job instrumented by tfdbg
 have the same ID.
 
string tfdbg_run_id = 3;

public final DebugMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)