org.tensorflow.framework.GraphTransferNodeInfoOrBuilder 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.
The 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.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
*/
java.lang.String getName();
/**
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* int32 node_id = 2;
*/
int getNodeId();
/**
* string type_name = 3;
*/
java.lang.String getTypeName();
/**
* string type_name = 3;
*/
com.google.protobuf.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 - 2025 Weber Informatics LLC | Privacy Policy