Class

io.hydrosphere.serving.tensorflow.tensor.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 boolVal: Lens[UpperPB, Seq[Boolean]]

    Permalink
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  9. def dcomplexVal: Lens[UpperPB, Seq[Double]]

    Permalink
  10. def doubleVal: Lens[UpperPB, Seq[Double]]

    Permalink
  11. def dtype: Lens[UpperPB, DataType]

    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 floatVal: 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 halfVal: Lens[UpperPB, Seq[Int]]

    Permalink
  21. def hashCode(): Int

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

    Permalink
  23. def intVal: Lens[UpperPB, Seq[Int]]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mapVal: Lens[UpperPB, Seq[MapTensorData]]

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

    Permalink
    Definition Classes
    Lens
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def optionalTensorShape: Lens[UpperPB, Option[TensorShapeProto]]

    Permalink
  31. def scomplexVal: Lens[UpperPB, Seq[Float]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def tensorContent: Lens[UpperPB, ByteString]

    Permalink
  36. def tensorShape: Lens[UpperPB, TensorShapeProto]

    Permalink
  37. def toString(): String

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

    Permalink
  39. def uint64Val: Lens[UpperPB, Seq[Long]]

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

    Permalink
    Definition Classes
    ObjectLens
  41. def variantVal: Lens[UpperPB, Seq[VariantTensorDataProto]]

    Permalink
  42. def versionNumber: Lens[UpperPB, Int]

    Permalink
  43. final def wait(): Unit

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

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

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