|
#!/bin/sh |
|
|
|
|
|
|
|
|
|
sed -i 's!tensorflow/compiler/mlir/tensorflow/ir/!!g' *.td tf_traits.h tf_types.h tf_types.cc tf_attributes.cc |
|
|
|
sed -i '/let hasCanonicalizer = 1;/d' *.td |
|
sed -i '/let hasFolder = 1;/d' *.td |
|
sed -i '/StringRef GetOptimalLayout(const RuntimeDevices& devices);/d' *.td |
|
sed -i '/LogicalResult UpdateDataFormat(StringRef data_format);/d' *.td |
|
sed -i '/LogicalResult FoldOperandsPermutation(ArrayRef<int64_t> permutation);/d' *.td |
|
sed -i '/Optional<ContractionFusion> GetContractionFusion();/d' *.td |
|
|