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

org.tensorflow.framework.SessionMetadataOrBuilder Maven / Gradle / Ivy

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

package org.tensorflow.framework;

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

  /**
   * string name = 1;
   */
  java.lang.String getName();
  /**
   * string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * 
   * The version is optional. If set, needs to be >= 0.
   * 
* * int64 version = 2; */ long getVersion(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy