Searched defs:op_types (Results 1 – 9 of 9) sorted by relevance
43 enum op_types { read_op = 0, write_op = 1, except_op = 2, enum in asio::detail::select_reactor
41 def op_type(op_types, op=None): argument
208 const std::set<string>& op_types = node->node->op_types(); in FormatNode() local
302 std::set<string> op_types = node->node->op_types(); in FormatNode() local
689 const std::set<string>& op_types() const { return op_types_; } in op_types() function855 const std::set<string>& op_types() const { return op_types_; } in op_types() function
678 std::set<string> op_types = node->node->op_types(); in FormatNode() local
84 repeated string op_types = 5; field
1406 sljit_u32 op_types,1526 sljit_u32 op_types,
1399 const GraphDef& graph_def, const std::unordered_set<string>& op_types) { in BuildNodeMapFromOpTypes()