MCPcopy Create free account
hub / github.com/alibaba/euler / convert2json

Method convert2json

tf_euler/python/dataset/base_dataset.py:104–105  ·  view source on GitHub ↗
(self, origin_dir, out_dir)

Source from the content-addressed store, hash-verified

102 raise NotImplementedError
103
104 def convert2json(self, origin_dir, out_dir):
105 raise NotImplementedError
106
107 def convert2euler(self, convert_dir, out_dir):
108 dir_name = os.path.dirname(os.path.realpath(__file__))

Callers 1

maybe_convert2jsonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected