Interface Autotuning.AutotuneResultOrBuilder

    • Method Detail

      • getScratchBytes

        long getScratchBytes()
        int64 scratch_bytes = 8;
        Returns:
        The scratchBytes.
      • hasRunTime

        boolean hasRunTime()
        .org.platanios.tensorflow.proto.Duration run_time = 9;
        Returns:
        Whether the runTime field is set.
      • getRunTime

        Duration getRunTime()
        .org.platanios.tensorflow.proto.Duration run_time = 9;
        Returns:
        The runTime.
      • getRunTimeOrBuilder

        DurationOrBuilder getRunTimeOrBuilder()
        .org.platanios.tensorflow.proto.Duration run_time = 9;
      • hasFailure

        boolean hasFailure()
        .org.platanios.tensorflow.proto.AutotuneResult.FailureResult failure = 7;
        Returns:
        Whether the failure field is set.
      • hasConv

        boolean hasConv()
        .org.platanios.tensorflow.proto.AutotuneResult.ConvKey conv = 5;
        Returns:
        Whether the conv field is set.
      • hasGemm

        boolean hasGemm()
        .org.platanios.tensorflow.proto.AutotuneResult.GemmKey gemm = 6;
        Returns:
        Whether the gemm field is set.