Skip to content

Commit f8f351c

Browse files
committed
d
1 parent ce52ed7 commit f8f351c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/coreml/builders/impl/cast_op_builder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ bool CastOpBuilder::IsOpSupportedFused(const Node& node, const OpBuilderInputPar
119119
return true;
120120
}
121121

122-
bool CastOpBuilder::HasSupportedInputsImpl(const Node& node, const OpBuilderInputParams& [[maybe_unused]]input_params,
122+
bool CastOpBuilder::HasSupportedInputsImpl(const Node& node, [[maybe_unused]] const OpBuilderInputParams& input_params,
123123
const logging::Logger& logger) const {
124124
// We only check the type of input 0
125125
const auto& input = *node.InputDefs()[0];

0 commit comments

Comments
 (0)