LostTech.TensorFlow : API Documentation

Type wrap_toco

Namespace tensorflow.lite.python.wrap_toco

Public static methods

object wrapped_get_potentially_supported_ops()

object wrapped_get_potentially_supported_ops_dyn()

object wrapped_toco_convert(object model_flags_str, object toco_flags_str, object input_data_str, string debug_info_str, bool enable_mlir_converter)

object wrapped_toco_convert_dyn(object model_flags_str, object toco_flags_str, object input_data_str, object debug_info_str, object enable_mlir_converter)

Public properties

PythonFunctionContainer wrapped_get_potentially_supported_ops_fn get;

PythonFunctionContainer wrapped_toco_convert_fn get;