Searched refs:select_user_tf_ops (Results 1 – 6 of 6) sorted by relevance
485 select_user_tf_ops=None, argument622 if select_user_tf_ops:623 conversion_flags.select_user_tf_ops.extend(select_user_tf_ops)
42 extern llvm::cl::opt<std::string> select_user_tf_ops;
163 if (!select_user_tf_ops.empty() && !emit_select_tf_ops) { in main()290 (llvm::StringRef(select_user_tf_ops)) in main()
117 opt<std::string> select_user_tf_ops( variable
510 select_user_tf_ops_(toco_flags.select_user_tf_ops().begin(), in Translator()511 toco_flags.select_user_tf_ops().end()), in Translator()
233 repeated string select_user_tf_ops = 33; field