Home
last modified time | relevance | path

Searched refs:InputIdx (Results 1 – 25 of 66) sorted by relevance

123

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Interpreter/
H A DInterpreter.cpp124 if (!NI.getInTy(ConvolutionNode::InputIdx)->isQuantizedType()) { in isOpSupported()
232 if (!NI.getInTy(ConvolutionNode::InputIdx)->isQuantizedType()) { in isOpSupported()
246 return (NI.getInElemTy(ChannelwiseQuantizedConvolutionNode::InputIdx) == in isOpSupported()
270 if (!NI.getInTy(Convolution3DNode::InputIdx)->isQuantizedType()) { in isOpSupported()
303 return (NI.getInElemTy(RowwiseQuantizedFullyConnectedNode::InputIdx) == in isOpSupported()
492 return ((NI.getInElemTy(QuantizeNode::InputIdx) == ElemKind::FloatTy) || in isOpSupported()
493 (NI.getInElemTy(QuantizeNode::InputIdx) == ElemKind::Float16Ty) || in isOpSupported()
501 return ((NI.getInElemTy(DequantizeNode::InputIdx) == ElemKind::Int8QTy) || in isOpSupported()
505 (NI.getInElemTy(DequantizeNode::InputIdx) == in isOpSupported()
537 (NI.getInElemTy(ConvertToNode::InputIdx) == in isOpSupported()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/
H A DLLVMBackend.cpp253 if (!NI.getInTy(ConvolutionNode::InputIdx)->isQuantizedType()) { in isOpSupported()
263 return (NI.getInElemTy(ChannelwiseQuantizedConvolutionNode::InputIdx) == in isOpSupported()
377 return (NI.getInElemTy(QuantizeNode::InputIdx) == ElemKind::FloatTy) && in isOpSupported()
382 return (NI.getInElemTy(DequantizeNode::InputIdx) == ElemKind::Int8QTy) && in isOpSupported()
433 return (NI.getInElemTy(RowwiseQuantizedFullyConnectedNode::InputIdx) == in isOpSupported()
499 return NI.getInElemTy(AudioSpectrogramNode::InputIdx) == in isOpSupported()
509 return ((NI.getInElemTy(ConvertToNode::InputIdx) == ElemKind::Int32ITy) && in isOpSupported()
511 ((NI.getInElemTy(ConvertToNode::InputIdx) == ElemKind::BoolTy) && in isOpSupported()
513 ((NI.getInElemTy(ConvertToNode::InputIdx) == ElemKind::Int64ITy) && in isOpSupported()
516 ((NI.getInElemTy(ConvertToNode::InputIdx) == ElemKind::Int32ITy) && in isOpSupported()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Demangle/
H A DRustDemangle.cpp1143 size_t InputIdx = 0; in decodePunycode() local
1153 for (; InputIdx != DelimiterPos; ++InputIdx) { in decodePunycode()
1154 char C = Input[InputIdx]; in decodePunycode()
1162 ++InputIdx; in decodePunycode()
1187 for (size_t I = 0; InputIdx != Input.size(); I += 1) { in decodePunycode()
1192 if (InputIdx == Input.size()) in decodePunycode()
1194 char C = Input[InputIdx++]; in decodePunycode()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Optimizer/GraphOptimizer/
H A DGraphOptimizer.cpp3025 N = N->getNthInput(QuantizeNode::InputIdx); in getConstant()
5334 splitDims[SigmoidNode::InputIdx] = 0; in parallelizeOps()
5342 splitDims[TanhNode::InputIdx] = 0; in parallelizeOps()
5359 splitDims[ReluNode::InputIdx] = 0; in parallelizeOps()
5367 splitDims[ClipNode::InputIdx] = 0; in parallelizeOps()
5379 splitDims[TileNode::InputIdx] = 0; in parallelizeOps()
5396 splitDims[QuantizeNode::InputIdx] = 0; in parallelizeOps()
5443 splitDims[ReluNode::InputIdx] = 1; in parallelizeOps()
5454 splitDims[ClipNode::InputIdx] = 1; in parallelizeOps()
5469 splitDims[TileNode::InputIdx] = 1; in parallelizeOps()
[all …]
H A DNodeSplitting.cpp1091 return {{ConvolutionNode::InputIdx, inputSliceRangeMap}, in getConv2DInputIdxAndMaps()
1206 return {{PoolNode::InputIdx, inputSliceRangeMap}}; in getPoolInputIdxAndMaps()
1274 return {{FullyConnectedNode::InputIdx, inputSliceRangeMap}, in getFullyConnectedInputIdxAndMaps()
1377 return {{TransposeNode::InputIdx, inputSliceRangeMap}}; in getTransposeInputIdxAndMaps()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/NNPI/
H A DNNPI.cpp203 if (!NI.getInTy(ConvolutionNode::InputIdx)->isQuantizedType()) { in isOpSupported()
213 if (!NI.getInTy(Convolution3DNode::InputIdx)->isQuantizedType()) { in isOpSupported()
223 return (NI.getInElemTy(QuantizeNode::InputIdx) == ElemKind::FloatTy || in isOpSupported()
224 NI.getInElemTy(QuantizeNode::InputIdx) == ElemKind::Float16Ty) && in isOpSupported()
228 return (NI.getInElemTy(DequantizeNode::InputIdx) == ElemKind::Int8QTy) && in isOpSupported()
252 if (!NI.getInTy(FullyConnectedNode::InputIdx)->isQuantizedType()) { in isOpSupported()
317 return (NI.getInElemTy(RowwiseQuantizedFullyConnectedNode::InputIdx) == in isOpSupported()
333 return (NI.getInElemTy(ChannelwiseQuantizedConvolutionNode::InputIdx) == in isOpSupported()
1120 static_assert(ActivationIOIdx == ReluNode::InputIdx, "Format incorrect");
1122 static_assert(ActivationIOIdx == SigmoidNode::InputIdx, "Format incorrect");
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/input_output/
H A DFGInputType.h132 unsigned int InputIdx;
H A DFGInputType.cpp67 InputIdx = idx; in SetIdx()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Quantization/
H A DQuantization.cpp233 getTargetTypeForInput(use, ConvolutionNode::InputIdx), in getTargetTypeForInput()
241 getTargetTypeForInput(use, Convolution3DNode::InputIdx), in getTargetTypeForInput()
249 getTargetTypeForInput(use, ConvTransposeNode::InputIdx), in getTargetTypeForInput()
261 getTargetTypeForInput(use, FullyConnectedNode::InputIdx), in getTargetTypeForInput()
581 *dequantize, dequantize->getNthInput(DequantizeNode::InputIdx), in postProcessing()
583 dequantize->setNthInput(DequantizeNode::InputIdx, rescale); in postProcessing()
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/mtiLib/
H A D__init__.py526 InputIdx = 1
530 InputIdx = 0
538 self.InputIdx = InputIdx
677 …buckets.setdefault(seq[c.InputIdx][0], []).append((tuple(s[1 if i==c.InputIdx else 0:] for i,s in …
715 firstGlyphs = set(seq[c.InputIdx][0] for seq,recs in rules)
745 firstClasses = set(seq[c.InputIdx][0] for seq,recs in rules)
746 firstGlyphs = set(g for g,c in classDefs[c.InputIdx].classDefs.items() if c in firstClasses)
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/mtiLib/
H A D__init__.py523 InputIdx = 1
527 InputIdx = 0
535 self.InputIdx = InputIdx
674 …buckets.setdefault(seq[c.InputIdx][0], []).append((tuple(s[1 if i==c.InputIdx else 0:] for i,s in …
712 firstGlyphs = set(seq[c.InputIdx][0] for seq,recs in rules)
742 firstClasses = set(seq[c.InputIdx][0] for seq,recs in rules)
743 firstGlyphs = set(g for g,c in classDefs[c.InputIdx].classDefs.items() if c in firstClasses)
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Converter/
H A DFunctionConverter.cpp107 saveNode->setNthInput(SaveNode::InputIdx, in convertOutputs()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DTensorLayout.cpp473 case QuantizationProfileNode::InputIndices::InputIdx: { in getNthInputLayoutRequirements()
525 getNthInputLayoutRequirements(node, TransposeNode::InputIdx); in getNthResultLayoutRequirements()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DTypeAToTypeBFunctionConverterTest.cpp117 ->getNthInput(ConvertToNode::InputIdx) in TEST()
248 ->getNthInput(ConvertToNode::InputIdx) in TEST()
359 ->getNthInput(ConvertToNode::InputIdx) in TEST()
569 ->getNthInput(ConvertToNode::InputIdx) in TEST()
H A DGraphTest.cpp1965 EXPECT_EQ(TKN->getInput(), TKN->getNthInput(TopKNode::InputIdx)); in TEST()
1975 EXPECT_EQ(TN->getNthInput(TanhNode::InputIdx), TN->getInput()); in TEST()
1979 EXPECT_EQ(SN->getNthInput(SaveNode::InputIdx), SN->getInput()); in TEST()
1983 EXPECT_EQ(TKN->getNthInput(TopKNode::InputIdx), I->getOutput()); in TEST()
1993 TN->getNthInput(TanhNode::InputIdx)); in TEST()
1997 SN->getNthInput(SaveNode::InputIdx)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5816 unsigned InputIdx = 0; in parseMSInlineAsm() local
5875 ++InputIdx; in parseMSInlineAsm()
5986 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
5989 OS << '$' << InputIdx++; in parseMSInlineAsm()
6002 OS << '$' << InputIdx++; in parseMSInlineAsm()
6005 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5890 unsigned InputIdx = 0; in parseMSInlineAsm() local
5949 ++InputIdx; in parseMSInlineAsm()
6060 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
6063 OS << '$' << InputIdx++; in parseMSInlineAsm()
6076 OS << '$' << InputIdx++; in parseMSInlineAsm()
6079 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/MCParser/
H A DAsmParser.cpp5780 unsigned InputIdx = 0; in parseMSInlineAsm() local
5839 ++InputIdx; in parseMSInlineAsm()
5950 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
5953 OS << '$' << InputIdx++; in parseMSInlineAsm()
5966 OS << '$' << InputIdx++; in parseMSInlineAsm()
5969 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5900 unsigned InputIdx = 0; in parseMSInlineAsm() local
5959 ++InputIdx; in parseMSInlineAsm()
6070 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
6073 OS << '$' << InputIdx++; in parseMSInlineAsm()
6086 OS << '$' << InputIdx++; in parseMSInlineAsm()
6089 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/MCParser/
H A DAsmParser.cpp5803 unsigned InputIdx = 0; in parseMSInlineAsm() local
5862 ++InputIdx; in parseMSInlineAsm()
5973 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
5976 OS << '$' << InputIdx++; in parseMSInlineAsm()
5989 OS << '$' << InputIdx++; in parseMSInlineAsm()
5992 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5780 unsigned InputIdx = 0; in parseMSInlineAsm() local
5839 ++InputIdx; in parseMSInlineAsm()
5950 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
5953 OS << '$' << InputIdx++; in parseMSInlineAsm()
5966 OS << '$' << InputIdx++; in parseMSInlineAsm()
5969 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5780 unsigned InputIdx = 0; in parseMSInlineAsm() local
5839 ++InputIdx; in parseMSInlineAsm()
5950 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
5953 OS << '$' << InputIdx++; in parseMSInlineAsm()
5966 OS << '$' << InputIdx++; in parseMSInlineAsm()
5969 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5900 unsigned InputIdx = 0; in parseMSInlineAsm() local
5959 ++InputIdx; in parseMSInlineAsm()
6070 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
6073 OS << '$' << InputIdx++; in parseMSInlineAsm()
6086 OS << '$' << InputIdx++; in parseMSInlineAsm()
6089 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5951 unsigned InputIdx = 0; in parseMSInlineAsm() local
6010 ++InputIdx; in parseMSInlineAsm()
6121 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
6124 OS << '$' << InputIdx++; in parseMSInlineAsm()
6137 OS << '$' << InputIdx++; in parseMSInlineAsm()
6140 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/MCParser/
H A DAsmParser.cpp5951 unsigned InputIdx = 0; in parseMSInlineAsm() local
6010 ++InputIdx; in parseMSInlineAsm()
6121 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()
6124 OS << '$' << InputIdx++; in parseMSInlineAsm()
6137 OS << '$' << InputIdx++; in parseMSInlineAsm()
6140 OS << "${" << InputIdx++ << ":P}"; in parseMSInlineAsm()

123