File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1930,7 +1930,7 @@ class MklPrimitiveFactory {
1930
1930
!port::TestCPUFeature (port::CPUFeature::AVX2));
1931
1931
}
1932
1932
1933
- // / function to check whether primitive memory optimization is enabled
1933
+ // / Function to check whether primitive memory optimization is enabled
1934
1934
static inline bool IsPrimitiveMemOptEnabled () {
1935
1935
bool is_primitive_mem_opt_enabled = true ;
1936
1936
TF_CHECK_OK (ReadBoolFromEnvVar (" TF_MKL_OPTIMIZE_PRIMITIVE_MEMUSE" , true ,
@@ -2107,7 +2107,7 @@ class MklReorderPrimitiveFactory : public MklPrimitiveFactory<T> {
2107
2107
}
2108
2108
};
2109
2109
2110
- // / function to find(or create) a reorder from memory pointed by
2110
+ // / Function to find(or create) a reorder from memory pointed by
2111
2111
// / from to memory pointed by to, it will created primitive or
2112
2112
// / get primitive from pool if it is cached.
2113
2113
// / Returns the primitive.
You can’t perform that action at this time.
0 commit comments