Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for size_indices (0.32 sec)

  1. tensorflow/compiler/jit/xla_ops_on_regular_devices.cc

                              XlaCompileOnDemandOp);                               \
      REGISTER_KERNEL_BUILDER(                                                     \
          Name("XlaDynamicSlice").HostMemory("size_indices").Device(DEVICE),       \
          XlaCompileOnDemandOp);                                                   \
      REGISTER_KERNEL_BUILDER(Name("XlaDynamicUpdateSlice").Device(DEVICE),        \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 19 19:55:14 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/duplicate_shape_determining_constants.cc

          // $window_strides, $padding, $lhs_dilation, $rhs_dilation,
          // $feature_group_count
          CompileTimeConstantOperand<TF::XlaConvV2Op, 2, 3, 4, 5, 6>,
          CompileTimeConstantOperand<TF::XlaDynamicSliceOp, 2>,  // $slice_indices
          CompileTimeConstantOperand<TF::XlaGatherOp, 2>,        // $slice_sizes
          // $padding_low, $padding_high, $padding_interior
          CompileTimeConstantOperand<TF::XlaPadOp, 2, 3, 4>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    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
    size_indices, which specify the end point of exclusive slice intervals in each
    dimension -- [start, start + size). The shape of start_indices must have rank 1,
    with dimension size equal to the rank of operand.
      }];
    
    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