All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.util.EventOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/util/event.proto

package org.tensorflow.util;

public interface EventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.Event)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Timestamp of the event.
   * 
* * double wall_time = 1; */ double getWallTime(); /** *
   * Global step of the event.
   * 
* * int64 step = 2; */ long getStep(); /** *
   * An event file was started, with the specified version.
   * This is use to identify the contents of the record IO files
   * easily.  Current version is "brain.Event:2".  All versions
   * start with "brain.Event:".
   * 
* * string file_version = 3; */ java.lang.String getFileVersion(); /** *
   * An event file was started, with the specified version.
   * This is use to identify the contents of the record IO files
   * easily.  Current version is "brain.Event:2".  All versions
   * start with "brain.Event:".
   * 
* * string file_version = 3; */ com.google.protobuf.ByteString getFileVersionBytes(); /** *
   * An encoded version of a GraphDef.
   * 
* * bytes graph_def = 4; */ com.google.protobuf.ByteString getGraphDef(); /** *
   * A summary was generated.
   * 
* * .tensorflow.Summary summary = 5; */ org.tensorflow.framework.Summary getSummary(); /** *
   * A summary was generated.
   * 
* * .tensorflow.Summary summary = 5; */ org.tensorflow.framework.SummaryOrBuilder getSummaryOrBuilder(); /** *
   * The user output a log message. Not all messages are logged, only ones
   * generated via the Python tensorboard_logging module.
   * 
* * .tensorflow.LogMessage log_message = 6; */ org.tensorflow.util.LogMessage getLogMessage(); /** *
   * The user output a log message. Not all messages are logged, only ones
   * generated via the Python tensorboard_logging module.
   * 
* * .tensorflow.LogMessage log_message = 6; */ org.tensorflow.util.LogMessageOrBuilder getLogMessageOrBuilder(); /** *
   * The state of the session which can be used for restarting after crashes.
   * 
* * .tensorflow.SessionLog session_log = 7; */ org.tensorflow.util.SessionLog getSessionLog(); /** *
   * The state of the session which can be used for restarting after crashes.
   * 
* * .tensorflow.SessionLog session_log = 7; */ org.tensorflow.util.SessionLogOrBuilder getSessionLogOrBuilder(); /** *
   * The metadata returned by running a session.run() call.
   * 
* * .tensorflow.TaggedRunMetadata tagged_run_metadata = 8; */ org.tensorflow.util.TaggedRunMetadata getTaggedRunMetadata(); /** *
   * The metadata returned by running a session.run() call.
   * 
* * .tensorflow.TaggedRunMetadata tagged_run_metadata = 8; */ org.tensorflow.util.TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder(); /** *
   * An encoded version of a MetaGraphDef.
   * 
* * bytes meta_graph_def = 9; */ com.google.protobuf.ByteString getMetaGraphDef(); public org.tensorflow.util.Event.WhatCase getWhatCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy