Skip to content
Commit 88a64d84 authored by Yuvaraj Venkatesh's avatar Yuvaraj Venkatesh
Browse files

Fix openssf warnings and refactor dumpTensor call



- Updated dumpTensor to use std::ostringstream instead of dynamic format strings
  with fprintf.
- Parsed g_func_config.fp_format (e.g., "0.5") into width and precision using istringstream.
- Applied std::fixed, std::setw, and std::setprecision to format the floating-point
  value safely and consistently.
- Fixed few other openssf warnings.
- Refactor dumpTensor function call.

Change-Id: I8ccbab5ae4afa38803fc053ba5f423840aba50ce
Signed-off-by: default avatarYuvaraj Venkatesh <yuvaraj.venkatesh@arm.com>
parent 02e0abdb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment