Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
drpngx authored Oct 14, 2018
1 parent 503eee5 commit a5a02c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/api_def/excluded_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const std::unordered_set<std::string>* GetExcludedOps() {
{"BigQueryReader", "GenerateBigQueryReaderPartitions",
"GcsConfigureBlockCache", "GcsConfigureCredentials",
#ifdef INTEL_MKL
// QuatizedFusedOps for Intel CPU
// QuantizedFusedOps for Intel CPU
"QuantizedConv2DAndRequantize", "QuantizedConv2DWithBias",
"QuantizedConv2DWithBiasAndRequantize", "QuantizedConv2DAndRelu",
"QuantizedConv2DAndReluAndRequantize",
Expand Down

0 comments on commit a5a02c6

Please sign in to comment.