Home
last modified time | relevance | path

Searched refs:createBatchedPairwiseDotProduct (Results 1 – 4 of 4) sorted by relevance

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DGradCheckTest.cpp1057 Node *N = F->createBatchedPairwiseDotProduct("dot", {A, B, C}); in TEST_P()
H A DOperatorTest.cpp14617 F_->createBatchedPairwiseDotProduct("prod", {W, X, Y, Z}); in TEST_P()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Graph/
H A DGraph.h690 createBatchedPairwiseDotProduct(llvm::StringRef name,
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DGraph.cpp3165 Function::createBatchedPairwiseDotProduct(llvm::StringRef name, in createBatchedPairwiseDotProduct() function in Function