Packages

c

provingground.learning

TensorFlowFatExprEquations

class TensorFlowFatExprEquations extends FatExprEquations

Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorFlowFatExprEquations
  2. FatExprEquations
  3. ExpressionEquationIndexifier
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TensorFlowFatExprEquations(initMap: Map[Expression, Double], equationVec: Vector[Equation], params: TermGenParams, graph: Graph, initVariables: Vector[Expression] = Vector())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TensorFlowFatExprEquations toany2stringadd[TensorFlowFatExprEquations] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TensorFlowFatExprEquations, B)
    Implicit
    This member is added by an implicit conversion from TensorFlowFatExprEquations toArrowAssoc[TensorFlowFatExprEquations] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bilEntries: List[Operand[TFloat32]]
  8. val bilQuotMatrices: Array[Constant[TFloat32]]
  9. val bilQuotRHSEntries: Array[SparseMatMul]
  10. val bilRHS: Operand[TFloat32]
  11. lazy val bilienarQuotient: Array[Array[Array[Float]]]
    Definition Classes
    FatExprEquations
  12. val bilinearMatrices: Array[Constant[TFloat32]]
  13. val bilinearRHSEntries: Array[SparseMatMul]
  14. lazy val bilinearTerms: Array[Array[Array[Float]]]
    Definition Classes
    FatExprEquations
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. val complexRHSTerms: Vector[OneHot[TFloat32]]
  17. lazy val complexTerms: ArrayBuffer[(Int, ProductIndexExpression)]
    Definition Classes
    FatExprEquations
  18. lazy val constantEquations: Set[Int]
  19. def ensuring(cond: (TensorFlowFatExprEquations) => Boolean, msg: => Any): TensorFlowFatExprEquations
    Implicit
    This member is added by an implicit conversion from TensorFlowFatExprEquations toEnsuring[TensorFlowFatExprEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (TensorFlowFatExprEquations) => Boolean): TensorFlowFatExprEquations
    Implicit
    This member is added by an implicit conversion from TensorFlowFatExprEquations toEnsuring[TensorFlowFatExprEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: => Any): TensorFlowFatExprEquations
    Implicit
    This member is added by an implicit conversion from TensorFlowFatExprEquations toEnsuring[TensorFlowFatExprEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): TensorFlowFatExprEquations
    Implicit
    This member is added by an implicit conversion from TensorFlowFatExprEquations toEnsuring[TensorFlowFatExprEquations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val eqnErr: ReduceSum[TFloat32]
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def equationGradients(v: ParSeq[Double]): ParVector[ParVector[Double]]
  27. val equationVec: Vector[Equation]
  28. def fit(steps: Int): Try[(Vector[(Expression, Float)], Float)]
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TensorFlowFatExprEquations toStringFormat[TensorFlowFatExprEquations] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def getProd(exp: Expression): ProductIndexExpression
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. lazy val indexMap: Map[Expression, Int]
  34. lazy val initPar: ParMap[Expression, Double]
  35. lazy val initTermIndices: Vector[Int]
  36. lazy val initTypIndices: Vector[Int]
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. val lhsVec: Slice[TFloat32]
  39. val linearMatrix: Constant[TFloat32]
  40. val linearRHS: Reshape[TFloat32]
  41. lazy val linearTerms: Array[Array[Float]]
    Definition Classes
    FatExprEquations
  42. def mapToIndexMap[V](m: Map[Expression, V]): Map[Int, V]
  43. val mismatch: Add[TFloat32]
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def nextTraceSet(current: Set[Set[Int]], relativeTo: Set[Int]): Set[Set[Int]]
  46. def nextTraceVector(current: Vector[Vector[Int]]): Vector[Vector[Int]]
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. val numVars: Int
  50. val optimizer: Adam
  51. def orthonormalGradients(v: ParSeq[Double], cutoff: Double = 0.0): ParVector[ParVector[Double]]
  52. val pCol: Reshape[TFloat32]
  53. val pRow: Reshape[TFloat32]
  54. val pVec: Sigmoid[TFloat32]
  55. def prodOp(prod: ProductIndexExpression): Option[Operand[TFloat32]]
  56. def proofData(typ: Typ[Term]): Vector[(Int, Equation)]
  57. def ps(n: Int): Operand[TFloat32]
  58. def quickCheck(): Try[Tensor[TFloat32]]
  59. lazy val randomVarIndices: ParVector[Vector[Int]]
  60. def ratioDiff(x: Operand[TFloat32], y: Operand[TFloat32]): Operand[TFloat32]
  61. final def recTraceSet(current: Set[Set[Int]], depth: Int, relativeTo: Set[Int], accum: Set[Set[Int]]): Set[Set[Int]]
    Definition Classes
    ExpressionEquationIndexifier
    Annotations
    @tailrec()
  62. lazy val rhsExprs: Vector[SumIndexExpression]
  63. lazy val rhsExprsPar: ParVector[SumIndexExpression]
  64. def rhsInvolves(js: Set[Int]): Set[Int]
  65. val rhsVec: Operand[TFloat32]
  66. val shift: Op
  67. def simplify(exp: Expression): SumIndexExpression
  68. lazy val size: Int
  69. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  70. lazy val termIndexVec: Vector[(Term, Int)]
  71. lazy val termIndices: Vector[Int]
  72. val tf: Ops
  73. lazy val thmPfIndices: Map[Int, Vector[Int]]
  74. def toString(): String
    Definition Classes
    AnyRef → Any
  75. val totProbErr: Operand[TFloat32]
  76. lazy val totalProbEquations: ParVector[ParVector[Double]]
  77. val totalProbEquationsOp: Vector[(Operand[TFloat32], Operand[TFloat32])]
  78. val totalProbMatrix: Array[Array[Float]]
    Definition Classes
    FatExprEquations
  79. def traceIndices(j: Int, depth: Int): Vector[Int]
  80. def traceSet(elem: Expression, depth: Int, relativeTo: Set[Int]): Set[Set[Int]]
  81. lazy val typIndexVec: Vector[(Typ[Term], Int)]
  82. lazy val typIndices: Vector[Int]
  83. lazy val varVec: Vector[Expression]
  84. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  86. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  87. val xVec: Variable[TFloat32]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (TensorFlowFatExprEquations, B)
    Implicit
    This member is added by an implicit conversion from TensorFlowFatExprEquations toArrowAssoc[TensorFlowFatExprEquations] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from FatExprEquations

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTensorFlowFatExprEquations to any2stringadd[TensorFlowFatExprEquations]

Inherited by implicit conversion StringFormat fromTensorFlowFatExprEquations to StringFormat[TensorFlowFatExprEquations]

Inherited by implicit conversion Ensuring fromTensorFlowFatExprEquations to Ensuring[TensorFlowFatExprEquations]

Inherited by implicit conversion ArrowAssoc fromTensorFlowFatExprEquations to ArrowAssoc[TensorFlowFatExprEquations]

Ungrouped