Home
last modified time | relevance | path

Searched refs:ArrayFloatNear (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/common/operations/
DEmbeddingLookupTest.cpp32 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
165 ElementsAreArray(ArrayFloatNear({ in TEST()
DSVDFTest.cpp32 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
381 EXPECT_THAT(svdf.GetOutput(), ElementsAreArray(ArrayFloatNear(expected))); in TEST()
443 EXPECT_THAT(svdf.GetOutput(), ElementsAreArray(ArrayFloatNear(expected))); in TEST()
DHashtableLookupTest.cpp32 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
175 EXPECT_THAT(m.GetOutput(), ElementsAreArray(ArrayFloatNear({ in TEST()
DLSTMTest.cpp33 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
379 EXPECT_THAT(lstm.GetOutput(), ElementsAreArray(ArrayFloatNear(expected))); in TEST()
485 EXPECT_THAT(lstm.GetOutput(), ElementsAreArray(ArrayFloatNear(expected))); in TEST()
1106 EXPECT_THAT(lstm.GetOutput(), ElementsAreArray(ArrayFloatNear(expected))); in TEST()
DRNNTest.cpp33 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
331 EXPECT_THAT(rnn.GetOutput(), ElementsAreArray(ArrayFloatNear(expected))); in TEST()
DLayerNormLSTMTest.cpp38 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
422 EXPECT_THAT(lstm.GetOutput(), ElementsAreArray(ArrayFloatNear(expected))); in TEST()