public static interface CostGraphDef.Node.OutputInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAliasInputPort()
If >= 0, the output is an alias of an input.
|
DataType |
getDtype()
.tensorflow.DataType dtype = 4; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 4; |
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 3; |
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 3; |
long |
getSize()
int64 size = 1; |
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getSize()
int64 size = 1;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;boolean hasShape()
.tensorflow.TensorShapeProto shape = 3;TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 3;TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 3;int getDtypeValue()
.tensorflow.DataType dtype = 4;DataType getDtype()
.tensorflow.DataType dtype = 4;Copyright © 2015–2018. All rights reserved.