org.tensorflow.framework.GraphTransferGraphInputNodeInfoOrBuilder Maven / Gradle / Ivy
// 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;
*/
java.lang.String getName();
/**
* string name = 1;
*/
org.nd4j.shade.protobuf.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();
}