Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 103 for tpu_passes (0.14 sec)

  1. tensorflow/compiler/mlir/tfrt/BUILD

            "@tf_runtime//:basic_kernels_opdefs",
            "@tf_runtime//:core_runtime_opdefs",
        ],
    )
    
    cc_library(
        name = "transforms/gpu_passes",
        srcs = ["transforms/gpu_passes.cc"],
        hdrs = ["transforms/gpu_passes.h"],
        deps = [
            "//tensorflow/compiler/mlir/tfrt/ir:tfrt_gpu_opdefs",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/tf_passes.md

    # TensorFlow passes
    
    [TOC]
    
    ## TF dialect passes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 22 15:00:03 UTC 2022
    - 77 bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    Matthias Kramm <******@****.***> 1718222521 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    A. Unique TensorFlower <******@****.***> 1690942995 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf_mlir_opt_main.cc

    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/mlir_to_graph_passes.h"
    #include "tensorflow/compiler/mlir/tf2xla/transforms/passes.h"
    #include "tensorflow/compiler/mlir/tosa/tf_passes.h"
    #include "tensorflow/compiler/mlir/tosa/tf_tfl_passes.h"
    #include "tensorflow/compiler/mlir/tosa/tfl_passes.h"
    #include "tensorflow/compiler/mlir/tosa/transforms/passes.h"
    #include "xla/mlir/framework/transforms/passes.h"
    #include "xla/mlir_hlo/mhlo/transforms/passes.h"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/drop_while_shape_invariant.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    class DropWhileShapeInvariantPass
        : public impl::DropWhileShapeInvariantPassBase<
              DropWhileShapeInvariantPass> {
      void runOnOperation() override;
    };
    
    #define GEN_PASS_DEF_DROPWHILESHAPEINVARIANTINDEVICECLUSTERPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    class DropWhileShapeInvariantInDeviceClusterPass
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 23:50:19 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/g3doc/_book.yaml

            path: /mlir/dialects
          - title: TensorFlow
            path: /mlir/tf_ops
          - title: TensorFlow Lite
            path: /mlir/tfl_ops
          - heading: Passes
          - title: TF dialect
            path: /mlir/tf_passes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 22 15:00:03 UTC 2022
    - 674 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/tf_device_assignment.cc

    namespace TF {
    namespace {
    
    constexpr char kDeviceAttr[] = "device";
    constexpr char kTFDeviceAttr[] = "tf.device";
    
    #define GEN_PASS_DEF_SIMPLETFDEVICEASSIGNMENTPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    class SimpleTFDeviceAssignmentPass
        : public impl::SimpleTFDeviceAssignmentPassBase<
              SimpleTFDeviceAssignmentPass> {
     public:
      SimpleTFDeviceAssignmentPass() = default;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 23:50:19 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

                    "-gen-pass-decls",
                    "-name=TensorFlow",
                ],
                "tf_passes.h.inc",
            ),
            (
                ["-gen-pass-doc"],
                "g3doc/_includes/tf_passes.md",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "tf_passes.td",
        deps = [
            "@llvm-project//mlir:PassBaseTdFiles",
        ],
    )
    
    gentbl_cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/strip_noinline_attribute.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/passes.h"
    
    namespace mlir {
    namespace TF {
    
    namespace {
    
    #define GEN_PASS_DEF_STRIPNOINLINEATTRIBUTEPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    // This tranformation pass strips any "_noinline" attributes from the module.
    struct StripNoinlineAttributePass
        : public impl::StripNoinlineAttributePassBase<StripNoinlineAttributePass> {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 23:50:19 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top