Trait

com.spotify.tfexample.derive

Implicits

Related Doc: package derive

Permalink

trait Implicits extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Implicits
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def arrFb[T](implicit arg0: ClassTag[T], mapping: TensorflowMapping[T]): FeatureBuilder[Array[T]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit val booleanTensorflowMapping: TensorflowMapping[Boolean]

    Permalink
  7. implicit val byteArrayTensorflowMapping: TensorflowMapping[Array[Byte]]

    Permalink
  8. implicit val byteBufferTensorflowMapping: TensorflowMapping[ByteBuffer]

    Permalink
  9. implicit val byteStringTensorflowMapping: TensorflowMapping[ByteString]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit val doubleTensorflowMapping: TensorflowMapping[Double]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit val floatTensorflowMapping: TensorflowMapping[Float]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. implicit val intTensorflowMapping: TensorflowMapping[Int]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. implicit def iterableFb[T](implicit mapping: TensorflowMapping[T]): FeatureBuilder[Iterable[T]]

    Permalink
  21. implicit def listFb[T](implicit mapping: TensorflowMapping[T]): FeatureBuilder[List[T]]

    Permalink
  22. implicit val longTensorflowMapping: TensorflowMapping[Long]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. implicit def optionFb[T](implicit fb: FeatureBuilder[T]): FeatureBuilder[Option[T]]

    Permalink
  27. implicit def seqFb[T](implicit mapping: TensorflowMapping[T]): FeatureBuilder[Seq[T]]

    Permalink
  28. implicit def singletonFeatureBuilder[T](implicit mapping: TensorflowMapping[T]): FeatureBuilder[T]

    Permalink
  29. implicit val stringTensorflowMapping: TensorflowMapping[String]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. implicit def toExampleConverter[T](implicit fb: FeatureBuilder[T]): ExampleConverter[T]

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped