Class

io.hydrosphere.serving.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 dataType: Lens[UpperPB, DataType]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def field[A](getter: (TensorProto) ⇒ A)(setter: (TensorProto, A) ⇒ TensorProto): Lens[UpperPB, A]

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

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

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

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

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

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

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

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def modify(f: (TensorProto) ⇒ TensorProto): 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 optionalSegment: Lens[UpperPB, Option[Segment]]

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

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

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

    Permalink
    Definition Classes
    ObjectLens → Lens
  33. def stringData: Lens[UpperPB, Seq[ByteString]]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. 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