Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsNonTensorListVariantOp (0.19 sec)

  1. tensorflow/compiler/mlir/lite/transforms/legalize_tensorlist.cc

    // implementation of a tensorlist are not compatible between tf and tflite
    // we cannot use tflite tensorlist kernels until these cases are handled.
    bool IsNonTensorListVariantOp(Operation* op) {
      return llvm::isa<mlir::TF::ZerosLikeOp>(op) && HasVariantInputOrOutput(op);
    }
    
    }  // namespace
    
    namespace mlir {
    namespace TFL {
    namespace {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 23:04:40 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top