Packages

c

onnx.onnx.TensorProto

TensorProtoLens

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. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def compose[B](other: Lens[TensorProto, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def dataLocation: Lens[UpperPB, DataLocation]
  9. def dataType: Lens[UpperPB, Int]
  10. def dims: Lens[UpperPB, Seq[Long]]
  11. def docString: Lens[UpperPB, String]
  12. def doubleData: Lens[UpperPB, Seq[Double]]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def externalData: Lens[UpperPB, Seq[StringStringEntryProto]]
  16. def field[A](getter: (TensorProto) => A)(setter: (TensorProto, A) => TensorProto): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def field[A](lens: Lens[TensorProto, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def floatData: Lens[UpperPB, Seq[Float]]
  19. def get(u: UpperPB): TensorProto
    Definition Classes
    ObjectLens → Lens
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def int32Data: Lens[UpperPB, Seq[Int]]
  23. def int64Data: Lens[UpperPB, Seq[Long]]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def modify(f: (TensorProto) => TensorProto): Mutation[UpperPB]
    Definition Classes
    Lens
  26. def name: Lens[UpperPB, String]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def optionalDataLocation: Lens[UpperPB, Option[DataLocation]]
  31. def optionalDataType: Lens[UpperPB, Option[Int]]
  32. def optionalDocString: Lens[UpperPB, Option[String]]
  33. def optionalName: Lens[UpperPB, Option[String]]
  34. def optionalRawData: Lens[UpperPB, Option[ByteString]]
  35. def optionalSegment: Lens[UpperPB, Option[Segment]]
  36. def rawData: Lens[UpperPB, ByteString]
  37. def segment: Lens[UpperPB, Segment]
  38. def set(c: TensorProto): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  39. def setIfDefined(aOpt: Option[TensorProto]): Mutation[UpperPB]
    Definition Classes
    Lens
  40. def stringData: Lens[UpperPB, Seq[ByteString]]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def uint64Data: Lens[UpperPB, Seq[Long]]
  44. def update(ms: (Lens[TensorProto, TensorProto]) => Mutation[TensorProto]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. 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

    (Since version 9)

Inherited from ObjectLens[UpperPB, TensorProto]

Inherited from Lens[UpperPB, TensorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped