Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SmallVectorImpl (0.12 sec)

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

    void UpdateTensorListTypes(
        const llvm::SmallSet<int, 4> &tensor_list_index,
        const llvm::SmallSet<int, 4> &resized_tensor_list_index,
        ArrayRef<Type> types, R &&range, ValueRange operands,
        llvm::SmallVectorImpl<Type> *updated_types) {
      int i = 0;
      for (const auto it : llvm::zip(types, range, operands)) {
        if (tensor_list_index.count(i)) {
          // Only change the tensorlist's type to unranked tensor if it has been
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top