Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ChangeVariantToUnrankedTensorType (0.49 sec)

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

        }
        ++i;
      }
    }
    
    // Updates the tensorlist types to unranked tensor types based on the input
    // index.
    template <typename R>
    void ChangeVariantToUnrankedTensorType(
        const llvm::SmallSet<int, 4> &tensor_list_index, ArrayRef<Type> types,
        R &&range, llvm::SmallVectorImpl<Type> *updated_types) {
      int i = 0;
      for (const auto it : llvm::zip(types, range)) {
    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