Class

io.hydrosphere.serving.onnx.onnx.AttributeProto

AttributeProtoLens

Related Doc: package AttributeProto

Permalink

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

Instance Constructors

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

    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: AttributeProto): 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[AttributeProto, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  8. def docString: Lens[UpperPB, String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def f: Lens[UpperPB, Float]

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

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

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

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

    Permalink
  16. def g: Lens[UpperPB, GraphProto]

    Permalink
  17. def get(u: UpperPB): AttributeProto

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def graphs: Lens[UpperPB, Seq[GraphProto]]

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def i: Lens[UpperPB, Long]

    Permalink
  22. def ints: Lens[UpperPB, Seq[Long]]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def optionalG: Lens[UpperPB, Option[GraphProto]]

    Permalink
  30. def optionalT: Lens[UpperPB, Option[TensorProto]]

    Permalink
  31. def refAttrName: Lens[UpperPB, String]

    Permalink
  32. def s: Lens[UpperPB, ByteString]

    Permalink
  33. def set(c: AttributeProto): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  34. def strings: Lens[UpperPB, Seq[ByteString]]

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

    Permalink
    Definition Classes
    AnyRef
  36. def t: Lens[UpperPB, TensorProto]

    Permalink
  37. def tensors: Lens[UpperPB, Seq[TensorProto]]

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def type: Lens[UpperPB, AttributeType]

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

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

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

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

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

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, AttributeProto]

Inherited from Lens[UpperPB, AttributeProto]

Inherited from AnyRef

Inherited from Any

Ungrouped