Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TPUSpaceToDepthPass (0.22 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tpu_space_to_depth_pass.cc

    // TODO(wangtao): add a pass to check if it is profitable to space to depth
    // transform and invoke the transform if it is needed.
    struct TPUSpaceToDepthPass
        : public impl::TPUSpaceToDepthPassBase<TPUSpaceToDepthPass> {
      void runOnOperation() override;
    };
    
    // Updates func argument type to have the updated input shape.
    void UpdateFuncType(func::FuncOp func) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        that are contained in a tf_device.cluster op.
      }];
    
      let constructor = "TFTPU::CreateTPUClusterCleanupAttributesPass()";
    }
    
    def TPUSpaceToDepthPass : Pass<"tf-tpu-space-to-depth-pass", "ModuleOp"> {
      let summary = "Applies automatic space to depth transform for the first or frontier convolutions consume host inputs on TPU.";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top