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

org.tensorflow.framework.GraphTransferNodeInfoOrBuilder 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 GraphTransferNodeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GraphTransferNodeInfo)
    com.github.os72.protobuf351.MessageOrBuilder {

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

  /**
   * int32 node_id = 2;
   */
  int getNodeId();

  /**
   * string type_name = 3;
   */
  java.lang.String getTypeName();
  /**
   * string type_name = 3;
   */
  com.github.os72.protobuf351.ByteString
      getTypeNameBytes();

  /**
   * int32 soc_op_id = 4;
   */
  int getSocOpId();

  /**
   * int32 padding_id = 5;
   */
  int getPaddingId();

  /**
   * int32 input_count = 6;
   */
  int getInputCount();

  /**
   * int32 output_count = 7;
   */
  int getOutputCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy