Skip to content

Instantly share code, notes, and snippets.

@rekado
rekado / blakefiler.py
Last active February 17, 2022 16:21 — forked from jart/blakefiler.py
Turns bazel query --output=build //tensorflow:libtensorflow_framework.so into isomorphic Makefile
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2022 Ricardo Wurmus
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software