mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
8 lines
187 B
C++
8 lines
187 B
C++
#include "caffe2/core/tensor.h"
|
|
#include "caffe2/core/flags.h"
|
|
|
|
CAFFE2_DEFINE_bool(
|
|
caffe2_keep_on_shrink,
|
|
true,
|
|
"If set, keeps memory when a tensor is shrinking its size.");
|