org.tensorflow.framework.NodeOutputOrBuilder 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/step_stats.proto
package org.tensorflow.framework;
public interface NodeOutputOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.NodeOutput)
com.google.protobuf.MessageOrBuilder {
/**
* int32 slot = 1;
*/
int getSlot();
/**
* .tensorflow.TensorDescription tensor_description = 3;
*/
boolean hasTensorDescription();
/**
* .tensorflow.TensorDescription tensor_description = 3;
*/
org.tensorflow.framework.TensorDescription getTensorDescription();
/**
* .tensorflow.TensorDescription tensor_description = 3;
*/
org.tensorflow.framework.TensorDescriptionOrBuilder getTensorDescriptionOrBuilder();
}