Merge pull request #38900 from yongtang:mlir-headers-h.inc

PiperOrigin-RevId: 309230749
Change-Id: I697a16ee357d13d65c402b5b4ad412d44be3be50
This commit is contained in:
TensorFlower Gardener 2020-04-30 08:38:15 -07:00
commit 63aa02c5f3

View File

@ -252,6 +252,7 @@ headers = (
list(find_files('*.h', 'tensorflow/c')) +
list(find_files('*.h', 'tensorflow/cc')) +
list(find_files('*.h', 'tensorflow/compiler')) +
list(find_files('*.h.inc', 'tensorflow/compiler')) +
list(find_files('*.h', 'tensorflow/core')) +
list(find_files('*.h', 'tensorflow/python')) +
list(find_files('*.h', 'tensorflow/stream_executor')) +