Home
last modified time | relevance | path

Searched defs:isDynamicallyLegal (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_types.cc98 bool isDynamicallyLegal(Operation *op) const override { in isDynamicallyLegal() function in mlir::mhlo::__anon938e50e20111::TfTypeConversionTarget
/external/llvm-project/mlir/include/mlir/Transforms/
DDialectConversion.h726 virtual bool isDynamicallyLegal(Operation *op) const { in isDynamicallyLegal() function