Searched defs:NativeLayerNormTestCase (Results 1 – 1 of 1) sorted by relevance
51 struct NativeLayerNormTestCase { struct in OpNativeLayerNormTest52 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;