Package

com.intel.analytics.zoo.examples.vnni

openvino

Permalink

package openvino

Visibility
  1. Public
  2. All

Type Members

  1. case class ImageNetEvaluationParams(folder: String = "./", model: String = "", weight: String = "", batchSize: Int = 4, partitionNum: Int = 32) extends Product with Serializable

    Permalink
  2. case class PredictParams(folder: String = "./", model: String = "", weight: String = "", batchSize: Int = 4, topN: Int = 5, partitionNum: Int = 4) extends Product with Serializable

    Permalink
  3. case class PrepareOpenVINOResNetParams(model: String = "", batchSize: Int = 4, validationFilePath: String = "", subset: Int = 32, openCVLibs: String = "/tmp") extends Product with Serializable

    Permalink
  4. case class ResNet50PerfParams(model: String = "", weight: String = "", batchSize: Int = 4, numBatch: Int = 1, iteration: Int = 10, onSpark: Boolean = false) extends Product with Serializable

    Permalink

Value Members

  1. object ImageNetEvaluation

    Permalink
  2. object Perf

    Permalink
  3. object Predict

    Permalink
  4. object PrepareOpenVINOResNet

    Permalink

Ungrouped