interface statique publique CostGraphDef.Node.OutputInfoOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
abstrait long | getAliasInputPort () If >= 0, the output is an alias of an input. |
Type de données abstrait | getDtype () .tensorflow.DataType dtype = 4; |
abstrait entier | getDtypeValue () .tensorflow.DataType dtype = 4; |
TensorShapeProto abstrait | obtenirForme () .tensorflow.TensorShapeProto shape = 3; |
abstrait TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 3; |
abstrait long | obtenirTaille () int64 size = 1; |
booléen abstrait | aForme () .tensorflow.TensorShapeProto shape = 3; |
Méthodes publiques
public abstrait 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 abstrait int getDtypeValue ()
.tensorflow.DataType dtype = 4;
résumé public TensorShapeProtoOrBuilder getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 3;
public abstrait long getSize ()
int64 size = 1;
public abstrait booléen hasShape ()
.tensorflow.TensorShapeProto shape = 3;