Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UnfoldLargeSplatConstantPass (0.44 sec)

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

    // reduce the size of the generated flatbuffer model size.
    class UnfoldLargeSplatConstantPass
        : public impl::UnfoldLargeSplatConstantPassBase<
              UnfoldLargeSplatConstantPass> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(UnfoldLargeSplatConstantPass)
    
      void runOnOperation() override {
        auto module = getOperation();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/passes.td

                     "comma separated list of allowlisted functions. The first "
                     "function specified will be used as main">
      ];
    }
    
    def UnfoldLargeSplatConstantPass : Pass<"unfold-large-splat-constant", "mlir::ModuleOp"> {
      let summary = "Unfold large splat constant tensors.";
      let constructor = "CreateUnfoldLargeSplatConstantPass()";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top