Internal change
PiperOrigin-RevId: 336867227 Change-Id: Id16005dfdc1ad69cb5b10caf7d33c99ab023f527
This commit is contained in:
parent
e28fc76e88
commit
44ee91f82d
@ -419,7 +419,6 @@ cc_library(
|
||||
"//tensorflow/compiler/mlir/lite/quantization:quantization_lib",
|
||||
"//tensorflow/compiler/mlir/tensorflow",
|
||||
"//tensorflow/compiler/mlir/tensorflow:convert_tensor",
|
||||
"//tensorflow/compiler/mlir/tensorflow:lower_tf_lib",
|
||||
"//tensorflow/compiler/mlir/tensorflow:mangling_util",
|
||||
"//tensorflow/compiler/mlir/tensorflow:tensorflow_attributes",
|
||||
"//tensorflow/compiler/mlir/tensorflow:tensorflow_ops",
|
||||
|
@ -50,7 +50,6 @@ limitations under the License.
|
||||
#include "tensorflow/compiler/mlir/lite/utils/validators.h"
|
||||
#include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
|
||||
#include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.h"
|
||||
#include "tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.h"
|
||||
#include "tensorflow/compiler/mlir/tensorflow/utils/mangling_util.h"
|
||||
#include "tensorflow/compiler/xla/status.h"
|
||||
#include "tensorflow/compiler/xla/statusor.h"
|
||||
@ -665,9 +664,6 @@ void LegalizeTF::runOnFunction() {
|
||||
auto* context = &getContext();
|
||||
auto func = getFunction();
|
||||
|
||||
// Add TF->TF lowering patterns.
|
||||
TF::PopulateLoweringTFPatterns(context, &patterns);
|
||||
|
||||
// Add the generated patterns to the list.
|
||||
populateWithGenerated(context, &patterns);
|
||||
patterns
|
||||
|
Loading…
x
Reference in New Issue
Block a user