-
[Compilation Warning Fix] comparison between signed and unsigned integer expressions (#807) · f0f696ee
The compilation warning is fixed. src/runtime/graph/graph_runtime.cc:392:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CHECK(data_byte_size == size) ~~~~~~~~~~~~~~~^~~~ /mnt/D_DRIVE/work/nnvm_22_Jan/nnvm_latest/tvm/dmlc-core/include/dmlc/logging.h:109:9: note: in definition of macro ‘CHECK’ if (!(x)) \ ^
Siju Samuel committed
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
graph_runtime.cc | Loading commit data... | |
graph_runtime.h | Loading commit data... |