Trait

org.emergentorder.onnx

Dropout

Related Doc: package onnx

Permalink

trait Dropout extends Operator

Linear Supertypes
Operator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dropout
  2. Operator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def callOp[T, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17](name: String, opName: String, inputs: (T, T1, T2, T3, T4, T5, T6, T7, T8), attrs: Map[String, Any])(implicit arg0: ClassTag[T], arg1: ClassTag[T1], arg2: ClassTag[T2], arg3: ClassTag[T3], arg4: ClassTag[T4], arg5: ClassTag[T5], arg6: ClassTag[T6], arg7: ClassTag[T7], arg8: ClassTag[T8], arg9: ClassTag[T9], arg10: ClassTag[T10], arg11: ClassTag[T11], arg12: ClassTag[T12], arg13: ClassTag[T13], arg14: ClassTag[T14], arg15: ClassTag[T15], arg16: ClassTag[T16], arg17: ClassTag[T17]): T9

    Permalink
    Definition Classes
    Operator

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Dropout1[T](name: String, consumed_inputs: Option[Array[Int]] = None, is_test: Option[Int] = None, ratio: Option[Float] = None, data: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) ⇒ Nothing with (Float) ⇒ Nothing with (Double) ⇒ Nothing with (UNil) ⇒ Nothing) ⇒ Nothing]): Tensor[T]

    Permalink
  5. def Dropout10[T, T1](name: String, ratio: Option[Float] = None, data: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], arg2: Numeric[T1], arg3: ClassTag[T1], evT: Contains[T, ((Float16) ⇒ Nothing with (Float) ⇒ Nothing with (Double) ⇒ Nothing with (UNil) ⇒ Nothing) ⇒ Nothing], evT1: Contains[T1, ((Boolean) ⇒ Nothing with (UNil) ⇒ Nothing) ⇒ Nothing]): Tensor[T]

    Permalink
  6. def Dropout6[T](name: String, is_test: Option[Int] = None, ratio: Option[Float] = None, data: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) ⇒ Nothing with (Float) ⇒ Nothing with (Double) ⇒ Nothing with (UNil) ⇒ Nothing) ⇒ Nothing]): Tensor[T]

    Permalink
  7. def Dropout7[T](name: String, ratio: Option[Float] = None, data: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) ⇒ Nothing with (Float) ⇒ Nothing with (Double) ⇒ Nothing with (UNil) ⇒ Nothing) ⇒ Nothing]): Tensor[T]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Operator

Inherited from AnyRef

Inherited from Any

Ungrouped