Searched defs:trans_list (Results 1 – 2 of 2) sorted by relevance
78 struct trans_list { struct79 int i;80 char *a;81 struct nl_list_head list;
170 std::vector<std::shared_ptr<TensorTransform>> trans_list = {decode, resize, centercrop}; in TEST_F() local222 …std::vector<std::shared_ptr<TensorTransform>> trans_list = {decode, resize, centercrop, normalize}; in TEST_F() local