Skip to content

Commit

Permalink
reduce iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhixie committed Jun 27, 2018
1 parent 7c0a0f0 commit 635ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/saber/bm/test_saber_func_softmax_BM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TEST(TestSaberFuncSoftmaxBM, test_func_softmax_BM) {

typedef TensorDf4::Dtype dtype;

int test_iter = 1000;
int test_iter = 10;

int softmax_axis = 3; // channel
int w_in = 3;
Expand Down

0 comments on commit 635ff42

Please sign in to comment.