aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-categorizer/test/index.html
blob: fd4a09770805fd28ae30f892eb6566cf70bf2d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <script src="../../webcomponentsjs/webcomponents-lite.min.js"></script>
  <script src="../../web-component-tester/browser.js"></script>
  <link rel="import" href="../../tf-imports/d3.html">
</head>
<body>
  <script src="../categorizer.js"></script>
  <script src="categorizerTest.js"></script>
</body>
</html>