Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,063 for Passes (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

                                 llvm::cl::desc("Enable Cluster Formation pass."),
                                 llvm::cl::init(false)};
    };
    
    // Propagates the pass manager with the passes involved in transforming or
    // optimizing an MLIR graph without any target specialization.
    // NOLINTNEXTLINE - MLIR contract is pass by mutable reference.
    void CreateTFStandardPipeline(OpPassManager& pm,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/passes.h

    #define GEN_PASS_DECL_QUANTIZEPASS
    #define GEN_PASS_DECL_RAISECUSTOMOPSPASS
    #define GEN_PASS_DECL_TRIMFUNCTIONSPASS
    #define GEN_PASS_REGISTRATION
    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    }  // namespace TFL
    
    }  // namespace mlir
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 07 21:29:34 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/passes.td

    A. Unique TensorFlower <******@****.***> 1713989228 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.td

        This is useful when recursively pushing down the extra `stablehlo.transpose`
        inserted to activation tensors after running `NchwConvolutionToNhwcPass`.
    
        Currently only converts limited cases that appear in NCHW->NHWC 2D
        convolution conversion, to avoid introducing unwanted pessimizations.
      }];
      let dependentDialects = ["mlir::stablehlo::StablehloDialect"];
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/passes/passes.h

    // function. This pass should be run on a valid tf_executor dialect. The control
    // output of the initializer function for non-variable resource initialization
    // will be passed on as a dependency to a new `tf.NoOp`, whose control output
    // will be merged into the main function's FetchOp. The initializer functions
    // will be removed.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

            "passes/mark_functions_noinline.cc",
            "passes/merge_duplicate_resource_ops.cc",
            "passes/merge_initializer_function_ops_to_main.cc",
            "passes/merge_save_function_ops_to_main.cc",
            "passes/optimize.cc",
            "passes/optimize.inc",
            "passes/post_quantize.cc",
            "passes/post_quantize.inc",
            "passes/prepare_lifting.cc",
            "passes/prepare_lifting.inc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

            "passes/post_quantize.cc",
            "passes/prepare_quantize.cc",
            "passes/quantize.cc",
            "passes/quantize_composite_functions.cc",
            "passes/quantize_weight.cc",
            "passes/remove_sharding_custom_call.cc",
            "passes/remove_sharding_custom_call.inc",
            "passes/replace_stablehlo_ops_in_main_function_with_xla_call_module_ops.cc",
            "passes/restore_function_name.cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfr/BUILD

            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
        name = "passes",
        srcs = [
            "passes/canonicalize.cc",
            "passes/decompose.cc",
            "passes/generated_decompose.inc",
            "passes/raise_to_tf.cc",
            "passes/rewrite_quantized_io.cc",
        ],
        hdrs = [
            "passes/passes.h",
        ],
        deps = [
            ":tfr",
            ":utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/quantize_preprocess.cc

    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/passes.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.h"
    #include "tensorflow/compiler/mlir/quantization/tensorflow/cc/run_passes.h"
    #include "tensorflow/compiler/mlir/quantization/tensorflow/passes/passes.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/passes.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 12:49:45 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/BUILD

                ],
                "transforms/passes.h.inc",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "transforms/passes.td",
        deps = ["@llvm-project//mlir:PassBaseTdFiles"],
    )
    
    cc_library(
        name = "compose_uniform_quantized_type_pass",
        srcs = ["transforms/compose_uniform_quantized_type_pass.cc"],
        hdrs = ["transforms/passes.h"],
        copts = ["-Ithird_party"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
Back to top