Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StridedSlice (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          ::llvm::SmallVectorImpl<int64_t> *slice_stride);
      }];
    }
    
    def TF_StridedSliceGradOp : TF_Op<"StridedSliceGrad", [Pure]> {
      let summary = "Returns the gradient of `StridedSlice`.";
    
      let description = [{
    Since `StridedSlice` cuts out pieces of its `input` which is size
    `shape`, its gradient will have the same shape (which is passed here
    as `shape`). The gradient will be zero in any element that the slice
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top