Interface Autotuning.AutotuningLogOrBuilder

    • Method Detail

      • hasInstr

        boolean hasInstr()
        .org.platanios.tensorflow.proto.google.Any instr = 1;
        Returns:
        Whether the instr field is set.
      • getInstr

        Any getInstr()
        .org.platanios.tensorflow.proto.google.Any instr = 1;
        Returns:
        The instr.
      • getInstrOrBuilder

        AnyOrBuilder getInstrOrBuilder()
        .org.platanios.tensorflow.proto.google.Any instr = 1;
      • getResultsList

        java.util.List<Autotuning.AutotuneResult> getResultsList()
         Records all auto-tuning results per algorithm.
         
        repeated .org.platanios.tensorflow.proto.AutotuneResult results = 2;
      • getResults

        Autotuning.AutotuneResult getResults​(int index)
         Records all auto-tuning results per algorithm.
         
        repeated .org.platanios.tensorflow.proto.AutotuneResult results = 2;
      • getResultsCount

        int getResultsCount()
         Records all auto-tuning results per algorithm.
         
        repeated .org.platanios.tensorflow.proto.AutotuneResult results = 2;
      • getResultsOrBuilderList

        java.util.List<? extends Autotuning.AutotuneResultOrBuilder> getResultsOrBuilderList()
         Records all auto-tuning results per algorithm.
         
        repeated .org.platanios.tensorflow.proto.AutotuneResult results = 2;
      • getResultsOrBuilder

        Autotuning.AutotuneResultOrBuilder getResultsOrBuilder​(int index)
         Records all auto-tuning results per algorithm.
         
        repeated .org.platanios.tensorflow.proto.AutotuneResult results = 2;
      • hasCudnnVersion

        boolean hasCudnnVersion()
        .org.platanios.tensorflow.proto.CudnnVersion cudnn_version = 3;
        Returns:
        Whether the cudnnVersion field is set.
      • getCudnnVersion

        Autotuning.CudnnVersion getCudnnVersion()
        .org.platanios.tensorflow.proto.CudnnVersion cudnn_version = 3;
        Returns:
        The cudnnVersion.
      • hasComputeCapability

        boolean hasComputeCapability()
        .org.platanios.tensorflow.proto.ComputeCapability compute_capability = 4;
        Returns:
        Whether the computeCapability field is set.
      • getComputeCapability

        Autotuning.ComputeCapability getComputeCapability()
        .org.platanios.tensorflow.proto.ComputeCapability compute_capability = 4;
        Returns:
        The computeCapability.
      • getDevicePciBusId

        java.lang.String getDevicePciBusId()
         stream_executor::DeviceDescription::pci_bus_id.
         
        string device_pci_bus_id = 5;
        Returns:
        The devicePciBusId.
      • getDevicePciBusIdBytes

        com.google.protobuf.ByteString getDevicePciBusIdBytes()
         stream_executor::DeviceDescription::pci_bus_id.
         
        string device_pci_bus_id = 5;
        Returns:
        The bytes for devicePciBusId.
      • getBlasVersion

        java.lang.String getBlasVersion()
        string blas_version = 6;
        Returns:
        The blasVersion.
      • getBlasVersionBytes

        com.google.protobuf.ByteString getBlasVersionBytes()
        string blas_version = 6;
        Returns:
        The bytes for blasVersion.