Skip to content

Commit

Permalink
Add convertedBy (#6745)
Browse files Browse the repository at this point in the history
FEATURE
  • Loading branch information
Linchenn authored Aug 11, 2022
1 parent 710ef75 commit 988a26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/benchmarks/local-benchmark/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ <h2>TensorFlow.js Model Benchmark</h2>
appendRow(parameterTable, 'task', 'Performance Benchmark');
appendRow(parameterTable, 'benchmark', state.benchmark);
appendRow(parameterTable, 'modelType', state.modelType || 'Unknown');
appendRow(parameterTable, 'convertedBy', model?.artifacts?.convertedBy || 'Unknown');
if (state.benchmark === 'custom') {
appendRow(parameterTable, 'modelUrl', state.modelUrl);
}
Expand Down

0 comments on commit 988a26a

Please sign in to comment.