Interface CostGraphDef.Node.OutputInfoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
CostGraphDef.Node.OutputInfo, CostGraphDef.Node.OutputInfo.Builder
Enclosing class:
CostGraphDef.Node

public static interface CostGraphDef.Node.OutputInfoOrBuilder extends MessageOrBuilder
  • Method Details

    • getSize

      long getSize()
      int64 size = 1;
      Returns:
      The size.
    • getAliasInputPort

      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;
      Returns:
      The aliasInputPort.
    • hasShape

      boolean hasShape()
      .tensorflow.TensorShapeProto shape = 3;
      Returns:
      Whether the shape field is set.
    • getShape

      TensorShapeProto getShape()
      .tensorflow.TensorShapeProto shape = 3;
      Returns:
      The shape.
    • getShapeOrBuilder

      TensorShapeProtoOrBuilder getShapeOrBuilder()
      .tensorflow.TensorShapeProto shape = 3;
    • getDtypeValue

      int getDtypeValue()
      .tensorflow.DataType dtype = 4;
      Returns:
      The enum numeric value on the wire for dtype.
    • getDtype

      DataType getDtype()
      .tensorflow.DataType dtype = 4;
      Returns:
      The dtype.