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
- Alphabetic
- By Inheritance
Inherited
- Builder
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val addAsIndividualInputs: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(): Op[I, O]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val input: I
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val opType: String
- def setAttribute(name: String, value: InstantiatedFunction[_, _]): Builder[I, O]
- def setAttribute(name: String, value: AttrValue): Builder[I, O]
- def setAttribute(name: String, value: Array[core.Shape]): Builder[I, O]
- def setAttribute(name: String, value: core.Shape): Builder[I, O]
- def setAttribute[T](name: String, value: Array[tensors.Tensor[T]]): Builder[I, O]
- def setAttribute[T](name: String, value: tensors.Tensor[T]): Builder[I, O]
- def setAttribute[T](name: String, value: Array[core.types.DataType[T]]): Builder[I, O]
- def setAttribute[T](name: String, value: core.types.DataType[T]): Builder[I, O]
- def setAttribute(name: String, value: Array[Boolean]): Builder[I, O]
- def setAttribute(name: String, value: Boolean): Builder[I, O]
- def setAttribute(name: String, value: Array[Float]): Builder[I, O]
- def setAttribute(name: String, value: Float): Builder[I, O]
- def setAttribute(name: String, value: Array[Long]): Builder[I, O]
- def setAttribute(name: String, value: Long): Builder[I, O]
- def setAttribute(name: String, value: Array[String]): Builder[I, O]
- def setAttribute(name: String, value: String): Builder[I, O]
- def setDevice(device: String): Builder[I, O]
- def setGradientFn[GI >: I, GO >: O](gradientFn: GradientFn[I, O, GI, GO])(implicit evGI: OpInput[GI], evGO: OpOutput[GO]): Builder[I, O]
- def setGradientFnHelper[GI >: I, GO >: O](gradientFn: Option[GradientFn[I, O, GI, GO]])(implicit evGI: OpInput[GI], evGO: OpOutput[GO]): Builder[I, O]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )