Object

com.intel.analytics.zoo.examples.localEstimator

Cifar10DataLoader

Related Doc: package localEstimator

Permalink

object Cifar10DataLoader extends ImageProcessing with EstimateSupportive

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cifar10DataLoader
  2. ImageProcessing
  3. EstimateSupportive
  4. InferenceSupportive
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bgrImageRandomCrop(labeledBGRImage: LabeledBGRImage, cropWidth: Int, cropHeight: Int, padding: Int): LabeledBGRImage

    Permalink
    Definition Classes
    ImageProcessing
  6. def bgrImgNormalize(labeledBGRImage: LabeledBGRImage, mean: (Double, Double, Double), std: (Double, Double, Double)): LabeledBGRImage

    Permalink
    Definition Classes
    ImageProcessing
  7. def bytesToGreyImage(record: ByteRecord, row: Int, col: Int): LabeledGreyImage

    Permalink
    Definition Classes
    ImageProcessing
  8. def bytesToLabeledBGRImage(record: ByteRecord, resizeW: Int, resizeH: Int): LabeledBGRImage

    Permalink
    Definition Classes
    ImageProcessing
  9. def clearWeightBias(model: Module[Float]): Unit

    Permalink
    Definition Classes
    InferenceSupportive
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def greyImgNormalize(labeledGreyImage: LabeledGreyImage, mean: Double, std: Double): LabeledGreyImage

    Permalink
    Definition Classes
    ImageProcessing
  16. def hFlip(labeledBGRImage: LabeledBGRImage, threshold: Double): LabeledBGRImage

    Permalink
    Definition Classes
    ImageProcessing
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def labeledBGRImageToMiniBatch(images: Array[LabeledBGRImage]): MiniBatch[Float]

    Permalink
    Definition Classes
    ImageProcessing
  20. def labeledGreyImageToMiniBatch(images: Array[LabeledGreyImage]): MiniBatch[Float]

    Permalink
    Definition Classes
    ImageProcessing
  21. def loadTest(dataFile: String): Array[ByteRecord]

    Permalink
  22. def loadTestData(imageDirPath: String): Array[LabeledBGRImage]

    Permalink
  23. def loadTrain(dataFile: String): Array[ByteRecord]

    Permalink
  24. def loadTrainData(imageDirPath: String): Array[LabeledBGRImage]

    Permalink
  25. val logger: Logger

    Permalink
  26. def makeMetaModel(original: AbstractModule[Activity, Activity, Float]): AbstractModule[Activity, Activity, Float]

    Permalink
    Definition Classes
    InferenceSupportive
  27. def makeUpModel(clonedModel: Module[Float], weightBias: Array[Tensor[Float]]): AbstractModule[Activity, Activity, Float]

    Permalink
    Definition Classes
    InferenceSupportive
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. val normalize: Float

    Permalink
    Definition Classes
    ImageProcessing
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def releaseWeightBias(model: Module[Float]): Unit

    Permalink
    Definition Classes
    InferenceSupportive
  33. val resizeH: Int

    Permalink
  34. val resizeW: Int

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. val testMean: (Double, Double, Double)

    Permalink
  37. val testStd: (Double, Double, Double)

    Permalink
  38. def throughputing[T](name: String, batch: Int)(f: ⇒ T): T

    Permalink

    calculate and log the time and throughput

    calculate and log the time and throughput

    T

    the return of the process function

    name

    the name of the process

    batch

    the number of the batch

    f

    the process function

    returns

    the result of the process function

    Definition Classes
    EstimateSupportive
  39. def throughputingWithLoss[T](name: String, batch: Int)(f: ⇒ T): T

    Permalink

    calculate and log the time and throughput and loss

    calculate and log the time and throughput and loss

    T

    the return of the process function

    name

    the name of the process

    batch

    the number of the batch

    f

    the process function

    returns

    the result of the process function

    Definition Classes
    EstimateSupportive
  40. def timing[T](name: String)(f: ⇒ T): T

    Permalink
    Definition Classes
    InferenceSupportive
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. val trainMean: (Double, Double, Double)

    Permalink
  43. val trainStd: (Double, Double, Double)

    Permalink
  44. def transferBatchTableToJListOfJListOfJTensor(batchTable: Table, batchSize: Int): List[List[JTensor]]

    Permalink
    Definition Classes
    InferenceSupportive
  45. def transferBatchTensorToJListOfJListOfJTensor(batchTensor: Tensor[Float], batchSize: Int): List[List[JTensor]]

    Permalink
    Definition Classes
    InferenceSupportive
  46. def transferListOfActivityToActivityOfBatch(inputs: List[List[JTensor]], batchSize: Int): Activity

    Permalink
    Definition Classes
    InferenceSupportive
  47. def transferTensorToJTensor(input: Tensor[Float]): JTensor

    Permalink
    Definition Classes
    InferenceSupportive
  48. def transferTensorsToTensorOfBatch(tensors: Array[JTensor]): Tensor[Float]

    Permalink
    Definition Classes
    InferenceSupportive
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ImageProcessing

Inherited from EstimateSupportive

Inherited from InferenceSupportive

Inherited from AnyRef

Inherited from Any

Ungrouped