Home
last modified time | relevance | path

Searched refs:UInt8FusedFP16QTy (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Base/
H A DType.h405 UInt8FusedFP16QTy, enumerator
417 e == ElemKind::UInt8FusedQTy || e == ElemKind::UInt8FusedFP16QTy || in isQuantizedElemKind()
429 return e == ElemKind::UInt8FusedQTy || e == ElemKind::UInt8FusedFP16QTy || in isFusedQuantizedElemKind()
699 case ElemKind::UInt8FusedFP16QTy: in isType()
761 case ElemKind::UInt8FusedFP16QTy: in getElementSize()
810 } else if (str == Type::getElementName(ElemKind::UInt8FusedFP16QTy)) { in getElementKindFromName()
811 return ElemKind::UInt8FusedFP16QTy; in getElementKindFromName()
H A DTensor.h258 FUSED_CASE(UInt8FusedFP16QTy, float16_t);
615 (getElementType() == ElemKind::UInt8FusedFP16QTy && in isEqualImpl()
616 other.getElementType() == ElemKind::UInt8FusedFP16QTy) || in isEqualImpl()
617 (getElementType() != ElemKind::UInt8FusedFP16QTy && in isEqualImpl()
664 case ElemKind::UInt8FusedFP16QTy: in isEqualImpl()
1361 if (getElementType() == ElemKind::UInt8FusedFP16QTy) {
1438 FUSED_CASE(UInt8FusedFP16QTy, float16_t); in randomize()
1586 case ElemKind::UInt8FusedFP16QTy: { in getFusedRowScaleOffsetPtr()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Converter/
H A DFloat16Converter.cpp61 auto OT = mod.uniqueType(ElemKind::UInt8FusedFP16QTy, {shape[0], newCols}, in convertFusedRowwiseQuantizedInputs()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Quantization/Base/
H A DBase.h458 if (outputType == ElemKind::UInt8FusedFP16QTy || in tensorFusedRowwiseQuantization()
490 case ElemKind::UInt8FusedFP16QTy: in tensorFusedRowwiseQuantization()
509 if (outputType == ElemKind::UInt8FusedFP16QTy || in tensorFusedRowwiseQuantization()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Base/
H A DTensor.cpp360 case ElemKind::UInt8FusedFP16QTy: in dumpAsciiImpl()
394 case ElemKind::UInt8FusedFP16QTy: in dumpImpl()
536 case ElemKind::UInt8FusedFP16QTy: { in genericTranspose()
641 FUSED_CASE(UInt8FusedFP16QTy, float16_t); in init()
695 newKind == ElemKind::UInt8FusedFP16QTy)) in getCopyConvertedToType()
H A DTensorSerialization.cpp215 case ElemKind::UInt8FusedFP16QTy: in dumpTensorToTextFile()
265 case ElemKind::UInt8FusedFP16QTy: in loadTensorFromTextFile()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/benchmark/
H A DSLSBench.cpp116 if (param.fusedDtype == ElemKind::UInt8FusedFP16QTy) { in countSLSGbytes()
414 param.fusedDtype = ElemKind::UInt8FusedFP16QTy; in parseArgs()
421 param.fusedDtype = ElemKind::UInt8FusedFP16QTy; in parseArgs()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DTensorsTest.cpp1129 testInitZeroFused<float16_t>(ElemKind::UInt8FusedFP16QTy, 1E-2); in TEST()
1167 testBroadcastFused(ElemKind::UInt8FusedFP16QTy); in TEST()
1200 testRandomizeFused(ElemKind::UInt8FusedFP16QTy); in TEST()
1226 testGetSetFusedScaleOffset<float16_t>(ElemKind::UInt8FusedFP16QTy); in TEST()
1279 testType(Type(ElemKind::UInt8FusedFP16QTy, {1, 2, 3}, 1.6, 6)); in TEST()
H A DBackendTestUtils.cpp1357 case ElemKind::UInt8FusedFP16QTy: { in createRandomizedConstant()
1373 (useFusedFP16 ? ElemKind::UInt8FusedFP16QTy : ElemKind::UInt8FusedQTy), in createRandomFusedRowwiseQuantizedConstant()
1399 auto T = useFusedFP16 ? ElemKind::UInt8FusedFP16QTy : ElemKind::UInt8FusedQTy; in createFusedRowwiseQuantizedPlaceholder()
H A DTypeAToTypeBFunctionConverterTest.cpp1067 EXPECT_EQ(SLWS->getData().getElementType(), ElemKind::UInt8FusedFP16QTy); in testConvertFRWQSLWS()
1253 ElemKind::UInt8FusedFP16QTy); in TEST()
H A DNNPIOptPipelineTest.cpp578 EXPECT_EQ(SLS->getData().getElementType(), ElemKind::UInt8FusedFP16QTy); in TEST_F()
H A DOperatorTest.cpp11635 bindings_, mod_, F_, EE_, ElemKind::UInt8FusedFP16QTy, 0.0001, in TEST_P()
11645 bindings_, mod_, F_, EE_, ElemKind::UInt8FusedFP16QTy, 0.0001, in TEST_P()
11656 bindings_, mod_, F_, EE_, ElemKind::UInt8FusedFP16QTy, 0.0001, in TEST_P()
11665 bindings_, mod_, F_, EE_, ElemKind::UInt8FusedFP16QTy, 0.0001, in TEST_P()
11675 bindings_, mod_, F_, EE_, ElemKind::UInt8FusedFP16QTy, 0.0001, in TEST_P()
12679 bindings_, mod_, F_, EE_, ElemKind::UInt8FusedFP16QTy, 0.02, in TEST_P()
12688 bindings_, mod_, F_, EE_, ElemKind::UInt8FusedFP16QTy, 0.02, in TEST_P()
12810 ElemKind::UInt8FusedFP16QTy, 0.015, in TEST_P()
12818 ElemKind::UInt8FusedFP16QTy, 0.015, in TEST_P()
12943 bindings_, mod_, F_, EE_, ElemKind::UInt8FusedFP16QTy, 0.015, in TEST_P()
[all …]
H A DGraphTest.cpp2279 Tensor uint8FusedFP16QT(ElemKind::UInt8FusedFP16QTy, {16, 16}, 1.0, 0); in TEST()
H A DGraphOptzTest.cpp3823 auto newOT = mod_.uniqueType(ElemKind::UInt8FusedFP16QTy, {5, 6}, 1.0, 0); in TEST_F()
3833 EXPECT_EQ(convertedC->getElementType(), ElemKind::UInt8FusedFP16QTy); in TEST_F()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Interpreter/
H A DInterpreter.cpp396 case ElemKind::UInt8FusedFP16QTy: in isOpSupported()
427 case ElemKind::UInt8FusedFP16QTy: in isOpSupported()
540 ElemKind::UInt8FusedFP16QTy); in isOpSupported()
H A DInterpreterNodes.cpp5002 destElType == ElemKind::UInt8FusedFP16QTy) { in fwdConvertToInst()
5003 dest->convertToType(ElemKind::UInt8FusedFP16QTy); in fwdConvertToInst()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/NNPI/
H A DNNPI.cpp397 dataK == ElemKind::UInt8FusedFP16QTy || in isOpSupported()
415 dataK == ElemKind::UInt8FusedFP16QTy || in isOpSupported()
437 dataK == ElemKind::UInt8FusedFP16QTy || in isOpSupported()
1342 case glow::ElemKind::UInt8FusedFP16QTy: in updateDescForEstimate()
H A DImporter.cpp120 case glow::ElemKind::UInt8FusedFP16QTy: in addTensor()
384 case glow::ElemKind::UInt8FusedFP16QTy: in updateDescQuantFromGlow()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/docs/
H A DQuantization.md252 is either `UInt8FusedQTy` or `UInt8FusedFP16QTy`. Tensors with these `ElemKind`s
255 there are 8 extra columns), while `UInt8FusedFP16QTy` stores them as float16_t
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/src/
H A DPyTorchCommon.cpp136 case ElemKind::UInt8FusedFP16QTy: in elemKindToScalarType()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/stress/
H A DParameterSweepTest.cpp477 FP16 ? ElemKind::UInt8FusedFP16QTy : ElemKind::UInt8FusedQTy; in createAndInitSLWSNet()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/
H A DLLVMIRGen.cpp246 case ElemKind::UInt8FusedFP16QTy: in getElementType()
374 case ElemKind::UInt8FusedFP16QTy: in emitValueAddress()
555 case ElemKind::UInt8FusedFP16QTy: in emitConst()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Exporter/
H A DONNXModelWriter.cpp1056 case ElemKind::UInt8FusedFP16QTy: in convertType()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DNodes.cpp729 case ElemKind::UInt8FusedFP16QTy: in getNumDataColumnsFromFused()
H A DGraph.cpp2168 case ElemKind::UInt8FusedFP16QTy: { in quantizeDataForFusedRowwiseQuantizedSparseLengthsWeightedSum()
5074 case ElemKind::UInt8FusedFP16QTy: in randomizeConstants()

12