org.tensorflow.framework.GraphTransferConstNodeInfoOrBuilder 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 GraphTransferConstNodeInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.GraphTransferConstNodeInfo)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
*/
java.lang.String getName();
/**
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* int32 node_id = 2;
*/
int getNodeId();
/**
* repeated int64 shape = 3;
*/
java.util.List getShapeList();
/**
* repeated int64 shape = 3;
*/
int getShapeCount();
/**
* repeated int64 shape = 3;
*/
long getShape(int index);
/**
* bytes data = 4;
*/
com.google.protobuf.ByteString getData();
/**
* .tensorflow.DataType dtype = 5;
*/
int getDtypeValue();
/**
* .tensorflow.DataType dtype = 5;
*/
org.tensorflow.framework.DataType getDtype();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy