Interface FingerprintDefOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
FingerprintDef, FingerprintDef.Builder

public interface FingerprintDefOrBuilder extends MessageOrBuilder
  • Method Details

    • getSavedModelChecksum

      long getSavedModelChecksum()
      Hash of the saved_model.pb, referred to as a "checksum".
      
      uint64 saved_model_checksum = 1;
      Returns:
      The savedModelChecksum.
    • getGraphDefProgramHash

      long getGraphDefProgramHash()
      Hash of regularized graph_def.
      
      uint64 graph_def_program_hash = 2;
      Returns:
      The graphDefProgramHash.
    • getSignatureDefHash

      long getSignatureDefHash()
      Hash of the regularized (sorted) SignatureDefs.
      
      uint64 signature_def_hash = 3;
      Returns:
      The signatureDefHash.
    • getSavedObjectGraphHash

      long getSavedObjectGraphHash()
      Hash of the regularized SavedObjectGraph.
      
      uint64 saved_object_graph_hash = 4;
      Returns:
      The savedObjectGraphHash.
    • getCheckpointHash

      long getCheckpointHash()
      Hash of the checkpoint.
      
      uint64 checkpoint_hash = 5;
      Returns:
      The checkpointHash.
    • hasVersion

      boolean hasVersion()
      Version specification of the fingerprint.
      
      .tensorflow.VersionDef version = 6;
      Returns:
      Whether the version field is set.
    • getVersion

      VersionDef getVersion()
      Version specification of the fingerprint.
      
      .tensorflow.VersionDef version = 6;
      Returns:
      The version.
    • getVersionOrBuilder

      VersionDefOrBuilder getVersionOrBuilder()
      Version specification of the fingerprint.
      
      .tensorflow.VersionDef version = 6;