Package

io.hydrosphere.serving.model.api

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ColumnShaper extends AnyRef

    Permalink
  2. case class DimShaper(dims: Seq[Long]) extends ColumnShaper with Product with Serializable

    Permalink
  3. trait TensorJsonLens[T <: TypedTensor[_]] extends AnyRef

    Permalink

Value Members

  1. object AnyShaper extends ColumnShaper with Product with Serializable

    Permalink
  2. object BoolToJson extends TensorJsonLens[BoolTensor]

    Permalink
  3. object ColumnShaper

    Permalink
  4. object DComplexToJson extends TensorJsonLens[DComplexTensor]

    Permalink
  5. object DoubleToJson extends TensorJsonLens[DoubleTensor]

    Permalink
  6. object FloatToJson extends TensorJsonLens[FloatTensor]

    Permalink
  7. object Int64ToJson extends TensorJsonLens[Int64Tensor]

    Permalink
  8. object IntToJson extends TensorJsonLens[IntTensor[_]]

    Permalink
  9. object MapToJson extends TensorJsonLens[MapTensor]

    Permalink
  10. object SComplexToJson extends TensorJsonLens[SComplexTensor]

    Permalink
  11. object ScalarShaper extends ColumnShaper with Product with Serializable

    Permalink
  12. object StringToJson extends TensorJsonLens[StringTensor]

    Permalink
  13. object TensorJsonLens

    Permalink
  14. object Uint64ToJson extends TensorJsonLens[Uint64Tensor]

    Permalink

Ungrouped