NodeOutputOrBuilder

public interface NodeOutputOrBuilder
Known Indirect Subclasses

Public Methods

abstract int
getSlot()
int32 slot = 1;
abstract TensorDescription
getTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;
abstract TensorDescriptionOrBuilder
getTensorDescriptionOrBuilder()
.tensorflow.TensorDescription tensor_description = 3;
abstract boolean
hasTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;

Public Methods

public abstract int getSlot ()

int32 slot = 1;

public abstract TensorDescription getTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;

public abstract TensorDescriptionOrBuilder getTensorDescriptionOrBuilder ()

.tensorflow.TensorDescription tensor_description = 3;

public abstract boolean hasTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;