Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyi9801 authored Dec 9, 2024
1 parent 2fc56d3 commit 7bf04f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions onnxruntime/core/providers/webnn/builders/helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,8 @@ bool IsDataTypeSupportedByWebNNOp(const std::string& onnx_op_type,
return false;
}
if (!IsSupportedDataType(onnx_data_type, wnn_limits[webnn_op_type][webnn_input_output_name]["dataTypes"])) {
LOGS(logger, VERBOSE) << "[" << onnx_op_type << "] " << onnx_input_output_name
<< "'s data type: [" << onnx_data_type
<< "] is not supported by WebNN op ["
<< webnn_op_type << "] for now";
LOGS(logger, VERBOSE) << "[" << onnx_op_type << "] " << onnx_input_output_name << "'s data type: ["
<< onnx_data_type << "] is not supported by WebNN op [" << webnn_op_type << "] for now";
return false;
}
return true;
Expand Down

0 comments on commit 7bf04f3

Please sign in to comment.