Skip to content

Commit

Permalink
delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC committed Jan 7, 2025
1 parent 1e87220 commit f93d9ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ static Status ProcessIndicesInput(QnnModelWrapper& qnn_model_wrapper,
std::vector<uint32_t> cast_output_shape(indices_info.shape);
if (qnn_model_wrapper.IsQnnTensorWrapperExist(input_name)) {
LOGS(logger, VERBOSE) << "Tensor already added, skip it: " << input_name;
//input_names.push_back(input_name);
//return Status::OK();
} else {
QnnTensorWrapper input_tensorwrapper(input_name, tensor_type, indices_info.qnn_data_type, QnnQuantParamsWrapper(),
std::move(indices_info.shape), std::move(qnn_indices_bytes));
Expand Down

0 comments on commit f93d9ff

Please sign in to comment.