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

Function main

tensorflow/compiler/aot/tests/make_test_graphs.py:182–195  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

180
181
182def main(_):
183 write_graph(tfadd, FLAGS.out_dir)
184 write_graph(tfadd_with_ckpt, FLAGS.out_dir)
185 write_graph(tfadd_with_ckpt_saver, FLAGS.out_dir)
186 write_graph(tfassert_eq, FLAGS.out_dir)
187 write_graph(tfcond, FLAGS.out_dir)
188 write_graph(tffunction, FLAGS.out_dir)
189 write_graph(tfgather, FLAGS.out_dir)
190 write_graph(tfmatmul, FLAGS.out_dir)
191 write_graph(tfmatmulandadd, FLAGS.out_dir)
192 write_graph(tfsplits, FLAGS.out_dir)
193 write_graph(tftop_k, FLAGS.out_dir)
194 write_graph(tfvariable, FLAGS.out_dir)
195 write_graph(tfvariable_sequential_updates, FLAGS.out_dir)
196
197
198if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

write_graphFunction · 0.70

Tested by

no test coverage detected