MCPcopy Create free account
hub / github.com/google-research/language / main

Function main

language/orqa/preprocessing/create_data_splits.py:116–120  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

114
115
116def main(_):
117 tf.io.gfile.makedirs(FLAGS.output_dir)
118 resplit_nq()
119 resplit_wb()
120 resplit_ct()
121
122
123if __name__ == "__main__":

Callers

nothing calls this directly

Calls 3

resplit_nqFunction · 0.85
resplit_wbFunction · 0.85
resplit_ctFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…