Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Jul 22, 2024
1 parent db50091 commit 022b666
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Status ConvTransposeOpBuilder::AddToModelBuilderImpl([[maybe_unused]] ModelBuild
const logging::Logger& /*logger*/) const {
#if defined(COREML_ENABLE_MLPROGRAM)
using namespace CoreML::Specification::MILSpec; // NOLINT
const auto& input_defs = node.InputDefs();
const auto& output_defs = node.OutputDefs();
const auto input_defs = node.InputDefs();
const auto output_defs = node.OutputDefs();
const auto& input_name = input_defs[0]->Name();

NodeAttrHelper helper(node);
Expand Down

0 comments on commit 022b666

Please sign in to comment.