Packages

final case class Builder[I, O](opType: String, name: String, input: I, addAsIndividualInputs: Boolean = false)(implicit evidence$7: OpInput[I], evidence$8: OpOutput[O]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Builder
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Builder(opType: String, name: String, input: I, addAsIndividualInputs: Boolean = false)(implicit arg0: OpInput[I], arg1: OpOutput[O])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val addAsIndividualInputs: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def build(): Op[I, O]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. val input: I
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val name: String
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val opType: String
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. def setAttribute(name: String, value: InstantiatedFunction[_, _]): Builder[I, O]
  19. def setAttribute(name: String, value: AttrValue): Builder[I, O]
  20. def setAttribute(name: String, value: Array[core.Shape]): Builder[I, O]
  21. def setAttribute(name: String, value: core.Shape): Builder[I, O]
  22. def setAttribute[T](name: String, value: Array[tensors.Tensor[T]]): Builder[I, O]
  23. def setAttribute[T](name: String, value: tensors.Tensor[T]): Builder[I, O]
  24. def setAttribute[T](name: String, value: Array[core.types.DataType[T]]): Builder[I, O]
  25. def setAttribute[T](name: String, value: core.types.DataType[T]): Builder[I, O]
  26. def setAttribute(name: String, value: Array[Boolean]): Builder[I, O]
  27. def setAttribute(name: String, value: Boolean): Builder[I, O]
  28. def setAttribute(name: String, value: Array[Float]): Builder[I, O]
  29. def setAttribute(name: String, value: Float): Builder[I, O]
  30. def setAttribute(name: String, value: Array[Long]): Builder[I, O]
  31. def setAttribute(name: String, value: Long): Builder[I, O]
  32. def setAttribute(name: String, value: Array[String]): Builder[I, O]
  33. def setAttribute(name: String, value: String): Builder[I, O]
  34. def setDevice(device: String): Builder[I, O]
  35. def setGradientFn[GI >: I, GO >: O](gradientFn: GradientFn[I, O, GI, GO])(implicit evGI: OpInput[GI], evGO: OpOutput[GO]): Builder[I, O]
  36. def setGradientFnHelper[GI >: I, GO >: O](gradientFn: Option[GradientFn[I, O, GI, GO]])(implicit evGI: OpInput[GI], evGO: OpOutput[GO]): Builder[I, O]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped