Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dynamic_slice (0.4 sec)

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

    }
    
    def TF_XlaDynamicSliceOp : TF_Op<"XlaDynamicSlice", [Pure, TF_NoConstantFold]> {
      let summary = "Wraps the XLA DynamicSlice operator, documented at";
    
      let description = [{
    https://www.tensorflow.org/performance/xla/operation_semantics#dynamicslice
    .
    
    DynamicSlice extracts a sub-array from the input array at dynamic
    start_indices. The size of the slice in each dimension is passed in
    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