Interface Autotuning.AutotuneResult.FailureResultOrBuilder

    • Method Detail

      • getKindValue

        int getKindValue()
        .org.platanios.tensorflow.proto.AutotuneResult.FailureKind kind = 1;
        Returns:
        The enum numeric value on the wire for kind.
      • getMsg

        java.lang.String getMsg()
        string msg = 2;
        Returns:
        The msg.
      • getMsgBytes

        com.google.protobuf.ByteString getMsgBytes()
        string msg = 2;
        Returns:
        The bytes for msg.
      • hasReferenceConv

        boolean hasReferenceConv()
        .org.platanios.tensorflow.proto.AutotuneResult.ConvKey reference_conv = 11;
        Returns:
        Whether the referenceConv field is set.
      • getReferenceConv

        Autotuning.AutotuneResult.ConvKey getReferenceConv()
        .org.platanios.tensorflow.proto.AutotuneResult.ConvKey reference_conv = 11;
        Returns:
        The referenceConv.
      • hasReferenceGemm

        boolean hasReferenceGemm()
        .org.platanios.tensorflow.proto.AutotuneResult.GemmKey reference_gemm = 12;
        Returns:
        Whether the referenceGemm field is set.
      • getReferenceGemm

        Autotuning.AutotuneResult.GemmKey getReferenceGemm()
        .org.platanios.tensorflow.proto.AutotuneResult.GemmKey reference_gemm = 12;
        Returns:
        The referenceGemm.
      • getBufferAddress

        long getBufferAddress()
        int64 buffer_address = 13;
        Returns:
        The bufferAddress.