org.tensorflow.framework.NodeOutputOrBuilder Maven / Gradle / Ivy
// 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)
org.nd4j.shade.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();
}