Skip to content

Commit

Permalink
adjust with styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mbencer committed Dec 11, 2024
1 parent f6e7bcd commit 1cc0ad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ inline void initConsts(const ir::Operands &operands,
return;
const bool can_be_initialized_as_const = operand.isConstant() || has_const_shared_memory;
if (!can_be_initialized_as_const)
// tensor currently processed not a const and source memory tensor (if exists) also not a const
// tensor currently processed not a const and source memory tensor (if exists) not a const too
return;

auto tensor = tensor_registry->getNativeITensor(ind);
Expand Down

0 comments on commit 1cc0ad9

Please sign in to comment.