org.tensorflow.framework.GraphTransferGraphOutputNodeInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// 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.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
*/
java.lang.String getName();
/**
* string name = 1;
*/
com.google.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();
}