Packages

c

onnx.onnx.AttributeProto

AttributeProtoLens

implicit class AttributeProtoLens[UpperPB] extends ObjectLens[UpperPB, AttributeProto]

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

Instance Constructors

  1. new AttributeProtoLens(_l: Lens[UpperPB, AttributeProto])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: AttributeProto): 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[AttributeProto, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def docString: Lens[UpperPB, String]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def f: Lens[UpperPB, Float]
  12. def field[A](getter: (AttributeProto) => A)(setter: (AttributeProto, A) => AttributeProto): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[AttributeProto, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def floats: Lens[UpperPB, Seq[Float]]
  15. def g: Lens[UpperPB, GraphProto]
  16. def get(u: UpperPB): AttributeProto
    Definition Classes
    ObjectLens → Lens
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def graphs: Lens[UpperPB, Seq[GraphProto]]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def i: Lens[UpperPB, Long]
  21. def ints: Lens[UpperPB, Seq[Long]]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def modify(f: (AttributeProto) => AttributeProto): Mutation[UpperPB]
    Definition Classes
    Lens
  24. def name: Lens[UpperPB, String]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def optionalDocString: Lens[UpperPB, Option[String]]
  29. def optionalF: Lens[UpperPB, Option[Float]]
  30. def optionalG: Lens[UpperPB, Option[GraphProto]]
  31. def optionalI: Lens[UpperPB, Option[Long]]
  32. def optionalName: Lens[UpperPB, Option[String]]
  33. def optionalRefAttrName: Lens[UpperPB, Option[String]]
  34. def optionalS: Lens[UpperPB, Option[ByteString]]
  35. def optionalSparseTensor: Lens[UpperPB, Option[SparseTensorProto]]
  36. def optionalT: Lens[UpperPB, Option[TensorProto]]
  37. def optionalType: Lens[UpperPB, Option[AttributeType]]
  38. def refAttrName: Lens[UpperPB, String]
  39. def s: Lens[UpperPB, ByteString]
  40. def set(c: AttributeProto): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  41. def setIfDefined(aOpt: Option[AttributeProto]): Mutation[UpperPB]
    Definition Classes
    Lens
  42. def sparseTensor: Lens[UpperPB, SparseTensorProto]
  43. def sparseTensors: Lens[UpperPB, Seq[SparseTensorProto]]
  44. def strings: Lens[UpperPB, Seq[ByteString]]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def t: Lens[UpperPB, TensorProto]
  47. def tensors: Lens[UpperPB, Seq[TensorProto]]
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def type: Lens[UpperPB, AttributeType]
  50. def update(ms: (Lens[AttributeProto, AttributeProto]) => Mutation[AttributeProto]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (AttributeProto, 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, AttributeProto]

Inherited from Lens[UpperPB, AttributeProto]

Inherited from AnyRef

Inherited from Any

Ungrouped