Interface OpPerformanceData.OpInfo.TensorPropertiesOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
OpPerformanceData.OpInfo.TensorProperties, OpPerformanceData.OpInfo.TensorProperties.Builder
Enclosing class:
OpPerformanceData.OpInfo

public static interface OpPerformanceData.OpInfo.TensorPropertiesOrBuilder extends MessageOrBuilder
  • Method Details

    • getDtypeValue

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

      DataType getDtype()
      .tensorflow.DataType dtype = 1;
      Returns:
      The dtype.
    • hasShape

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

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

      TensorShapeProtoOrBuilder getShapeOrBuilder()
      .tensorflow.TensorShapeProto shape = 2;
    • hasValue

      boolean hasValue()
      .tensorflow.TensorProto value = 3;
      Returns:
      Whether the value field is set.
    • getValue

      TensorProto getValue()
      .tensorflow.TensorProto value = 3;
      Returns:
      The value.
    • getValueOrBuilder

      TensorProtoOrBuilder getValueOrBuilder()
      .tensorflow.TensorProto value = 3;