Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for begin_shape (0.15 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

        const ArrayRef<int64_t> begin_shape = begin_type.getShape();
        const int begin_dim = begin_shape.size();
    
        if (begin_dim != 1) return failure();
    
        // The ellipsis fill might exceed the current output shape because we are
        // also taking account of any to-be-inserted new axes.
        const int ellipsis_filled_dim_size =
            input_size - begin_shape[0] + 1 + absl::popcount(new_axis_mask);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top