Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/kernels/test/
H A Dop_native_layer_norm_test.cpp51 struct NativeLayerNormTestCase { struct in OpNativeLayerNormTest
52 using ctype = typename TensorFactory<DTYPE>::ctype;
56 const std::string title;
58 const std::vector<int32_t> sizes;
60 const std::vector<ctype> input_data;
62 const std::vector<int32_t> normalized_shape;
64 const std::vector<ctype> weight_data;
66 const std::vector<ctype> bias_data;
68 const ctype eps;
70 const std::vector<ctype> expected_data;