Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/profiler/standalone/
Dexecution_trace_observer.cpp357 const size_t maxArrayLen = kMaxNumElements) { in convertIValue() argument
411 auto tuple = convertIValue(ob, val_tuple[j], false, maxArrayLen); in convertIValue()
432 auto tuple = convertIValue(ob, val_list.get(j), false, maxArrayLen); in convertIValue()
437 if (j >= maxArrayLen) { in convertIValue()
439 << " exceeded maxArrayLen=" << maxArrayLen; in convertIValue()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp1018 int maxArrayLen = numTargets - curLoc; in createRandomCase() local
1019 int arrayLen = useArray ? rnd.getInt(1, maxArrayLen) : 0; in createRandomCase()
Des3fTransformFeedbackTests.cpp1580 int maxArrayLen = de::max(1, isSeparateMode ? 4 / numComps : maxVecs / numVecs); in init() local
1582 int arrayLen = useArray ? rnd.getInt(1, maxArrayLen) : 1; in init()