Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MutableArrayRef (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    // tf.StridedSlice op semantics.
    static void CalculateSlicedShapeFromDenseIndices(
        MutableArrayRef<int64_t> input_shape, int32_t begin_mask, int32_t end_mask,
        int32_t shrink_axis_mask, MutableArrayRef<int64_t> begin,
        MutableArrayRef<int64_t> end, MutableArrayRef<int64_t> stride) {
      assert(input_shape.size() <= 32);  // Only 32-bit masks are supported.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

                            const char* raw_input, const int element_byte_size,
                            const int64_t current_axis, char*& output_element_addr,
                            MutableArrayRef<uint64_t> current_input_index,
                            ShapedType input_shape_type) {
      const int64_t input_axis = perms[current_axis];
      const bool is_last_axis = current_axis == output_shape.size() - 1;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top