Home
last modified time | relevance | path

Searched defs:ClampTestCase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/executorch/kernels/test/
H A Dop_clamp_test.cpp45 struct ClampTestCase { struct in OpClampOutTest
46 using ctype = typename TensorFactory<DTYPE>::ctype;
50 const std::string title;
52 const std::vector<int32_t> sizes;
54 const std::vector<ctype> input_data;
56 const OptScalar min;
58 const OptScalar max;
60 const std::vector<ctype> expected_data;