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

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

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/graph_transfer_info.proto

package org.tensorflow.framework;

public interface GraphTransferGraphOutputNodeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GraphTransferGraphOutputNodeInfo)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * string name = 1;
   */
  java.lang.String getName();
  /**
   * string name = 1;
   */
  com.github.os72.protobuf351.ByteString
      getNameBytes();

  /**
   * repeated int64 shape = 2;
   */
  java.util.List getShapeList();
  /**
   * repeated int64 shape = 2;
   */
  int getShapeCount();
  /**
   * repeated int64 shape = 2;
   */
  long getShape(int index);

  /**
   * .tensorflow.DataType dtype = 3;
   */
  int getDtypeValue();
  /**
   * .tensorflow.DataType dtype = 3;
   */
  org.tensorflow.framework.DataType getDtype();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy