Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hoist_broadcast_read (0.17 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/hoist_broadcast_read.cc

    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h.inc"
    
    constexpr char kFuncDeviceAttr[] = "tf.device";
    constexpr char kCpuDeviceType[] = "CPU";
    
    struct HoistBroadcastRead
        : public impl::HoistBroadcastReadPassBase<HoistBroadcastRead> {
      void runOnOperation() override;
    };
    
    // Get the ancestor of `descendant` that is a direct child of `ancestor`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/hoist_broadcast_read.mlir

    Michael Delorimier <******@****.***> 1707426164 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 08 21:10:22 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/BUILD

            "@llvm-project//mlir:TransformUtils",
            "@local_xla//xla:xla_data_proto_cc",
            "@local_xla//xla/client:sharding_builder",
        ],
    )
    
    cc_library(
        name = "hoist_broadcast_read",
        srcs = ["hoist_broadcast_read.cc"],
        textual_hdrs = [
            "clustering_passes.h.inc",
        ],
        deps = [
            ":clustering_passes_inc_gen",
            "//tensorflow/compiler/mlir/tensorflow",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 17:50:14 UTC 2024
    - 17.9K bytes
    - Viewed (0)
Back to top