CostGraphDef.Node.OutputInfoOrBuilder

public static interface CostGraphDef.Node.OutputInfoOrBuilder
Known Indirect Subclasses

Public Methods

abstract long
getAliasInputPort()
 If >= 0, the output is an alias of an input.
abstract DataType
getDtype()
.tensorflow.DataType dtype = 4;
abstract int
getDtypeValue()
.tensorflow.DataType dtype = 4;
abstract TensorShapeProto
getShape()
.tensorflow.TensorShapeProto shape = 3;
abstract TensorShapeProtoOrBuilder
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 3;
abstract long
getSize()
int64 size = 1;
abstract boolean
hasShape()
.tensorflow.TensorShapeProto shape = 3;

Public Methods

public abstract long getAliasInputPort ()

 If >= 0, the output is an alias of an input. Note that an alias input
 may itself be an alias. The algorithm will therefore need to follow
 those pointers.
 
int64 alias_input_port = 2;

public abstract DataType getDtype ()

.tensorflow.DataType dtype = 4;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 4;

public abstract TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 3;

public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 3;

public abstract long getSize ()

int64 size = 1;

public abstract boolean hasShape ()

.tensorflow.TensorShapeProto shape = 3;