MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_options

Method get_options

tensorflow/lite/python/convert.py:86–88  ·  view source on GitHub ↗

Returns a list of OpsSet options as a list of strings.

()

Source from the content-addressed store, hash-verified

84
85 @staticmethod
86 def get_options():
87 """Returns a list of OpsSet options as a list of strings."""
88 return [str(option) for option in list(OpsSet)]
89
90
91class ConverterError(Exception):

Callers 2

_convert_tf1_modelFunction · 0.80
_get_tf1_parserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected