Searched defs: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() function46 const OpDef::AttrDef& op_def_attr;47 const ApiDef::Attr& api_def_attr;
224 TEST(TsOpGenTest, OpAttrs) { in TEST() argument