toolings/tfjs-debugger/src/app/data_model/run_results.ts (5 lines): - line 1: // TODO: update when the types are exported in the new converter release. - line 12: * TODO: consider changing modelGraph and valueResult to arrays for - line 40: // TODO: add performance results as needed. - line 92: // TODO: add fields. - line 114: // TODO: calculate node size based on node's op and other factors. toolings/tfjs-debugger/src/app/components/input_selector/input_selector.component.ts (3 lines): - line 50: // TODO: the following types are disabled for now. Will enable them as they - line 99: // TODO: update configs in store. - line 110: // TODO: add other logic as needed to handle selection change (e.g. show toolings/tfjs-debugger/src/app/components/graph_panel/graph_panel.component.ts (2 lines): - line 72: // TODO: for now we only handle laying out the TFJS model graph from - line 108: // TODO: for now only handle loading one model.json file from config1 when toolings/tfjs-debugger/src/app/components/backend_selector/backend_version_selector.component.ts (1 line): - line 121: // TODO: update configs in store. toolings/tfjs-debugger/src/app/components/model_selector/model_selector.component.ts (1 line): - line 61: // TODO: the following types are disabled for now. Will enable them as they toolings/tfjs-debugger/src/app/components/backend_selector/backend_selector.component.ts (1 line): - line 85: // TODO: update configs in store. presubmit.ts (1 line): - line 18: // TODO: change this to only run tests for packages with diffs (refer to tfjs toolings/tfjs-debugger/src/app/components/app_bar/app_bar.component.ts (1 line): - line 69: // TODO: add more check conditions.