10 buildPythonPackage rec {
11 pname = "tensorboard_plugin_profile";
16 inherit pname version;
20 hash = "sha256-t9AZg0BGjDcOxtoRBHZO0joIgLHpoKqEUY4pxmw8sjg=";
27 propagatedBuildInputs = [
34 description = "Profile Tensorboard Plugin.";
35 homepage = "http://tensorflow.org";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ ndl ];