onnxruntime/tools/python
Vincent Wang 91d42e9d85
Tool to Convert ONNX Model to TFEvents (#14160)
A tool to convert ONNX model to tfevents so that we can use tensorboard
to open it for visualization. This is especially useful for debugging
when the ONNX model is too large to open by Netron.

usage: onnx2tfevents.py [-h] [--logdir LOGDIR] [--model MODEL]
2023-01-28 15:09:15 +08:00
..
util Free OrtStatus in ASSERT_ORT_STATUS_OK, make run_android_emulator.py work with newer JDK version (#14369) 2023-01-20 09:27:47 -08:00
__init__.py
check_onnx_model_mobile_usability.py
convert_onnx_models_to_ort.py
create_reduced_build_config.py
dump_ort_model.py Update kernel matching logic: decouple from op schemas and remove kernel def hashes (#12791) 2022-09-20 14:24:59 -07:00
dump_subgraphs.py
example_operator_perf_test.py
find_optimizer_opset_version_updates_required.py to work with onnx 1.13 rc, implement ver 18 reduce and optioanl ops, … (#13765) 2023-01-09 10:26:16 -08:00
gen_contrib_doc.py Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
gen_opkernel_doc.py Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
gen_ort_mobile_pkg_doc.py Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
get_submodules.py
onnx2tfevents.py Tool to Convert ONNX Model to TFEvents (#14160) 2023-01-28 15:09:15 +08:00
onnx_test_data_utils.py
ort_test_dir_utils.py
PythonTools.md Tool to Convert ONNX Model to TFEvents (#14160) 2023-01-28 15:09:15 +08:00
remove_initializer_from_input.py
run_adb.py [React Native CI] Record more info to debug E2E test (#13329) 2022-10-18 17:21:28 -07:00
run_android_emulator.py
run_CIs_for_external_pr.py Remove miscellaneous nuphar configs (#13070) 2022-09-26 13:41:28 -07:00
sparsify_initializers.py
update_version.py