Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFXlaCallModuleOpToStablehloPass (0.33 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_tf_xla_call_module_to_stablehlo_pass.cc

                                       func_name.str(), "_", suffix_id);
        }
        return new_func_name;
      }
    };
    
    class TFXlaCallModuleOpToStablehloPass
        : public PassWrapper<TFXlaCallModuleOpToStablehloPass,
                             OperationPass<ModuleOp>> {
     public:
      StringRef getArgument() const final {
        return "tf-xla-call-module-op-to-stablehlo-pass";
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 25 09:43:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top