Home
last modified time | relevance | path

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

/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/SINEX/
H A DSinexTypes.cpp1062 ss << ' ' << biasType; in operator std::string()
1084 biasType = line[14]; in operator =()
1102 s << " biasType=" << biasType << endl; in dump()
H A DSinexTypes.hpp702 char biasType; ///< Bias Type: R, T, S, Z member
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DGraph.cpp798 auto biasType = bias.getElementType(); in createConv() local
799 if (biasType == ElemKind::Int32QTy || biasType == ElemKind::Int8QTy) { in createConv()
801 } else if (biasType == ElemKind::FloatTy) { in createConv()
810 << Type::getElementName(biasType).str(); in createConv()
845 auto biasType = bias.getElementType(); in createConv3D() local
846 if (biasType == ElemKind::Int32QTy || biasType == ElemKind::Int8QTy || in createConv3D()
847 biasType == ElemKind::Int16QTy) { in createConv3D()
849 } else if (biasType == ElemKind::FloatTy) { in createConv3D()
858 << Type::getElementName(biasType).str(); in createConv3D()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DBackendTestUtils.cpp489 auto &biasType = bias->getType(); in inferConvNet() local
495 biasP = createQuantizedPlaceholder(mod, bindings, bias, biasType.getScale(), in inferConvNet()
496 biasType.getOffset(), "biasP"); in inferConvNet()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/src/
H A DPyTorchModelLoader.cpp1537 const auto biasType = in loadQuantizedLinearUnpacked() local
1541 bias = F_.createQuantize("quantize_bias", bias, biasType); in loadQuantizedLinearUnpacked()
2669 auto biasType = F_.getParent()->uniqueType( in loadQuantizedConvUnpackedImpl() local
2672 bias = F_.createQuantize("quantize_bias", bias, biasType); in loadQuantizedConvUnpackedImpl()