Searched defs:LrnModel1 (Results 1 – 1 of 1) sorted by relevance
25 struct LrnModel1 { struct26 const std::vector<int32_t> tensor_shape = {1, 3, 2, 2};28 int64_t depthRadiusValue[1] = {1};29 float alphaValue[1] = {0.0001};53 * @tc.desc: LrnModel1模型build测试 argument61 LrnModel1 lrnModel; argument