Packages

implicit class TensorProtoLens[UpperPB] extends ObjectLens[UpperPB, TensorProto]

Linear Supertypes
ObjectLens[UpperPB, TensorProto], Lens[UpperPB, TensorProto], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorProtoLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TensorProtoLens(_l: Lens[UpperPB, TensorProto])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: TensorProto): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def compose[B](other: Lens[TensorProto, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def dataType: Lens[UpperPB, DataType]
  9. def dims: Lens[UpperPB, Seq[Long]]
  10. def docString: Lens[UpperPB, String]
  11. def doubleData: Lens[UpperPB, Seq[Double]]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def field[A](getter: (TensorProto) ⇒ A)(setter: (TensorProto, A) ⇒ TensorProto): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[TensorProto, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def floatData: Lens[UpperPB, Seq[Float]]
  18. def get(u: UpperPB): TensorProto
    Definition Classes
    ObjectLens → Lens
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def int32Data: Lens[UpperPB, Seq[Int]]
  22. def int64Data: Lens[UpperPB, Seq[Long]]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def modify(f: (TensorProto) ⇒ TensorProto): Mutation[UpperPB]
    Definition Classes
    Lens
  25. def name: Lens[UpperPB, String]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def optionalSegment: Lens[UpperPB, Option[Segment]]
  30. def rawData: Lens[UpperPB, ByteString]
  31. def segment: Lens[UpperPB, Segment]
  32. def set(c: TensorProto): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  33. def stringData: Lens[UpperPB, Seq[ByteString]]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def uint64Data: Lens[UpperPB, Seq[Long]]
  37. def update(ms: (Lens[TensorProto, TensorProto]) ⇒ Mutation[TensorProto]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (TensorProto, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, TensorProto]

Inherited from Lens[UpperPB, TensorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped