Home
last modified time | relevance | path

Searched refs:cctxQuant (Results 1 – 2 of 2) sorted by relevance

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DMLTest.cpp1211 CompilationContext cctxQuant{&inferBindings, &loweredMapForQuant}; in TEST_P() local
1212 PrecisionConfiguration &precConfig = cctxQuant.precisionConfig; in TEST_P()
1213 cctxQuant.precisionConfig.quantMode = QuantizationMode::Quantize; in TEST_P()
1223 EEI_.compile(cctxQuant); in TEST_P()
1355 CompilationContext cctxQuant{&inferBindings, &loweredMapForQuant}; in TEST_P() local
1356 cctxQuant.precisionConfig.quantMode = QuantizationMode::Quantize; in TEST_P()
1357 cctxQuant.loweredInfoMap = &loweredMapForQuant; in TEST_P()
1358 cctxQuant.precisionConfig.quantConfig.infos = in TEST_P()
1361 cctxQuant.precisionConfig.quantConfig.assertAllNodesQuantized = true; in TEST_P()
1364 EEI_.compile(cctxQuant); in TEST_P()
H A DQuantizationTest.cpp1398 CompilationContext cctxQuant{&bindings, &loweredMapForQuant}; local
1401 PrecisionConfiguration &precConfig = cctxQuant.precisionConfig;
1409 backendSpecificEE.compile(cctxQuant);
1565 CompilationContext cctxQuant{&bindings, &loweredMapForQuant}; in TEST_P() local
1566 cctxQuant.precisionConfig.quantMode = QuantizationMode::Quantize; in TEST_P()
1567 PrecisionConfiguration &precConfig = cctxQuant.precisionConfig; in TEST_P()
1583 backendSpecificEE.compile(cctxQuant); in TEST_P()