Class

onnx.onnx.TensorProto

TensorProtoLens

Related Doc: package TensorProto

Permalink

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])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :=(a: TensorProto): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compose[B](other: Lens[TensorProto, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  8. def dataLocation: Lens[UpperPB, DataLocation]

    Permalink
  9. def dataType: Lens[UpperPB, Int]

    Permalink
  10. def dims: Lens[UpperPB, Seq[Long]]

    Permalink
  11. def docString: Lens[UpperPB, String]

    Permalink
  12. def doubleData: Lens[UpperPB, Seq[Double]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def externalData: Lens[UpperPB, Seq[StringStringEntryProto]]

    Permalink
  16. def field[A](getter: (TensorProto) ⇒ A)(setter: (TensorProto, A) ⇒ TensorProto): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  17. def field[A](lens: Lens[TensorProto, A]): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def floatData: Lens[UpperPB, Seq[Float]]

    Permalink
  20. def get(u: UpperPB): TensorProto

    Permalink
    Definition Classes
    ObjectLens → Lens
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def int32Data: Lens[UpperPB, Seq[Int]]

    Permalink
  24. def int64Data: Lens[UpperPB, Seq[Long]]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def modify(f: (TensorProto) ⇒ TensorProto): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  27. def name: Lens[UpperPB, String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def optionalDataLocation: Lens[UpperPB, Option[DataLocation]]

    Permalink
  32. def optionalDataType: Lens[UpperPB, Option[Int]]

    Permalink
  33. def optionalDocString: Lens[UpperPB, Option[String]]

    Permalink
  34. def optionalName: Lens[UpperPB, Option[String]]

    Permalink
  35. def optionalRawData: Lens[UpperPB, Option[ByteString]]

    Permalink
  36. def optionalSegment: Lens[UpperPB, Option[Segment]]

    Permalink
  37. def rawData: Lens[UpperPB, ByteString]

    Permalink
  38. def segment: Lens[UpperPB, Segment]

    Permalink
  39. def set(c: TensorProto): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  40. def setIfDefined(aOpt: Option[TensorProto]): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  41. def stringData: Lens[UpperPB, Seq[ByteString]]

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

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def uint64Data: Lens[UpperPB, Seq[Long]]

    Permalink
  45. def update(ms: (Lens[TensorProto, TensorProto]) ⇒ Mutation[TensorProto]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (TensorProto, B)]

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, TensorProto]

Inherited from Lens[UpperPB, TensorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped