Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HandleConv2DStride (0.12 sec)

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

      input.setType(transform_result_type);
      op.setOperand(0, input);
      return success();
    }
    
    // Handles stride for the first convolution for the transform.
    void HandleConv2DStride(TF::Conv2DOp conv2d) {
      MLIRContext* context = conv2d.getContext();
      SmallVector<int64_t, 4> values = {1, 1, 1, 1};
      auto attrs = llvm::map_range(values, [context](int64_t v) -> Attribute {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 29.3K bytes
    - Viewed (0)
Back to top