This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph{ | |
node[shape=plaintext] | |
compound=true; | |
keras->"tensorflow python"->"tensorflow graph"->"xla hlo"->"tpu ir"->tpu | |
"tensorflow eager" -> "tensorflow graph" -> tflite -> "tflite interpreter"->{cpu gpu} | |
keras->"plaid ml"->{cpu gpu} | |
"tensorflow graph"-> "tensorRT(nvidia)"->gpu | |
"tensorflow graph"-> "ngraph(intel)"->"plaid ml" | |
subgraph cluster_llvm { | |
llvm "xla runtime" "Glow Runtime" "ATen" "numpy capi" xnd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme", | |
"create_window_at_startup": false, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"find_selected_text": true, | |
"fold_buttons": false, | |
"folder_exclude_patterns": | |
[ |