Searched refs:OpAttrs (Results 1 – 2 of 2) sorted by relevance
42 struct OpAttrs { struct43 OpAttrs(const OpDef::AttrDef& op_def_attr, const ApiDef::Attr& api_def_attr) in OpAttrs() argument79 std::vector<OpAttrs> op_attrs_;140 op_attrs_.push_back(OpAttrs(op_def_.attr(i), api_def_.attr(i))); in ProcessAttrs()
224 TEST(TsOpGenTest, OpAttrs) { in TEST() argument