Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TPUMergeVariablesWithExecutePass (0.36 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_merge_variables_with_execute.cc

    #define GEN_PASS_DEF_TPUMERGEVARIABLESWITHEXECUTEPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/runtime_passes.h.inc"
    
    class TPUMergeVariablesWithExecutePass
        : public impl::TPUMergeVariablesWithExecutePassBase<
              TPUMergeVariablesWithExecutePass> {
      void runOnOperation() override;
    };
    
    // Information for a pair of input/output of the TPUExecute op and the
    // surrounding read/assign ops.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 17:52:11 UTC 2024
    - 27K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/runtime_passes.td

          }
        ```
      }];
      let dependentDialects = [
        "mhlo::MhloDialect",
        "tf_device::TensorFlowDeviceDialect"
      ];
    }
    
    def TPUMergeVariablesWithExecutePass : Pass<"tf-tpu-merge-variables-with-execute", "ModuleOp"> {
      let summary = "Merges device variable reads and updates into TPU execute ops";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 18:58:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top