Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
H A Dtrt_testutils.cc31 ::testing::Matcher<std::vector<float>> ArrayFloatNear( in ArrayFloatNear() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
H A Dfuse_binary_into_preceding_affine_test.cc30 std::vector<testing::Matcher<float>> ArrayFloatNear( in ArrayFloatNear() function
H A Dfuse_binary_into_following_affine_test.cc30 std::vector<testing::Matcher<float>> ArrayFloatNear( in ArrayFloatNear() function
H A Dresolve_constant_concatenation_test.cc30 std::vector<testing::Matcher<float>> ArrayFloatNear( in ArrayFloatNear() function
H A Dlstm_utils_test.cc32 std::vector<testing::Matcher<float>> ArrayFloatNear( in ArrayFloatNear() function
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DEmbeddingLookupTest.cpp35 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
DRNNTest.cpp35 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
DHashtableLookupTest.cpp35 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
DSVDFTest.cpp34 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
DLayerNormLSTMTest.cpp38 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
DLSTMTest.cpp35 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtest_util.cc60 std::vector<Matcher<float>> ArrayFloatNear(const std::vector<float>& values, in ArrayFloatNear() function
H A Dlstm_eval_test.cc44 bool ArrayFloatNear(const T* result, const T* expected_result, int size, in ArrayFloatNear() function