Skip to content

Commit

Permalink
taos test
Browse files Browse the repository at this point in the history
taos test

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Donghak PARK <[email protected]>
  • Loading branch information
DonghakPark committed Dec 4, 2024
1 parent 0d74457 commit e1370b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nntrainer/models/model_common_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MemorySwap::MemorySwap(bool value) { set(value); }
MemorySwapPath::MemorySwapPath(const std::string &value) { set(value); }

MemorySwapMode::MemorySwapMode(const std::string &value) { set(value); }

// test taos
MemorySwapLookahead::MemorySwapLookahead(const unsigned int &value) {
set(value);
}
Expand Down

0 comments on commit e1370b8

Please sign in to comment.