fix comment/doc in TensorLoad (#3646)
authorLuis Vega <vegaluisjose@users.noreply.github.com>
Sun, 28 Jul 2019 23:18:34 +0000 (16:18 -0700)
committereqy <eddieyan101@gmail.com>
Sun, 28 Jul 2019 23:18:34 +0000 (16:18 -0700)
vta/hardware/chisel/src/main/scala/core/TensorLoad.scala

index 7f06f9750ebb8439d117822336f0eb95e4a2d327..968edab57494e008f2396b112a858679cdf63627 100644 (file)
@@ -24,7 +24,7 @@ import chisel3.util._
 import vta.util.config._
 import vta.shell._
 
-/** TensorStore.
+/** TensorLoad.
   *
   * Load 1D and 2D tensors from main memory (DRAM) to input/weight
   * scratchpads (SRAM). Also, there is support for zero padding, while