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 boolVal: Lens[UpperPB, Seq[Boolean]]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def compose[B](other: Lens[TensorProto, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. def dcomplexVal: Lens[UpperPB, Seq[Double]]
  10. def doubleVal: Lens[UpperPB, Seq[Double]]
  11. def dtype: Lens[UpperPB, DataType]
  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 floatVal: Lens[UpperPB, Seq[Float]]
  17. def get(u: UpperPB): TensorProto
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def halfVal: Lens[UpperPB, Seq[Int]]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def int64Val: Lens[UpperPB, Seq[Long]]
  22. def intVal: Lens[UpperPB, Seq[Int]]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def modify(f: (TensorProto) ⇒ TensorProto): Mutation[UpperPB]
    Definition Classes
    Lens
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def optionalTensorShape: Lens[UpperPB, Option[TensorShapeProto]]
  29. def resourceHandleVal: Lens[UpperPB, Seq[ResourceHandleProto]]
  30. def scomplexVal: Lens[UpperPB, Seq[Float]]
  31. def set(c: TensorProto): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  32. def setIfDefined(aOpt: Option[TensorProto]): Mutation[UpperPB]
    Definition Classes
    Lens
  33. def stringVal: Lens[UpperPB, Seq[ByteString]]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def tensorContent: Lens[UpperPB, ByteString]
  36. def tensorShape: Lens[UpperPB, TensorShapeProto]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def uint32Val: Lens[UpperPB, Seq[Int]]
  39. def uint64Val: Lens[UpperPB, Seq[Long]]
  40. def update(ms: (Lens[TensorProto, TensorProto]) ⇒ Mutation[TensorProto]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  41. def variantVal: Lens[UpperPB, Seq[VariantTensorDataProto]]
  42. def versionNumber: Lens[UpperPB, Int]
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (TensorProto, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ObjectLens[UpperPB, TensorProto]

Inherited from Lens[UpperPB, TensorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped