Package

com.intel.analytics.bigdl.python

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    ValidationResult for python

    ValidationResult for python

    result

    result

    totalNum

    total number

    method

    method name

  2. case class JActivity(value: Activity) extends Product with Serializable

    Permalink
  3. case class JTensor(storage: Array[Float], shape: Array[Int], bigdlType: String, indices: Array[Array[Int]] = null) extends Product with Serializable

    Permalink
  4. class PythonBigDL[T] extends Serializable

    Permalink

    Implementation of Python API for BigDL

  5. class PythonBigDLKeras[T] extends PythonBigDL[T]

    Permalink
  6. class PythonBigDLOnnx[T] extends PythonBigDL[T]

    Permalink
  7. class PythonBigDLValidator[T] extends PythonBigDL[T]

    Permalink
  8. case class Sample(features: List[JTensor], labels: List[JTensor], bigdlType: String) extends Product with Serializable

    Permalink

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

    features

    features

    labels

    labels

    bigdlType

    bigdl numeric type

Value Members

  1. object PythonBigDL extends Serializable

    Permalink
  2. object PythonBigDLKeras extends Serializable

    Permalink
  3. object PythonBigDLUtils

    Permalink
  4. object PythonBigDLValidator extends Serializable

    Permalink

Ungrouped