com
.
thoughtworks
.
compute
.
Tensors
BufferedTensor
Related Doc:
package Tensors
trait
BufferedTensor
extends
Tensor
Source
Tensors.scala
Linear Supertypes
Tensor
,
AnyRef
,
Any
Type Hierarchy
BufferedTensor
Tensor
Ordering
Alphabetic
By Inheritance
Inherited
BufferedTensor
Tensor
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
doBuffer
:
Do
[
PendingBuffer
[
Trees.FloatTrees.FloatTerm.JvmValue
]]
Definition Classes
Tensor
abstract
def
padding
:
Float
Definition Classes
Tensor
abstract
def
shape
:
Array
[
Int
]
Definition Classes
Tensor
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
%
(
rightHandSide:
Tensor
)
:
InlineTensor
Definition Classes
Tensor
def
*
(
rightHandSide:
Tensor
)
:
InlineTensor
Definition Classes
Tensor
def
+
(
rightHandSide:
Tensor
)
:
InlineTensor
Definition Classes
Tensor
def
-
(
rightHandSide:
Tensor
)
:
InlineTensor
Definition Classes
Tensor
def
->
[
B
]
(
y:
B
)
: (
BufferedTensor
,
B
)
Implicit information
This member is added by an implicit conversion from
BufferedTensor
to
ArrowAssoc
[
BufferedTensor
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
def
/
(
rightHandSide:
Tensor
)
:
InlineTensor
Definition Classes
Tensor
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
broadcast
(
newShape:
Array
[
Int
]
)
:
TransformedTensor
Definition Classes
Tensor
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
lazy val
closure
: (
arrayTerm
)#
Element
Attributes
protected
Definition Classes
BufferedTensor
→
Tensor
def
ensuring
(
cond: (
BufferedTensor
) ⇒
Boolean
,
msg: ⇒
Any
)
:
BufferedTensor
Implicit information
This member is added by an implicit conversion from
BufferedTensor
to
Ensuring
[
BufferedTensor
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
BufferedTensor
) ⇒
Boolean
)
:
BufferedTensor
Implicit information
This member is added by an implicit conversion from
BufferedTensor
to
Ensuring
[
BufferedTensor
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
BufferedTensor
Implicit information
This member is added by an implicit conversion from
BufferedTensor
to
Ensuring
[
BufferedTensor
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
BufferedTensor
Implicit information
This member is added by an implicit conversion from
BufferedTensor
to
Ensuring
[
BufferedTensor
] 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
flatArray
:
Do
[
Array
[
Trees.FloatTrees.FloatTerm.JvmValue
]]
Definition Classes
Tensor
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
BufferedTensor
to
StringFormat
[
BufferedTensor
] 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
def
permute
(
dimensions:
Array
[
Int
]
)
:
TransformedTensor
Definition Classes
Tensor
def
reshape
(
newShape:
Array
[
Int
]
)
:
BufferedTensor
Definition Classes
Tensor
def
scale
(
newShape:
Array
[
Int
]
)
:
TransformedTensor
Definition Classes
Tensor
def
sum
:
BufferedTensor
Definition Classes
Tensor
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toBufferedTensor
:
BufferedTensor
Definition Classes
BufferedTensor
→
Tensor
def
toString
()
:
String
Definition Classes
Tensor
→ AnyRef → Any
def
translate
(
offset:
Array
[
Double
]
,
newShape:
Array
[
Int
] =
shape
)
:
TransformedTensor
Definition Classes
Tensor
def
unary_+
:
BufferedTensor
.this.type
Definition Classes
Tensor
def
unary_-
:
InlineTensor
Definition Classes
Tensor
def
unzip
(
dimension:
Int
)
:
IndexedSeq
[
Tensor
]
Definition Classes
Tensor
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
)
: (
BufferedTensor
,
B
)
Implicit information
This member is added by an implicit conversion from
BufferedTensor
to
ArrowAssoc
[
BufferedTensor
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Shadowed Implicit Value Members
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
BufferedTensor
to
any2stringadd
[
BufferedTensor
] performed by method any2stringadd in scala.Predef.
Shadowing
This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a
type ascription
:
(bufferedTensor: any2stringadd[BufferedTensor]).+(other)
Definition Classes
any2stringadd
Inherited from
Tensor
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
BufferedTensor
to
any2stringadd
[
BufferedTensor
]
Inherited by implicit conversion StringFormat from
BufferedTensor
to
StringFormat
[
BufferedTensor
]
Inherited by implicit conversion Ensuring from
BufferedTensor
to
Ensuring
[
BufferedTensor
]
Inherited by implicit conversion ArrowAssoc from
BufferedTensor
to
ArrowAssoc
[
BufferedTensor
]
Ungrouped