trait TransferAPI extends AnyRef
- Alphabetic
- By Inheritance
- TransferAPI
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
getArg[A](reg: api.Reg[A]): A
Transfer a scalar value from the accelerator to the host through the ArgOut or HostIO
reg
. -
def
getArray[A, C[T]](dram: api.DRAM[A, C])(implicit arg0: api.Bits[A]): api.Tensor1[A]
Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as an Array.Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as an Array. * -
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getMatrix[T](dram: api.DRAM2[T])(implicit arg0: api.Bits[T]): api.Tensor2[T]
Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as a Matrix.Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as a Matrix. * -
def
getMem[A, C[T]](dram: api.DRAM[A, C])(implicit arg0: api.Bits[A]): api.Tensor1[A]
Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as an Array.Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as an Array. * -
def
getTensor3[A](dram: api.DRAM3[A])(implicit arg0: api.Bits[A]): api.Tensor3[A]
Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as a Tensor3.Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as a Tensor3. * -
def
getTensor4[A](dram: api.DRAM4[A])(implicit arg0: api.Bits[A]): api.Tensor4[A]
Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as a Tensor4.Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as a Tensor4. * -
def
getTensor5[A](dram: api.DRAM5[A])(implicit arg0: api.Bits[A]): api.Tensor5[A]
Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as a Tensor5.Transfers
dram
's region of accelerator DRAM to the host's memory and returns the result as a Tensor5. * -
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
def
setArg[A](reg: api.Reg[A], value: api.Bits[A]): api.Void
Transfer a scalar value from the host to the accelerator through the ArgIn or HostIO
reg
. -
def
setArg[A](reg: api.Reg[A], const: Literal): api.Void
Transfer a scalar value from the host to the accelerator through the ArgIn or HostIO
reg
. -
def
setMem[A, C[T]](dram: api.DRAM[A, C], tensor5: api.Tensor5[A])(implicit arg0: api.Bits[A]): api.Void
Transfers the given Tensor5 of
data
from the host's memory todram
's region of accelerator DRAM.Transfers the given Tensor5 of
data
from the host's memory todram
's region of accelerator DRAM. * -
def
setMem[A, C[T]](dram: api.DRAM[A, C], tensor4: api.Tensor4[A])(implicit arg0: api.Bits[A]): api.Void
Transfers the given Tensor4 of
data
from the host's memory todram
's region of accelerator DRAM.Transfers the given Tensor4 of
data
from the host's memory todram
's region of accelerator DRAM. * -
def
setMem[A, C[T]](dram: api.DRAM[A, C], tensor3: api.Tensor3[A])(implicit arg0: api.Bits[A]): api.Void
Transfers the given Tensor3 of
data
from the host's memory todram
's region of accelerator DRAM.Transfers the given Tensor3 of
data
from the host's memory todram
's region of accelerator DRAM. * -
def
setMem[A, C[T]](dram: api.DRAM[A, C], data: api.Tensor2[A])(implicit arg0: api.Bits[A]): api.Void
Transfers the given @Matrix of
data
from the host's memory todram
's region of accelerator DRAM.Transfers the given @Matrix of
data
from the host's memory todram
's region of accelerator DRAM. * -
def
setMem[A, C[T]](dram: api.DRAM[A, C], data: api.Tensor1[A])(implicit arg0: api.Bits[A]): api.Void
Transfers the given @Array of
data
from the host's memory todram
's region of accelerator DRAM.Transfers the given @Array of
data
from the host's memory todram
's region of accelerator DRAM. * -
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
- @native() @throws( ... )