package api
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- case class JActivity(value: Activity) extends Product with Serializable
- case class JTensor(storage: Array[Float], shape: Array[Int], bigdlType: String, indices: Array[Array[Int]] = null) extends Product with Serializable
-
class
PythonBigDL[T] extends Serializable
Implementation of Python API for BigDL
- class PythonBigDLKeras[T] extends PythonBigDL[T]
- class PythonBigDLOnnx[T] extends PythonBigDL[T]
- class PythonBigDLValidator[T] extends PythonBigDL[T]
-
case class
Sample(features: List[JTensor], labels: List[JTensor], bigdlType: String) extends Product with Serializable
com.intel.analytics.bigdl.dataset.Sample for python.
com.intel.analytics.bigdl.dataset.Sample for python.
- features
features
- labels
labels
- bigdlType
bigdl numeric type
Value Members
- object PythonBigDL extends Serializable
- object PythonBigDLKeras extends Serializable
- object PythonBigDLUtils
- object PythonBigDLValidator extends Serializable