com.intel.analytics.bigdl.python

api

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

  2. class PythonBigDL[T] extends Serializable

    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

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

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

    ValidationResult for python

Value Members

  1. object PythonBigDL extends Serializable

Ungrouped