Searched refs:hwc_alpha (Results 1 – 1 of 1) sorted by relevance
1232 Tensor<HWC, DataType::FLOAT32> hwc_alpha; in Parse() local1233 RETURN_IF_ERROR(reader->ReadTensor(1, &hwc_alpha)); in Parse()1234 if (hwc_alpha.shape.h != input_shape.h || in Parse()1235 hwc_alpha.shape.w != input_shape.w || in Parse()1236 hwc_alpha.shape.c != input_shape.c) { in Parse()1240 attr.alpha = std::move(hwc_alpha); in Parse()