Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0720ef0

Browse files
committedOct 7, 2023
Capitalize letters in comments
Signed-off-by: UENO M. <eunosium-1128@live.jp>
1 parent b8c20a9 commit 0720ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tensorflow/core/util/mkl_util.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ class MklPrimitiveFactory {
19301930
!port::TestCPUFeature(port::CPUFeature::AVX2));
19311931
}
19321932

1933-
/// function to check whether primitive memory optimization is enabled
1933+
/// Function to check whether primitive memory optimization is enabled
19341934
static inline bool IsPrimitiveMemOptEnabled() {
19351935
bool is_primitive_mem_opt_enabled = true;
19361936
TF_CHECK_OK(ReadBoolFromEnvVar("TF_MKL_OPTIMIZE_PRIMITIVE_MEMUSE", true,
@@ -2107,7 +2107,7 @@ class MklReorderPrimitiveFactory : public MklPrimitiveFactory<T> {
21072107
}
21082108
};
21092109

2110-
/// function to find(or create) a reorder from memory pointed by
2110+
/// Function to find(or create) a reorder from memory pointed by
21112111
/// from to memory pointed by to, it will created primitive or
21122112
/// get primitive from pool if it is cached.
21132113
/// Returns the primitive.

0 commit comments

Comments
 (0)
Please sign in to comment.