aboutsummaryrefslogtreecommitdiff
path: root/tests/TensorLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TensorLibrary.h')
-rw-r--r--tests/TensorLibrary.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/TensorLibrary.h b/tests/TensorLibrary.h
index 3fb593c886..b0a0556583 100644
--- a/tests/TensorLibrary.h
+++ b/tests/TensorLibrary.h
@@ -501,11 +501,6 @@ void TensorLibrary::fill_tensor_uniform(T &&tensor, std::random_device::result_t
}
#if ARM_COMPUTE_ENABLE_FP16
case DataType::F16:
- {
- std::uniform_real_distribution<float> distribution_f16(-1000.f, 1000.f);
- fill(tensor, distribution_f16, seed_offset);
- break;
- }
#endif /* ARM_COMPUTE_ENABLE_FP16 */
case DataType::F32:
{