Home
last modified time | relevance | path

Searched defs:nDim (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/
DPresburgerSet.h93 : nDim(nDim), nSym(nSym) {} in nDim() function
100 unsigned nDim; variable
/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp95 PresburgerSet PresburgerSet::getUniverse(unsigned nDim, unsigned nSym) { in getUniverse()
101 PresburgerSet PresburgerSet::getEmptySet(unsigned nDim, unsigned nSym) { in getEmptySet()
/external/llvm-project/mlir/unittests/Analysis/
DAffineStructuresTest.cpp55 static void checkPermutationsSample(bool hasValue, unsigned nDim, in checkPermutationsSample()
/external/llvm-project/mlir/unittests/Analysis/Presburger/
DSimplexTest.cpp82 Simplex simplexFromConstraints(unsigned nDim, in simplexFromConstraints()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc5042 string data_format = "", const bool is_max_pooling = true) -> NodeDef { in TEST_P()
5079 for (int nDim : test_nDims) { in TEST_P() local
5172 for (int nDim : test_nDims) { in TEST_P() local