Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for out_grad_shape (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // Update `out_grad_shape` to result shape of following `PadOp`.
          out_grad_shape[dim] = low_padding[dim] + high_padding[dim] +
                                (out_grad_shape[dim] - 1) * strides[dim] + 1;
        }
        Value reduce_window_input = rewriter.create<PadOp>(
            loc, tensorflow::GetTypeFromTFTensorShape(out_grad_shape, element_type),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top