com
.
thoughtworks
.
compute
.
Tensors
MemoryTrees
Related Doc:
package Tensors
trait
MemoryTrees
extends
AllTrees
Source
Tensors.scala
Linear Supertypes
AllTrees
,
AllExpressions
,
ArrayTrees
,
Arrays
,
FloatTrees
,
Floats
,
TupleTrees
,
Tuples
,
ValueTrees
,
Trees
,
Values
,
Expressions
,
AnyRef
,
Any
Type Hierarchy
MemoryTrees
AllTrees
Ordering
Grouped
Alphabetic
By Inheritance
Inherited
MemoryTrees
AllTrees
AllExpressions
ArrayTrees
Arrays
FloatTrees
Floats
TupleTrees
Tuples
ValueTrees
Trees
Values
Expressions
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Type Members
final
case class
Abs
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
class
AlphaConversionContext
extends
IdentityHashMap
[
Tree
,
Tree
]
Definition Classes
Trees
final
case class
Apply
[
LocalElement <:
ValueTerm
]
(
tuple:
TupleTree
[
LocalElement
]
,
index:
Int
)
extends
Operator
with
Product
with
Serializable
Definition Classes
TupleTrees
Annotations
@silent
()
final
case class
ArrayParameter
[
LocalElement <:
ValueTerm
]
(
id:
Any
,
padding:
ArrayTrees.Tree
{ type TermIn[C <: ArrayTrees.this.Category] = LocalElement#TermIn[C] }
,
shape:
Array
[
Int
]
)
extends
Parameter
with
Product
with
Serializable
Definition Classes
ArrayTrees
Annotations
@silent
()
abstract
type
ArraySingleton
<:
TreeArraySingleton
Definition Classes
ArrayTrees
→
Arrays
trait
ArraySingletonApi
extends
AnyRef
Attributes
protected
Definition Classes
Arrays
abstract
type
ArrayTerm
<:
Term
with
ArrayTreeTerm
Definition Classes
ArrayTrees
→
Arrays
trait
ArrayTermApi
extends
TermApi
Attributes
protected
Definition Classes
Arrays
type
ArrayTree
[
LocalElement <:
ValueTerm
]
=
Tree
{ type TermIn[C <: MemoryTrees.this.Category] = C#ArrayTerm{type Element = LocalElement#TermIn[C]} }
Definition Classes
ArrayTrees
trait
ArrayTreeTerm
extends
ArrayTermApi
with
TreeTerm
Attributes
protected
Definition Classes
ArrayTrees
abstract
type
Category
>:
MemoryTrees
.this.type <:
Tuples
with
Floats
with
Arrays
Definition Classes
AllExpressions
→
Arrays
→
Floats
→
Tuples
→
Values
→
Expressions
final
case class
Concatenate
[
Element0 <:
ValueTerm
]
(
elementTrees:
Seq
[
TupleTrees.Tree
{ type TermIn[C <: TupleTrees.this.Category] = Element0#TermIn[C] }]
)
extends
Operator
with
Product
with
Serializable
Definition Classes
TupleTrees
Annotations
@silent
()
final
case class
Div
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
trait
ElementTermApi
extends
ValueTermApi
Attributes
protected
Definition Classes
Arrays
trait
ElementTreeTerm
extends
ElementTermApi
with
ValueTreeTerm
Attributes
protected
Definition Classes
ArrayTrees
final
case class
Exp
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
class
ExportContext
extends
IdentityHashMap
[
Tree
,
Expressions.Category.Term
]
Definition Classes
Trees
trait
ExpressionApi
extends
AnyRef
Attributes
protected
Definition Classes
Expressions
final
case class
Extract
[
LocalElement <:
ValueTerm
]
(
array:
ArrayTree
[
LocalElement
]
)
extends
Operator
with
Product
with
Serializable
Definition Classes
ArrayTrees
Annotations
@silent
()
final
case class
Fill
[
LocalElement <:
ValueTerm
]
(
element:
ArrayTrees.Tree
{ type TermIn[C <: ArrayTrees.this.Category] = LocalElement#TermIn[C] }
)
extends
Operator
with
Product
with
Serializable
Definition Classes
ArrayTrees
Annotations
@silent
()
trait
FloatExpressionApi
extends
ValueExpressionApi
Attributes
protected
Definition Classes
Floats
final
case class
FloatLiteral
(
value:
Float
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
trait
FloatOperator
extends
Operator
Attributes
protected
Definition Classes
FloatTrees
final
case class
FloatParameter
(
id:
Any
)
extends
Parameter
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
abstract
type
FloatTerm
<:
ValueTerm
with
FloatTreeTerm
Definition Classes
FloatTrees
→
Floats
trait
FloatTermApi
extends
ValueTermApi
with
FloatExpressionApi
Attributes
protected
Definition Classes
Floats
type
FloatTree
=
Tree
{ type TermIn[C <: MemoryTrees.this.Category] = C#FloatTerm }
Attributes
protected
Definition Classes
FloatTrees
trait
FloatTreeTerm
extends
FloatTermApi
with
ValueTreeTerm
with
FloatExpressionApi
Attributes
protected
Definition Classes
FloatTrees
trait
FloatTreeType
extends
ValueTreeType
with
FloatTypeApi
Attributes
protected
Definition Classes
FloatTrees
abstract
type
FloatType
<:
ValueType
with
MemoryFloatType
Definition Classes
MemoryTrees
→
FloatTrees
→
Floats
trait
FloatTypeApi
extends
ValueSingletonApi
with
FloatExpressionApi
Attributes
protected
Definition Classes
Floats
final
class
HashCodeContext
extends
IdentityHashMap
[
Tree
,
Int
]
Definition Classes
Trees
final
case class
Log
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
case class
Max
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
trait
MemoryFloatType
extends
FloatTreeType
with
MemoryValueType
Attributes
protected
trait
MemoryTupleType
extends
TupleTreeType
with
MemoryValueType
Attributes
protected
trait
MemoryValueType
extends
ValueTreeType
Attributes
protected
final
case class
Min
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
case class
Minus
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
trait
Operator
extends
Tree
Definition Classes
Trees
trait
Parameter
extends
Tree
Definition Classes
Trees
final
case class
Percent
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
case class
Plus
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
case class
Sqrt
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
class
StructuralComparisonContext
extends
IdentityHashMap
[
Tree
,
Tree
]
Definition Classes
Trees
final
case class
Tanh
(
operand0:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
abstract
type
Term
<:
TreeTerm
Definition Classes
Trees
→
Expressions
trait
TermApi
extends
ExpressionApi
Attributes
protected
Definition Classes
Expressions
final
case class
Times
(
operand0:
FloatTree
,
operand1:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
case class
Transform
[
LocalElement <:
ValueTerm
]
(
array:
ArrayTree
[
LocalElement
]
,
matrix:
MatrixData
)
extends
Operator
with
Product
with
Serializable
Definition Classes
ArrayTrees
Annotations
@silent
()
trait
Tree
extends
Product
Definition Classes
Trees
trait
TreeArraySingleton
extends
ArraySingletonApi
Attributes
protected
Definition Classes
ArrayTrees
trait
TreeTerm
extends
ExpressionApi
with
TermApi
Attributes
protected
Definition Classes
Trees
trait
TreeTupleSingleton
extends
TupleSingletonApi
Attributes
protected
Definition Classes
TupleTrees
trait
TupleExpressionApi
extends
ValueExpressionApi
Attributes
protected
Definition Classes
Tuples
final
case class
TupleParameter
(
id:
Any
,
elementType:
TupleTrees.ValueType
,
length:
Int
)
extends
Parameter
with
Product
with
Serializable
Definition Classes
TupleTrees
Annotations
@silent
()
abstract
type
TupleSingleton
<:
TreeTupleSingleton
Definition Classes
TupleTrees
→
Tuples
trait
TupleSingletonApi
extends
AnyRef
Attributes
protected
Definition Classes
Tuples
abstract
type
TupleTerm
<:
ValueTerm
with
TupleTreeTerm
Definition Classes
TupleTrees
→
Tuples
trait
TupleTermApi
extends
ValueTermApi
with
TupleExpressionApi
Attributes
protected
Definition Classes
Tuples
type
TupleTree
[
LocalElement <:
ValueTerm
]
=
Tree
{ type TermIn[C <: MemoryTrees.this.Category] = C#TupleTerm{type Element = LocalElement#TermIn[C]} }
Definition Classes
TupleTrees
trait
TupleTreeTerm
extends
ValueTreeTerm
with
TupleTermApi
Attributes
protected
Definition Classes
TupleTrees
trait
TupleTreeType
extends
TupleTypeApi
with
ValueTreeType
Attributes
protected
Definition Classes
TupleTrees
abstract
type
TupleType
<:
ValueType
with
MemoryTupleType
Definition Classes
MemoryTrees
→
TupleTrees
→
Tuples
trait
TupleTypeApi
extends
ValueTypeApi
with
TupleExpressionApi
Attributes
protected
Definition Classes
Tuples
abstract
type
Type
<:
TypeApi
Definition Classes
Expressions
trait
TypeApi
extends
ExpressionApi
Attributes
protected
Definition Classes
Expressions
final
case class
UnaryMinus
(
operand:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
final
case class
UnaryPlus
(
operand:
FloatTree
)
extends
FloatOperator
with
Product
with
Serializable
Definition Classes
FloatTrees
Annotations
@silent
()
trait
ValueExpressionApi
extends
ExpressionApi
Attributes
protected
Definition Classes
Values
trait
ValueSingletonApi
extends
ValueTypeApi
Attributes
protected
Definition Classes
Values
abstract
type
ValueTerm
<:
Term
with
ElementTreeTerm
Definition Classes
ArrayTrees
→
ValueTrees
→
Arrays
→
Values
trait
ValueTermApi
extends
TermApi
with
ValueExpressionApi
Attributes
protected
Definition Classes
Values
trait
ValueTreeTerm
extends
TermApi
with
ValueTermApi
Attributes
protected
Definition Classes
ValueTrees
trait
ValueTreeType
extends
ValueTypeApi
Attributes
protected
Definition Classes
ValueTrees
abstract
type
ValueType
<:
Type
with
MemoryValueType
Definition Classes
MemoryTrees
→
ValueTrees
→
Values
trait
ValueTypeApi
extends
ValueExpressionApi
Attributes
protected
Definition Classes
Values
Abstract Value Members
abstract
val
array
:
Implicitly
[
ArraySingleton
]
Definition Classes
Arrays
Annotations
@inject
()
abstract
def
arrayTermFactory
[
LocalElement <:
ValueTerm
]
:
Factory2
[
ValueType
,
Tree
,
ArrayTerm
{ type Element = LocalElement }]
Attributes
protected
Definition Classes
ArrayTrees
Annotations
@inject
()
abstract
val
float
:
Implicitly
[
FloatType
]
Definition Classes
Floats
Annotations
@inject
()
abstract
val
tuple
:
Implicitly
[
TupleSingleton
]
Definition Classes
Tuples
Annotations
@inject
()
abstract
def
tupleTermFactory
[
LocalElement <:
ValueTerm
]
:
Factory3
[
ValueType
,
Int
,
Tree
,
TupleTerm
{ type Element = LocalElement }]
Attributes
protected
Definition Classes
TupleTrees
Annotations
@inject
()
abstract
def
tupleTreeTypeFactory
[
LocalElement <:
ValueTerm
]
:
Factory2
[
ValueType
,
Int
,
TupleType
{ type Element = LocalElement }]
Attributes
protected
Definition Classes
TupleTrees
Annotations
@inject
()
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
MemoryTrees
to
any2stringadd
[
MemoryTrees
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
MemoryTrees
,
B
)
Implicit information
This member is added by an implicit conversion from
MemoryTrees
to
ArrowAssoc
[
MemoryTrees
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
ensuring
(
cond: (
MemoryTrees
) ⇒
Boolean
,
msg: ⇒
Any
)
:
MemoryTrees
Implicit information
This member is added by an implicit conversion from
MemoryTrees
to
Ensuring
[
MemoryTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
MemoryTrees
) ⇒
Boolean
)
:
MemoryTrees
Implicit information
This member is added by an implicit conversion from
MemoryTrees
to
Ensuring
[
MemoryTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
MemoryTrees
Implicit information
This member is added by an implicit conversion from
MemoryTrees
to
Ensuring
[
MemoryTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
MemoryTrees
Implicit information
This member is added by an implicit conversion from
MemoryTrees
to
Ensuring
[
MemoryTrees
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
MemoryTrees
to
StringFormat
[
MemoryTrees
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
@throws
(
...
)
def
→
[
B
]
(
y:
B
)
: (
MemoryTrees
,
B
)
Implicit information
This member is added by an implicit conversion from
MemoryTrees
to
ArrowAssoc
[
MemoryTrees
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
AllTrees
Inherited from
AllExpressions
Inherited from
ArrayTrees
Inherited from
Arrays
Inherited from
FloatTrees
Inherited from
Floats
Inherited from
TupleTrees
Inherited from
Tuples
Inherited from
ValueTrees
Inherited from
Trees
Inherited from
Values
Inherited from
Expressions
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
MemoryTrees
to
any2stringadd
[
MemoryTrees
]
Inherited by implicit conversion StringFormat from
MemoryTrees
to
StringFormat
[
MemoryTrees
]
Inherited by implicit conversion Ensuring from
MemoryTrees
to
Ensuring
[
MemoryTrees
]
Inherited by implicit conversion ArrowAssoc from
MemoryTrees
to
ArrowAssoc
[
MemoryTrees
]
AST
Ungrouped