Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tfr/passes/raise_to_tf.cc

                                argument_attrs, derived_attrs);
    }
    
    // Raise TFR call ops to the TF ops.
    class RaiseToTFOpsPass
        : public PassWrapper<RaiseToTFOpsPass, OperationPass<func::FuncOp>> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(RaiseToTFOpsPass)
    
      void getDependentDialects(DialectRegistry& registry) const override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top