Home
last modified time | relevance | path

Searched refs:tensorIndices (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp320 convertTensorValues(ValueRange values, const DenseSet<int64_t> &tensorIndices, in convertTensorValues() argument
326 if (tensorIndices.contains(idx)) { in convertTensorValues()
343 const DenseSet<int64_t> &tensorIndices, in getYieldedValues() argument
346 values, tensorIndices, [&](Value val, int64_t index) { in getYieldedValues()
358 const DenseSet<int64_t> &tensorIndices) { in getBbArgReplacements() argument
363 if (tensorIndices.contains(idx)) { in getBbArgReplacements()