Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      auto strides = ArrayAttr::get(context, llvm::to_vector<4>(attrs));
      conv2d->setAttr("strides", strides);
    }
    
    // Transforms input shape for the first convolution.
    void HandleConv2DInput(TF::Conv2DOp conv2d, int64_t block_size) {
      auto input = conv2d.getInput();
      auto input_shape = mlir::cast<RankedTensorType>(input.getType()).getShape();
      SmallVector<int64_t, 4> transform_shape = {
    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