Packages

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class EvaluatedResult(result: Float, totalNum: Int, method: String) extends Product with Serializable

    ValidationResult for python

    ValidationResult for python

    result

    result

    totalNum

    total number

    method

    method name

  2. case class JActivity(value: Activity) extends Product with Serializable
  3. case class JTensor(storage: Array[Float], shape: Array[Int], bigdlType: String, indices: Array[Array[Int]] = null) extends Product with Serializable
  4. class PythonBigDL[T] extends Serializable

    Implementation of Python API for BigDL

  5. class PythonBigDLKeras[T] extends PythonBigDL[T]
  6. class PythonBigDLOnnx[T] extends PythonBigDL[T]
  7. class PythonBigDLValidator[T] extends PythonBigDL[T]
  8. case class Sample(features: List[JTensor], labels: List[JTensor], bigdlType: String) extends Product with Serializable

    com.intel.analytics.bigdl.dataset.Sample for python.

    features

    features

    labels

    labels

    bigdlType

    bigdl numeric type

Value Members

  1. object PythonBigDL extends Serializable
  2. object PythonBigDLKeras extends Serializable
  3. object PythonBigDLUtils
  4. object PythonBigDLValidator extends Serializable

Ungrouped