Home
last modified time | relevance | path

Searched refs:getPlaceholders (Results 1 – 25 of 89) sorted by relevance

1234

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DCaffe2ImporterTest.cpp59 bindings.allocate(mod.getPlaceholders()); in testEltwiseUnaryOpFloat()
99 bindings.allocate(mod.getPlaceholders()); in TEST_F()
141 bindings.allocate(mod.getPlaceholders()); in TEST_F()
209 EXPECT_EQ(mod.getPlaceholders().size(), 2); in TEST_F()
318 EXPECT_EQ(mod.getPlaceholders().size(), 2); in TEST_F()
357 bindings.allocate(mod.getPlaceholders()); in convTransposeTestHelper()
431 EXPECT_EQ(mod.getPlaceholders().size(), 2); in TEST()
469 EXPECT_EQ(mod.getPlaceholders().size(), 2); in TEST_F()
538 EXPECT_EQ(mod.getPlaceholders().size(), 2); in TEST_F()
750 bindings.allocate(mod.getPlaceholders()); in TEST_F()
[all …]
H A DMLTest.cpp116 for (auto *PH : EET_.getModule().getPlaceholders()) { in TEST_P()
140 inferBindings.allocate(EEI_.getModule().getPlaceholders()); in TEST_P()
706 for (auto *PH : EEI.getModule().getPlaceholders()) { in testRNNCell()
709 for (auto *PH : EET.getModule().getPlaceholders()) { in testRNNCell()
1176 trainingBindings.allocate(mod->getPlaceholders()); in TEST_P()
1188 profileBindings.allocate(mod->getPlaceholders()); in TEST_P()
1207 inferBindings.allocate(mod->getPlaceholders()); in TEST_P()
1314 for (auto *PH : EET_.getModule().getPlaceholders()) { in TEST_P()
1317 trainingBindings.allocate(mod->getPlaceholders()); in TEST_P()
1335 profileBindings.allocate(mod->getPlaceholders()); in TEST_P()
[all …]
H A DOnnxImporterTest.cpp226 bindings.allocate(mod.getPlaceholders()); in importReduceL2Test()
334 bindings.allocate(mod.getPlaceholders()); in importArithMultiBroadcastTest()
420 bindings.allocate(mod.getPlaceholders()); in importExpandTest()
452 bindings.allocate(mod.getPlaceholders()); in importMaxPool1DTest()
676 bindings.allocate(mod.getPlaceholders()); in testEltwiseUnaryOpFloat()
725 bindings.allocate(mod.getPlaceholders()); in testImportPRelu()
812 bindings.allocate(mod.getPlaceholders()); in convTestHelper()
923 bindings.allocate(mod.getPlaceholders()); in importConv1DTest()
2257 bindings.allocate(mod.getPlaceholders()); in testConstantOfShape()
3199 bindings.allocate(mod.getPlaceholders()); in testNonZero()
[all …]
H A DTraceEventsTest.cpp200 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
247 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
291 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
328 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
369 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
419 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
441 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
451 EE_.getModule().getPlaceholders()); in TEST_P()
494 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
546 context.getPlaceholderBindings()->allocate(EE_.getModule().getPlaceholders()); in TEST_P()
[all …]
H A DGraphGradTest.cpp111 EXPECT_EQ(M.getPlaceholders().size(), 2); in TEST()
115 EXPECT_EQ(M.getPlaceholders().size(), 2); in TEST()
122 EXPECT_EQ(M.getPlaceholders().size(), 3); in TEST()
128 EXPECT_EQ(M.getPlaceholders().size(), 5); in TEST()
135 EXPECT_EQ(M.getPlaceholders().size(), 5); in TEST()
H A DTFLiteImporterTest.cpp66 bindings.allocate(mod.getPlaceholders()); in loadAndRunModel()
71 for (const auto &ph : mod.getPlaceholders()) { in loadAndRunModel()
H A DDeviceManagerTest.cpp140 context->getPlaceholderBindings()->allocate(module->getPlaceholders()); in TEST_P()
332 context1->getPlaceholderBindings()->allocate(module->getPlaceholders()); in TEST_P()
333 context2->getPlaceholderBindings()->allocate(module->getPlaceholders()); in TEST_P()
400 context1->getPlaceholderBindings()->allocate(module->getPlaceholders()); in TEST_P()
518 context1->getPlaceholderBindings()->allocate(module1->getPlaceholders()); in TEST_P()
530 context2->getPlaceholderBindings()->allocate(module2->getPlaceholders()); in TEST_P()
580 context1->getPlaceholderBindings()->allocate(module->getPlaceholders()); in TEST_P()
807 context1->getPlaceholderBindings()->allocate(module->getPlaceholders()); in TEST()
921 context->getPlaceholderBindings()->allocate(module->getPlaceholders()); in TEST_P()
H A DBackendTest.cpp78 bindings.allocate(mod.getPlaceholders()); in TEST()
978 bindings1.allocate(mod.getPlaceholders()); in TEST_P()
979 bindings2.allocate(mod.getPlaceholders()); in TEST_P()
1036 EXPECT_EQ(nullptr, C.getFirstUnallocated(mod.getPlaceholders())); in TEST()
1040 EXPECT_NE(nullptr, C.getFirstUnallocated(mod.getPlaceholders())); in TEST()
1043 C.allocate(mod.getPlaceholders()); in TEST()
1044 EXPECT_EQ(nullptr, C.getFirstUnallocated(mod.getPlaceholders())); in TEST()
H A DBackendTestUtils.cpp467 bindings.allocate(mod.getPlaceholders()); in inferIntLookupTableNet()
563 trainingBindings.allocate(EET.getModule().getPlaceholders()); in trainConvNet()
564 inferBindings.allocate(EEI.getModule().getPlaceholders()); in trainConvNet()
638 trainingBindings.allocate(EET.getModule().getPlaceholders()); in trainLocalResponseNormalizationNet()
641 bindings.allocate(EEI.getModule().getPlaceholders()); in trainLocalResponseNormalizationNet()
692 trainingBindings.allocate(EET.getModule().getPlaceholders()); in trainAvgPoolNet()
695 bindings.allocate(EEI.getModule().getPlaceholders()); in trainAvgPoolNet()
749 trainingBindings.allocate(EET.getModule().getPlaceholders()); in trainMaxPoolNet()
750 inferBindings.allocate(EEI.getModule().getPlaceholders()); in trainMaxPoolNet()
1024 trainingBindings.allocate(EET.getModule().getPlaceholders()); in trainSoftMaxNet()
[all …]
H A DGraphOptzTest.cpp110 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
185 EXPECT_EQ(mod_.getPlaceholders().size(), 3); in TEST_F()
227 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
257 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
290 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
324 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
351 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
400 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
620 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
697 bindings_.allocate(mod_.getPlaceholders()); in TEST_F()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/examples/
H A Dresnet-verify.cpp51 bindings.allocate(mod->getPlaceholders()); in bindInput()
68 inferBindings.allocate(modI->getPlaceholders()); in hookAndRun()
H A Dmnist.cpp127 bindings.allocate(EE.getModule().getPlaceholders()); in trainModel()
212 inferBindings.allocate(inferMod.getPlaceholders()); in testMNIST()
268 inferBindings.allocate(inferMod.getPlaceholders()); in testMNISTLoadAndTraining()
H A Dlenet-loader.cpp52 bindings.allocate(mod.getPlaceholders()); in main()
H A Dchar-rnn.cpp235 trainingBindings.allocate(modT.getPlaceholders()); in main()
263 inferBindings.allocate(mod.getPlaceholders()); in main()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Optimizer/GraphOptimizer/
H A DConstantFolding.cpp159 auto &vars = mod.getPlaceholders(); in bailOnNonCanonicalLayout()
234 auto &vars = mod.getPlaceholders(); in evaluateConstantOperation()
409 auto &PHs = mod.getPlaceholders(); in cleanupConstantFolding()
H A DQuantization.cpp52 for (const auto &PH : F->getParent()->getPlaceholders()) { in profileQuantization()
/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/
H A Dclass.ilMailTemplatePlaceholderResolver.php41 foreach ($this->context->getPlaceholders() as $key => $ph_definition) {
H A Dclass.ilMailTemplateContext.php98 final public function getPlaceholders() function in ilMailTemplateContext
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/
H A Dclass.ilMailTemplatePlaceholderResolver.php40 foreach ($this->context->getPlaceholders() as $key => $ph_definition) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DASTRewriteFormatter.java68 Object placeholderData= getPlaceholders().getPlaceholderData(node); in preVisit()
76 Object placeholderData= getPlaceholders().getPlaceholderData(node); in postVisit()
88 if (getPlaceholders().isCollapsed(node)) { in visit()
146 public NodeInfoStore getPlaceholders() { in getPlaceholders() method in ASTRewriteFormatter
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tools/loader/
H A DXModelBuilder.cpp133 (void)ioBindings.allocate(loader.getModule()->getPlaceholders()); in buildNetwork()
141 for (auto *placeholder : loader.getModule()->getPlaceholders()) in buildNetwork()
H A DExecutorCoreHelperFunctions.cpp229 bindings.allocate(loader.getModule()->getPlaceholders()); in buildAndCompileAndGetInAndOutPair()
238 for (auto *placeholder : loader.getModule()->getPlaceholders()) { in buildAndCompileAndGetInAndOutPair()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/examples/training/resnet50/
H A Dmain.cpp218 bindings.allocate(mod.getPlaceholders()); in main()
237 bindings.allocate(mod.getPlaceholders()); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbolMetadata.java333 private List<Attribute.Compound> getPlaceholders() { in getPlaceholders() method in SymbolMetadata
410 Assert.check(SymbolMetadata.this.getPlaceholders().isEmpty()); in complete()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbolMetadata.java333 private List<Attribute.Compound> getPlaceholders() { in getPlaceholders() method in SymbolMetadata
410 Assert.check(SymbolMetadata.this.getPlaceholders().isEmpty()); in complete()

1234