Home
last modified time | relevance | path

Searched refs:OpAttrs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/js/ops/
Dts_op_gen.cc42 struct OpAttrs { struct
43 OpAttrs(const OpDef::AttrDef& op_def_attr, const ApiDef::Attr& api_def_attr) in OpAttrs() argument
79 std::vector<OpAttrs> op_attrs_;
140 op_attrs_.push_back(OpAttrs(op_def_.attr(i), api_def_.attr(i))); in ProcessAttrs()
Dts_op_gen_test.cc224 TEST(TsOpGenTest, OpAttrs) { in TEST() argument