Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions onnxruntime/core/providers/webnn/builders/helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ static const InlinedHashMap<std::string, std::string> op_map = {
{"Trilu", "triangular"},
{"Unsqueeze", "reshape"},
{"Where", "where"},
{"Xor", "logicalXor"}
};
{"Xor", "logicalXor"}};

inline bool CheckSingleOp(const std::string& op_type, const emscripten::val& wnn_builder,
const WebnnDeviceType device_type) {
Expand Down
Loading