Searched defs:allow_all_select_tf_ops (Results 1 – 7 of 7) sorted by relevance
42 bool allow_all_select_tf_ops = false; member
75 opt<bool> allow_all_select_tf_ops( variable
144 bool emit_select_tf_ops, bool emit_custom_ops, bool allow_all_select_tf_ops, in ConvertTFExecutorToTFLOrFlatbuffer()
493 bool allow_all_select_tf_ops, in Translator()1751 bool emit_custom_ops, bool allow_all_select_tf_ops, in Translate()
259 optional bool allow_all_select_tf_ops = 39; field
444 allow_all_select_tf_ops=False, argument496 def build_toco_convert_protos(input_tensors,
305 bool allow_all_select_tf_ops = toco_flags.allow_all_select_tf_ops(); in ConvertMLIRToTFLiteFlatBuffer() local