Modify the default value of nnpack_allocate_outside.

cblas_new
hedaoyuan 8 years ago
parent 06748210d4
commit 891e5dcc48

@ -16,7 +16,7 @@ limitations under the License. */
#include "paddle/function/ConvOp.h"
DEFINE_bool(nnpack_allocate_outside,
false,
true,
"Allocate and free workspace memory outside the NNPACK interface.");
DEFINE_int32(nnpack_num_threads,
0,

Loading…
Cancel
Save