1 { lib, fetchPypi, buildPythonPackage
7 buildPythonPackage rec {
8 pname = "tensorboard_plugin_profile";
13 inherit pname version;
16 sha256 = "0z6dcjvkk3pzmmmjxi2ybawnfshz5qa3ga92kqj69ld1g9k3i9bj";
19 propagatedBuildInputs = [
26 description = "Profile Tensorboard Plugin.";
27 homepage = http://tensorflow.org;
28 license = licenses.asl20;
29 maintainers = with maintainers; [ ndl ];