Package

com.intel.analytics.bigdl.python

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. case class JTensor(storage: List[Any], shape: List[Int], bigdlType: String) extends Product with Serializable

    Permalink
  2. class PythonBigDL[T] extends Serializable

    Permalink

    Implementation of Python API for BigDL

  3. case class Sample(features: List[Any], label: List[Any], featuresShape: List[Int], labelShape: List[Int], bigdlType: String) extends Product with Serializable

    Permalink

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

    features

    features

    label

    labels

    featuresShape

    feature size

    labelShape

    label size

    bigdlType

    bigdl numeric type

  4. case class TestResult(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

Value Members

  1. object PythonBigDL extends Serializable

    Permalink

Ungrouped