Searched refs:weight_transform (Results 1 – 13 of 13) sorted by relevance
78 namespace weight_transform { namespace154 inline std::vector<const weight_transform::ITransform *> get_weight_transforms( in get_weight_transforms()162 std::vector<const weight_transform::ITransform *> weight_transforms; in get_weight_transforms()163 for (auto impl = weight_transform::implementation_list<TWeight, TWinogradIn>(); in get_weight_transforms()263 for (auto weight_transform = weight_transforms.cbegin(); in get_implementation() local264 !success && weight_transform != weight_transforms.cend(); in get_implementation()265 weight_transform++) in get_implementation()269 … if ((*output_transform)->get_input_rows() == (*weight_transform)->get_transformed_tile_rows() && in get_implementation()270 (*output_transform)->get_input_cols() == (*weight_transform)->get_transformed_tile_cols()) in get_implementation()283 dest.weight_transform = *weight_transform; in get_implementation()
32 namespace weight_transform { namespace
30 namespace weight_transform { namespace
33 namespace weight_transform { namespace
95 namespace weight_transform namespace212 const weight_transform::ITransform *weight_transform = nullptr; member
29 namespace weight_transform { namespace
31 namespace weight_transform { namespace
406 _winograd_impl.weight_transform->execute( in prepare()