aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-imports/dagre.html
blob: fc9fb118f1408b1159263ae5dbf78caead376a26 (plain)
1
2
3
4
5
6
7
<!--
HTML imports are non-blocking thus getting the depedency 'graphlib'
and 'lodash' via script imports instead.
-->
<script src="../../bower_components/lodash/lodash.min.js"></script>
<script src="../../bower_components/graphlib/dist/graphlib.core.js"></script>
<script src="../../bower_components/dagre/dist/dagre.core.js"></script>