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

org.tensorflow.framework.GraphTransferConstNodeInfoOrBuilder 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 GraphTransferConstNodeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GraphTransferConstNodeInfo)
    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();

  /**
   * int32 node_id = 2;
   * @return The nodeId.
   */
  int getNodeId();

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

  /**
   * bytes data = 4;
   * @return The data.
   */
  org.nd4j.shade.protobuf.ByteString getData();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy