Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for static_dag_matcher (0.49 sec)

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

          replace_values.push_back(v);
        }
        rewriter.replaceOp(fused_batch_norm, replace_values);
        return success();
      };
    };
    
    static LogicalResult static_dag_matcher(
        PatternRewriter &rewriter, Operation *op,
        ::llvm::SmallVector<Operation *, 4> &target_ops,
        Operation::operand_range &max, Operation::operand_range &min,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top