Type ConversionOptions Namespace tensorflow.python.autograph Parent PythonObjectContainer Interfaces IConversionOptions Methods __eq__ as_tuple as_tuple_dyn call_options call_options_dyn to_ast to_ast_dyn uses uses_dyn Properties internal_convert_user_code optional_features PythonObject recursive user_requested Public instance methods bool __eq__(ConversionOptions other) ValueTuple<bool, object, object, object> as_tuple() object as_tuple_dyn() ConversionOptions call_options() object call_options_dyn() object to_ast() object to_ast_dyn() bool uses(string feature) object uses_dyn(object feature) Public properties bool internal_convert_user_code get; set; object optional_features get; set; object PythonObject get; bool recursive get; set; bool user_requested get; set;