Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Mar 5, 2024
1 parent 02e23d0 commit e4a684a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,8 @@ public void inferTensorTensorParameters(TensorTypeAnalysis analysis, CallGraph c

// check a special case where we consider type hints.
boolean followTypeHints = this.getAlwaysFollowTypeHints() || this.getHybridizationParameters() != null
&& this.getHybridizationParameters().getExperimentalFollowTypeHintsParamExists(); // TODO: Actually get the
// value here (#111).
// TODO: Actually get the value here (#111).
&& this.getHybridizationParameters().getExperimentalFollowTypeHintsParamExists();

// if we are considering type hints.
if (followTypeHints) {
Expand Down

0 comments on commit e4a684a

Please sign in to comment.