Home
last modified time | relevance | path

Searched defs:InnerProduct (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/util/
H A DConstants.h500 …duct, CoeffBasedProductMode, LazyCoeffBasedProductMode, OuterProduct, InnerProduct, GemvProduct, G… enumerator
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dcpu_backend_gemm_test.cc737 TYPED_TEST(CpuBackendGemmTest, InnerProduct) { in TYPED_TEST() argument
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1721 SmallVector<Value *, 4> InnerProduct; in buildMinimalMultiplyDAG() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1761 SmallVector<Value *, 4> InnerProduct; in buildMinimalMultiplyDAG() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1863 SmallVector<Value *, 4> InnerProduct; in buildMinimalMultiplyDAG() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/algorithm/
H A Dcontainer_test.cc474 TEST_F(NonMutatingTest, InnerProduct) { in TEST_F() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/algorithm/
H A Dcontainer_test.cc471 TEST_F(NonMutatingTest, InnerProduct) { in TEST_F() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc474 TEST_F(NonMutatingTest, InnerProduct) { in TEST_F() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc474 TEST_F(NonMutatingTest, InnerProduct) { in TEST_F() argument
/aosp_15_r20/external/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc495 TEST_F(NonMutatingTest, InnerProduct) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc477 TEST_F(NonMutatingTest, InnerProduct) { in TEST_F() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc497 TEST_F(NonMutatingTest, InnerProduct) { in TEST_F() argument
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp502 constexpr int InnerProduct = ZipFoldR(MulAdd, 5, xs, ys, 0); variable