File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -880,8 +880,6 @@ struct PD_INFER_DECL AnalysisConfig {
880880 // /
881881 // / \brief Set the cache capacity of different input shapes for OneDNN.
882882 // / Default value 0 means not caching any shape.
883- // / Please see MKL-DNN Data Caching Design Document:
884- // / https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
885883 // /
886884 // / \param capacity The cache capacity.
887885 // /
@@ -909,8 +907,6 @@ struct PD_INFER_DECL AnalysisConfig {
909907 // /
910908 // / \brief Set the cache capacity of different input shapes for OneDNN.
911909 // / Default value 0 means not caching any shape.
912- // / Please see MKL-DNN Data Caching Design Document:
913- // / https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
914910 // /
915911 // / \param capacity The cache capacity.
916912 // /
Original file line number Diff line number Diff line change @@ -516,8 +516,6 @@ PADDLE_CAPI_EXPORT extern void PD_ConfigEnableONEDNN(
516516///
517517/// \brief Set the cache capacity of different input shapes for OneDNN.
518518/// Default value 0 means not caching any shape.
519- /// Please see MKL-DNN Data Caching Design Document:
520- /// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
521519///
522520/// \param[in] pd_config config
523521/// \param[in] capacity The cache capacity.
@@ -527,8 +525,6 @@ PADDLE_CAPI_EXPORT extern void PD_ConfigSetMkldnnCacheCapacity(
527525///
528526/// \brief Set the cache capacity of different input shapes for OneDNN.
529527/// Default value 0 means not caching any shape.
530- /// Please see MKL-DNN Data Caching Design Document:
531- /// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
532528///
533529/// \param[in] pd_config config
534530/// \param[in] capacity The cache capacity.
Original file line number Diff line number Diff line change @@ -525,8 +525,6 @@ func (config *Config) EnableONEDNN() {
525525///
526526/// \brief Set the cache capacity of different input shapes for OneDNN.
527527/// Default value 0 means not caching any shape.
528- /// Please see MKL-DNN Data Caching Design Document:
529- /// https://github.com/PaddlePaddle/FluidDoc/blob/develop/doc/fluid/design/mkldnn/caching/caching.md
530528///
531529/// \param capacity The cache capacity.
532530///
You can’t perform that action at this time.
0 commit comments