Home
last modified time | relevance | path

Searched refs:input0Values (Results 1 – 12 of 12) sorted by relevance

/external/armnn/delegate/test/
DElementwiseBinaryTest.cpp28 std::vector<float> input0Values = in AddFP32Test() local
80 input0Values, in AddFP32Test()
91 std::vector<float> input0Values in AddBroadcastTest() local
127 input0Values, in AddBroadcastTest()
138 std::vector<float> input0Values in AddConstInputTest() local
173 input0Values, in AddConstInputTest()
187 std::vector<float> input0Values { 4.0f, 0.8f, 0.7f, -0.8f }; in AddActivationTest() local
198 input0Values, in AddActivationTest()
209 std::vector<uint8_t> input0Values = in AddUint8Test() local
234 input0Values, in AddUint8Test()
[all …]
DComparisonTest.cpp28 std::vector<float> input0Values = in EqualFP32Test() local
53 input0Values, in EqualFP32Test()
64 std::vector<float> input0Values in EqualBroadcastTest() local
82 input0Values, in EqualBroadcastTest()
93 std::vector<int32_t> input0Values = { 1, 5, 6, 4 }; in EqualInt32Test() local
105 input0Values, in EqualInt32Test()
116 std::vector<float> input0Values = in NotEqualFP32Test() local
140 input0Values, in NotEqualFP32Test()
151 std::vector<float> input0Values in NotEqualBroadcastTest() local
169 input0Values, in NotEqualBroadcastTest()
[all …]
DLogicalTest.cpp26 std::vector<bool> input0Values { 0, 0, 1, 1 }; in LogicalBinaryAndBoolTest() local
36 input0Values, in LogicalBinaryAndBoolTest()
47 std::vector<bool> input0Values { 0, 1, 0, 1 }; in LogicalBinaryAndBroadcastTest() local
57 input0Values, in LogicalBinaryAndBroadcastTest()
68 std::vector<bool> input0Values { 0, 0, 1, 1 }; in LogicalBinaryOrBoolTest() local
78 input0Values, in LogicalBinaryOrBoolTest()
89 std::vector<bool> input0Values { 0, 1, 0, 1 }; in LogicalBinaryOrBroadcastTest() local
99 input0Values, in LogicalBinaryOrBroadcastTest()
DReduceTest.cpp26 std::vector<uint8_t> input0Values { 1, 2, 3, in ReduceUint8KeepDimsTest() local
36 input0Values, in ReduceUint8KeepDimsTest()
50 std::vector<uint8_t> input0Values { 1, 2, 3, in ReduceUint8Test() local
60 input0Values, in ReduceUint8Test()
74 std::vector<float> input0Values { 1001.0f, 11.0f, 1003.0f, in ReduceFp32KeepDimsTest() local
84 input0Values, in ReduceFp32KeepDimsTest()
98 std::vector<float> input0Values { 1001.0f, 11.0f, 1003.0f, in ReduceFp32Test() local
108 input0Values, in ReduceFp32Test()
DControlTest.cpp140 std::vector<uint8_t> input0Values { 5, 10, 15 }; // Inputs in MeanUint8KeepDimsTest() local
151 input0Values, in MeanUint8KeepDimsTest()
163 std::vector<uint8_t> input0Values { 5, 10, 15, 20 }; // Inputs in MeanUint8Test() local
174 input0Values, in MeanUint8Test()
186 std::vector<float> input0Values { 1.0f, 1.5f, 2.0f, 2.5f }; // Inputs in MeanFp32KeepDimsTest() local
197 input0Values, in MeanFp32KeepDimsTest()
209 std::vector<float> input0Values { 1.0f, 1.5f, 2.0f, 2.5f }; // Inputs in MeanFp32Test() local
220 input0Values, in MeanFp32Test()
DTransposeTest.cpp23 std::vector<float> input0Values = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, in TransposeFP32Test() local
33 input0Values, in TransposeFP32Test()
DReduceTestHelper.hpp154 std::vector<T>& input0Values, in ReduceTest() argument
186 CHECK(tfLiteInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in ReduceTest()
194 CHECK(armnnInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in ReduceTest()
DLogicalTestHelper.hpp135 std::vector<bool>& input0Values, in LogicalBinaryTest() argument
153 CHECK(tfLiteInterpreter.FillInputTensor(input0Values, 0) == kTfLiteOk); in LogicalBinaryTest()
162 CHECK(armnnInterpreter.FillInputTensor(input0Values, 0) == kTfLiteOk); in LogicalBinaryTest()
DComparisonTestHelper.hpp157 std::vector<T>& input0Values, in ComparisonTest() argument
175 CHECK(tfLiteInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in ComparisonTest()
184 CHECK(armnnInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in ComparisonTest()
DElementwiseBinaryTestHelper.hpp181 std::vector<T>& input0Values, in ElementwiseBinaryTest() argument
203 CHECK(tfLiteInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in ElementwiseBinaryTest()
212 CHECK(armnnInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in ElementwiseBinaryTest()
DDelegateOptionsTestHelper.hpp229 std::vector<T>& input0Values, in DelegateOptionTest() argument
246 CHECK(tfLiteInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in DelegateOptionTest()
256 CHECK(armnnInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in DelegateOptionTest()
DControlTestHelper.hpp266 std::vector<T>& input0Values, in MeanTest() argument
287 CHECK(tfLiteInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in MeanTest()
295 CHECK(armnnInterpreter.FillInputTensor<T>(input0Values, 0) == kTfLiteOk); in MeanTest()