Home
last modified time | relevance | path

Searched refs:SaveNode (Results 1 – 25 of 77) sorted by relevance

1234

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Graph/
H A DHook.h27 class SaveNode; variable
35 std::list<SaveNode *> outputSaves;
39 std::list<SaveNode *> inputSaves;
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DGraphOptzTest.cpp1969 SaveNode *SN = in TEST_F()
4891 SaveNode *optSN = in testOptimizeDequantizeClip()
4949 SaveNode *optSN = in testOptimizeClipQuantize()
5032 SaveNode *optSN = in TEST_F()
5062 SaveNode *optSN = in TEST_F()
5116 SaveNode *optSN = in TEST_F()
5167 SaveNode *optSN = in TEST_F()
5218 SaveNode *optSN = in TEST_F()
5261 SaveNode *optSN = in TEST_F()
5295 SaveNode *optSN = in TEST_F()
[all …]
H A DNNPIOptPipelineTest.cpp87 SaveNode *getSaveByName(Function *F, llvm::StringRef saveName) { in getSaveByName()
89 if (SaveNode *SN = llvm::dyn_cast<SaveNode>(&N)) { in getSaveByName()
126 SaveNode *optSave = getSaveByName(optimizedF_, save->getName()); in TEST_F()
176 SaveNode *optSave = getSaveByName(optimizedF_, save->getName()); in TEST_F()
218 SaveNode *optSave = getSaveByName(optimizedF_, save->getName()); in TEST_F()
254 SaveNode *optSave = getSaveByName(optimizedF_, save->getName()); in TEST_F()
280 SaveNode *optSave = getSaveByName(optimizedF_, save->getName()); in TEST_F()
458 SaveNode *optSave = getSaveByName(optimizedF_, "ret_save"); in TEST_F()
487 SaveNode *optSave = getSaveByName(optimizedF_, "ret_save"); in TEST_F()
516 SaveNode *optSave = getSaveByName(optimizedF_, "ret_save"); in TEST_F()
[all …]
H A DGradCheckTest.cpp192 SaveNode *result; in TEST_P()
227 SaveNode *Result; in TEST_P()
264 SaveNode *Result; in TEST_P()
305 SaveNode *Result; in TEST_P()
340 SaveNode *Result; in TEST_P()
380 SaveNode *Result; in TEST_P()
414 SaveNode *Result; in TEST_P()
447 SaveNode *Result; in TEST_P()
486 SaveNode *result; in gradientCheckGroupConv()
538 SaveNode *result; in gradientCheckDilatedConv()
[all …]
H A DImporterTestUtils.h56 SaveNode *getSaveNodeFromDest(Storage *var) { in getSaveNodeFromDest()
59 auto *saveNode = llvm::dyn_cast<SaveNode>(varUsers.begin()->getUser()); in getSaveNodeFromDest()
H A DNodeSplittingTest.cpp130 SaveNode *save = F->createSave("save", conv); in createConv2D()
1028 SaveNode *output = F->createSave("output", node); in splitFullyConnected()
1092 SaveNode *output = F->createSave("output", node); in splitMatMul()
1156 SaveNode *output = F->createSave("output", node); in splitBatchMatMul()
1235 SaveNode *output = F->createSave("output", node); in splitBatchedAdd()
1308 SaveNode *output = F->createSave("output", node); in splitTranspose()
1389 SaveNode *addSave = F_->createSave("addSave", add); in TEST_F()
1390 SaveNode *mulSave = F_->createSave("mulSave", mul); in TEST_F()
1391 SaveNode *subSave = F_->createSave("subSave", sub); in TEST_F()
1392 SaveNode *divSave = F_->createSave("divSave", div); in TEST_F()
[all …]
H A DTensorLayoutTest.cpp58 SaveNode *S = F_->createSave("save", CN); in TEST_P()
76 SaveNode *S = F_->createSave("save", P); in TEST_P()
101 SaveNode *S = F->createSave("save", CN); in buildBadConv()
H A DQuantizationTest.cpp419 SaveNode *save = F->createSave("save", dequant); in quantizeScalarTest()
960 SaveNode *save = F->createSave("save", conv); in enableChannelwiseQuantizedConv2D()
1110 auto *saveNode = llvm::dyn_cast<SaveNode>(F->getNodeByName(saveName)); in TEST()
1146 auto *save = llvm::cast<SaveNode>(F->getNodeByName(retName)); in TEST()
1195 auto *save = llvm::cast<SaveNode>(F->getNodeByName(ret->getName())); in TEST()
1271 auto *save = llvm::cast<SaveNode>(F->getNodeByName(ret->getName())); in TEST()
1808 SaveNode *SN = F->createSave("save", DN); in TEST()
1937 if (auto *saveNode = llvm::dyn_cast<SaveNode>(&node)) { in TEST()
2843 llvm::dyn_cast<SaveNode>(QF->getNodeByName(save->getName())); in TEST()
2863 llvm::dyn_cast<SaveNode>(QF->getNodeByName(save->getName())); in TEST()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tools/Debugger/
H A DNetworkComparator.cpp130 if (llvm::isa<SaveNode>(&node) || llvm::isa<Constant>(&node) || in verify()
162 Node &node, std::list<SaveNode *> &saveNodes, in hookSingleNodeInPlace()
168 SaveNode *save = in hookSingleNodeInPlace()
175 Function *func, std::list<SaveNode *> &saveNodes, in hookNodesInPlace()
179 if (llvm::isa<SaveNode>(&node) || llvm::isa<Constant>(&node) || in hookNodesInPlace()
200 std::list<SaveNode *> saveNodes; in getIntermediateResults()
235 DCHECK(!llvm::isa<SaveNode>(inputNode)) in fillSingleLayerInputs()
281 std::list<SaveNode *> singleLayerSaveNodes; in runAndGetoutputSingleLayer()
349 if (llvm::isa<SaveNode>(nodePtr) || llvm::isa<Constant>(nodePtr) || in verify()
H A DNetworkComparator.h33 class SaveNode; variable
139 void hookSingleNodeInPlace(Node &node, std::list<SaveNode *> &saveNodes,
144 void hookNodesInPlace(Function *func, std::list<SaveNode *> &saveNodes,
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/docs/
H A DSerialization.md37 for outputs, we need to retain both the name of the `SaveNode` as well as the
40 name of the `SaveNode`.
43 `Node` to a `SaveNode` if it is indeed used by a `SaveNode`. This allows us to
45 and decide whether to overwrite its name to match the `SaveNode` name.
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Optimizer/GraphOptimizer/
H A DConstantFolding.cpp147 const llvm::SmallVectorImpl<SaveNode *> &savedResults) { in bailOnNonCanonicalLayout()
199 llvm::SmallVector<SaveNode *, 16> savedResults; in evaluateConstantOperation()
254 if (isa<SaveNode>(&N)) { in verifyConstantFunction()
267 auto *SN = dyn_cast<SaveNode>(N.getUsers().begin()->getUser()); in verifyConstantFunction()
412 SaveNode *SN = r.second; in cleanupConstantFolding()
H A DQuantization.cpp59 auto *SN = llvm::dyn_cast<SaveNode>(PH->getUsers().begin()->getUser()); in profileQuantization()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DHook.cpp32 std::list<SaveNode *> output_saves; in hookNode()
35 std::list<SaveNode *> input_saves; in hookNode()
H A DGrad.cpp138 cast<SaveNode>(N)->getInput().getType(), 0); in differentiate()
140 map.addGradient(cast<SaveNode>(N)->getInput(), X); in differentiate()
141 map.addGradient(cast<SaveNode>(N)->getOutput(), X); in differentiate()
482 new SaveNode(DECORATE_NODE_NAME(PH, "save", "grad"), {X, 0}, PH); in differentiate()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Converter/
H A DFunctionConverter.cpp98 SaveNode *saveNode = llvm::dyn_cast<SaveNode>(user); in convertOutputs()
107 saveNode->setNthInput(SaveNode::InputIdx, in convertOutputs()
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dvariant.c758 struct SaveNode struct
766 static void nodeConstruct(struct SaveNode* node, tr_variant const* v, bool sort_dicts) in nodeConstruct() argument
808 static void nodeDestruct(struct SaveNode* node) in nodeDestruct()
828 struct SaveNode* stack = tr_new(struct SaveNode, stackAlloc); in tr_variantWalk()
834 struct SaveNode* node = &stack[stackSize - 1]; in tr_variantWalk()
898 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
916 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dvariant.c758 struct SaveNode struct
766 static void nodeConstruct(struct SaveNode* node, tr_variant const* v, bool sort_dicts) in nodeConstruct() argument
808 static void nodeDestruct(struct SaveNode* node) in nodeDestruct()
828 struct SaveNode* stack = tr_new(struct SaveNode, stackAlloc); in tr_variantWalk()
834 struct SaveNode* node = &stack[stackSize - 1]; in tr_variantWalk()
898 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
916 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dvariant.c758 struct SaveNode struct
766 static void nodeConstruct(struct SaveNode* node, tr_variant const* v, bool sort_dicts) in nodeConstruct() argument
808 static void nodeDestruct(struct SaveNode* node) in nodeDestruct()
828 struct SaveNode* stack = tr_new(struct SaveNode, stackAlloc); in tr_variantWalk()
834 struct SaveNode* node = &stack[stackSize - 1]; in tr_variantWalk()
898 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
916 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dvariant.c758 struct SaveNode struct
766 static void nodeConstruct(struct SaveNode* node, tr_variant const* v, bool sort_dicts) in nodeConstruct() argument
808 static void nodeDestruct(struct SaveNode* node) in nodeDestruct()
828 struct SaveNode* stack = tr_new(struct SaveNode, stackAlloc); in tr_variantWalk()
834 struct SaveNode* node = &stack[stackSize - 1]; in tr_variantWalk()
898 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
916 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dvariant.c758 struct SaveNode struct
766 static void nodeConstruct(struct SaveNode* node, tr_variant const* v, bool sort_dicts) in nodeConstruct() argument
808 static void nodeDestruct(struct SaveNode* node) in nodeDestruct()
828 struct SaveNode* stack = tr_new(struct SaveNode, stackAlloc); in tr_variantWalk()
834 struct SaveNode* node = &stack[stackSize - 1]; in tr_variantWalk()
898 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
916 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dvariant.c758 struct SaveNode struct
766 static void nodeConstruct(struct SaveNode* node, tr_variant const* v, bool sort_dicts) in nodeConstruct() argument
808 static void nodeDestruct(struct SaveNode* node) in nodeDestruct()
828 struct SaveNode* stack = tr_new(struct SaveNode, stackAlloc); in tr_variantWalk()
834 struct SaveNode* node = &stack[stackSize - 1]; in tr_variantWalk()
898 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
916 stack = tr_renew(struct SaveNode, stack, stackAlloc); in tr_variantWalk()
/dports/www/drupal8/drupal-8.9.20/core/modules/node/src/Plugin/Action/
H A DSaveNode.php24 class SaveNode extends SaveAction { class
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Datom.h172 virtual bool SaveNode (xmlDocPtr xml, xmlNodePtr node) const;
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dtext-object.h103 bool SaveNode (xmlDocPtr xml, xmlNodePtr node) const;

1234