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

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

The 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 GraphTransferGraphInputNodeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GraphTransferGraphInputNodeInfo)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  org.nd4j.shade.protobuf.ByteString
      getNameBytes();

  /**
   * repeated int64 shape = 2;
   * @return A list containing the shape.
   */
  java.util.List getShapeList();
  /**
   * repeated int64 shape = 2;
   * @return The count of shape.
   */
  int getShapeCount();
  /**
   * repeated int64 shape = 2;
   * @param index The index of the element to return.
   * @return The shape at the given index.
   */
  long getShape(int index);

  /**
   * .tensorflow.DataType dtype = 3;
   * @return The enum numeric value on the wire for dtype.
   */
  int getDtypeValue();
  /**
   * .tensorflow.DataType dtype = 3;
   * @return The dtype.
   */
  org.tensorflow.framework.DataType getDtype();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy