[tf.data] Add the kBufferSizeMin
to .cc file to solve some bug.
PiperOrigin-RevId: 333311804 Change-Id: I8b9c6e13c8c40612ab4c08760920ef59a92ce15a
This commit is contained in:
parent
00e23f636c
commit
e38e718a08
@ -45,6 +45,7 @@ namespace data {
|
||||
/* static */ constexpr const char* const PrefetchDatasetOp::kOutputShapes;
|
||||
/* static */ constexpr const char* const PrefetchDatasetOp::kSlackPeriod;
|
||||
/* static */ constexpr const char* const PrefetchDatasetOp::kLegacyAutotune;
|
||||
/* static */ constexpr const char* const PrefetchDatasetOp::kBufferSizeMin;
|
||||
|
||||
// Determines the fraction of slack time by which to delay prefetching of data.
|
||||
constexpr double kSleepFactor = 0.2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user