Home
last modified time | relevance | path

Searched defs:inputData (Results 1 – 25 of 203) sorted by relevance

123456789

/external/armnn/src/backends/backendsCommon/test/
DArgMinMaxEndToEndTestImpl.hpp41 const std::vector<float>& inputData, in ArgMinMaxEndToEndImpl()
73 std::vector<float> inputData({ 6.0f, 2.0f, 8.0f, 10.0f, 9.0f }); in ArgMaxEndToEndSimple() local
91 std::vector<float> inputData({ 6.0f, 2.0f, 8.0f, 10.0f, 9.0f }); in ArgMinEndToEndSimple() local
109 std::vector<float> inputData({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMaxAxis0EndToEnd() local
134 std::vector<float> inputData({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMinAxis0EndToEnd() local
159 std::vector<float> inputData({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMaxAxis1EndToEnd() local
184 std::vector<float> inputData({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMinAxis1EndToEnd() local
209 std::vector<float> inputData({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMaxAxis2EndToEnd() local
235 std::vector<float> inputData({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMinAxis2EndToEnd() local
261 std::vector<float> inputData({ 1.0f, 3.0f, 6.0f, 7.0f, in ArgMaxAxis3EndToEnd() local
[all …]
DSplitterEndToEndTestImpl.hpp92 std::vector<T> inputData{ 1, 2, 3, 4 }; in Splitter1dEndToEnd() local
120 std::vector<T> inputData{ in Splitter2dDim0EndToEnd() local
155 std::vector<T> inputData{ in Splitter2dDim1EndToEnd() local
193 std::vector<T> inputData{ in Splitter3dDim0EndToEnd() local
241 std::vector<T> inputData{ in Splitter3dDim1EndToEnd() local
289 std::vector<T> inputData{ in Splitter3dDim2EndToEnd() local
329 std::vector<T> inputData{ in Splitter4dDim0EndToEnd() local
409 std::vector<T> inputData{ in Splitter4dDim1EndToEnd() local
489 std::vector<T> inputData{ in Splitter4dDim2EndToEnd() local
568 std::vector<T> inputData{ in Splitter4dDim3EndToEnd() local
DSpaceToDepthEndToEndTestImpl.cpp65 std::vector<float>& inputData, in SpaceToDepthEndToEnd()
110 std::vector<float> inputData = std::vector<float>( in SpaceToDepthNhwcEndToEndTest1() local
141 std::vector<float> inputData = std::vector<float>( in SpaceToDepthNchwEndToEndTest1() local
172 std::vector<float> inputData = std::vector<float>( in SpaceToDepthNhwcEndToEndTest2() local
204 std::vector<float> inputData = std::vector<float>( in SpaceToDepthNchwEndToEndTest2() local
DInstanceNormalizationEndToEndTestImpl.cpp63 std::vector<float>& inputData, in InstanceNormalizationEndToEnd()
112 std::vector<float> inputData = std::vector<float>( in InstanceNormalizationNhwcEndToEndTest1() local
182 std::vector<float> inputData = std::vector<float>( in InstanceNormalizationNchwEndToEndTest1() local
253 std::vector<float> inputData = std::vector<float>( in InstanceNormalizationNhwcEndToEndTest2() local
324 std::vector<float> inputData = std::vector<float>( in InstanceNormalizationNchwEndToEndTest2() local
DPooling2dEndToEndTestImpl.hpp65 std::vector<T> inputData{ 1, 2, 3, in MaxPool2dEndToEnd() local
90 std::vector<Half> inputData{ 1._h, 2._h, 3._h, in MaxPool2dEndToEndFloat16() local
114 std::vector<T> inputData{ 1, 2, 3, in AvgPool2dEndToEnd() local
155 std::vector<Half> inputData{ 1._h, 2._h, 3._h, in AvgPool2dEndToEndFloat16() local
DConcatEndToEndTestImpl.hpp70 std::vector<T> inputData{ in ConcatDim0EndToEnd() local
132 std::vector<T> inputData{ in ConcatDim1EndToEnd() local
194 std::vector<T> inputData{ in ConcatDim2EndToEnd() local
255 std::vector<T> inputData{ in ConcatDim3EndToEnd() local
DPreluEndToEndTestImpl.hpp40 const std::vector<T>& inputData, in PreluEndToEnd()
78 std::vector<T> inputData{ 1, 2, 3, 4, 5, 6, 7, 8 }; in PreluEndToEndPositiveTest() local
90 std::vector<T> inputData{ 1, -2, 3, 4, 5, 6, 7, 8 }; in PreluEndToEndNegativeTest() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DQueueInputStreamTest.java50 public static Stream<Arguments> inputData() { in inputData() method in QueueInputStreamTest
67 public void bufferedReads(final String inputData) throws IOException { in bufferedReads()
79 public void bufferedReadWrite(final String inputData) throws IOException { in bufferedReadWrite()
92 public void bufferedWrites(final String inputData) throws IOException { in bufferedWrites()
123 public void unbufferedReadWrite(final String inputData) throws IOException { in unbufferedReadWrite()
132 …private void writeUnbuffered(final QueueOutputStream outputStream, final String inputData) throws … in writeUnbuffered()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp282 vector<double> inputData = getFloat64s(rnd, numElements); in addComputeWorkgroupMemoryTests() local
309 vector<float> inputData = getFloat32s(rnd, numElements); in addComputeWorkgroupMemoryTests() local
341 vector<deFloat16> inputData = getFloat16s(rnd, numElements); in addComputeWorkgroupMemoryTests() local
374 vector<deInt64> inputData = getInt64s(rnd, numElements); in addComputeWorkgroupMemoryTests() local
400 vector<deInt32> inputData = getInt32s(rnd, numElements); in addComputeWorkgroupMemoryTests() local
431 vector<deInt16> inputData = getInt16s(rnd, numElements); in addComputeWorkgroupMemoryTests() local
464 vector<deInt8> inputData = getInt8s(rnd, numElements); in addComputeWorkgroupMemoryTests() local
496 vector<deUint64> inputData; in addComputeWorkgroupMemoryTests() local
526 vector<deUint32> inputData; in addComputeWorkgroupMemoryTests() local
561 vector<deUint16> inputData; in addComputeWorkgroupMemoryTests() local
[all …]
/external/armnn/delegate/test/
DDelegateOptionsTest.cpp24 std::vector<float> inputData = { 1, 2, 3, 4 }; variable
53 std::vector<float> inputData = { 1, 2, 3, 4 }; variable
81 std::vector<float> inputData = { 1, 2, 3, 4 }; variable
120 std::vector<uint8_t> inputData = { 1, 2, 3, 4 }; variable
144 std::vector<float> inputData = { 0.1f, -2.1f, 3.0f, -4.6f }; variable
179 std::vector<float> inputData = { 0.1f, -2.1f, 3.0f, -4.6f }; variable
216 std::vector<float> inputData = { 1, 2, 3, 4 }; variable
256 std::vector<float> inputData = { 1, 2, 3, 4 }; variable
288 std::vector<float> inputData = { 1, 2, 3, 4 }; in CreateFp16StringParsingTestRun() local
DActivationTest.cpp22 std::vector<float> inputData = { in ActivationReLuTest() local
45 std::vector<float> inputData = { in ActivationBoundedReluTest() local
70 std::vector<float> inputData = { in ActivationSigmoidTest() local
94 std::vector<float> inputData = { in ActivationTanHTest() local
117 std::vector<float> inputData = { in ActivationEluTest() local
145 std::vector<float> inputData = { in ActivationHardSwishTest() local
DStridedSliceTest.cpp28 std::vector<float> inputData { 1.0f, 1.0f, 1.0f, 2.0f, 2.0f, 2.0f, in StridedSlice4DTest() local
59 std::vector<float> inputData { 1.0f, 1.0f, 1.0f, 2.0f, 2.0f, 2.0f, in StridedSlice4DReverseTest() local
90 std::vector<float> inputData { 1.0f, 1.0f, 1.0f, 2.0f, 2.0f, 2.0f, in StridedSliceSimpleStrideTest() local
126 std::vector<float> inputData { 1.0f, 1.0f, 1.0f, 2.0f, 2.0f, 2.0f, in StridedSliceSimpleRangeMaskTest() local
/external/armnn/tests/ExecuteNetwork/
DTfliteExecutor.cpp77 auto inputData = m_TfLiteInterpreter->typed_tensor<float>(input); in TfLiteExecutor() local
83 auto inputData = m_TfLiteInterpreter->typed_tensor<int32_t>(input); in TfLiteExecutor() local
89 auto inputData = m_TfLiteInterpreter->typed_tensor<uint8_t>(input); in TfLiteExecutor() local
95 auto inputData = m_TfLiteInterpreter->typed_tensor<int16_t>(input); in TfLiteExecutor() local
101 auto inputData = m_TfLiteInterpreter->typed_tensor<int8_t>(input); in TfLiteExecutor() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DStackTestImpl.cpp31 const std::vector<std::vector<T>>& inputData, in StackTestHelper()
97 std::vector<std::vector<T>> inputData; in StackAxis0TestImpl() local
166 std::vector<std::vector<T>> inputData; in StackOutput4DAxis1TestImpl() local
236 std::vector<std::vector<T>> inputData; in StackOutput4DAxis2TestImpl() local
304 std::vector<std::vector<T>> inputData; in StackOutput4DAxis3TestImpl() local
380 std::vector<std::vector<T>> inputData; in StackOutput3DInputs3TestImpl() local
439 std::vector<std::vector<T>> inputData; in StackOutput5DTestImpl() local
579 std::vector<std::vector<armnn::Half>> inputData; in StackFloat16Test() local
DSoftmaxTestImpl.cpp34 const std::vector<float> inputData = member
51 const std::vector<float> inputData = member
66 const std::vector<float>& inputData, in SimpleSoftmaxBaseTestImpl()
139 const std::vector<float> inputData = in SimpleSoftmaxTestImpl() local
158 std::vector<float> inputData; in SimpleSoftmaxTestImpl() local
213 const std::vector<float>& inputData, in Simple3dSoftmaxTestImpl()
228 const std::vector<float>& inputData, in Simple4dSoftmaxTestImpl()
354 std::vector<float> inputData; in Simple3dAxisSoftmaxTest() local
460 std::vector<float> inputData; in Simple4dAxisSoftmaxTest() local
DTransposeConvolution2dTestImpl.cpp120 const std::vector<float>& inputData, in TransposeConvolution2dTest()
206 std::vector<T>& inputData, in SwizzleData()
250 std::vector<float> inputData = in SimpleTransposeConvolution2dTest() local
339 std::vector<float> inputData = in PaddedTransposeConvolution2dTest() local
430 std::vector<float> inputData = in StridedTransposeConvolution2dTest() local
511 std::vector<float> inputData = in MultiChannelTransposeConvolution2dTest() local
594 std::vector<uint8_t> inputData = in TransposeConvolution2dPerAxisQuantTest() local
DQuantizeTestImpl.cpp29 const std::vector<float>& inputData, in QuantizeTestImpl()
73 std::vector<float> inputData = std::vector<float>( in QuantizeSimpleTest() local
113 std::vector<float> inputData = std::vector<float>( in QuantizeClampTest() local
/external/armnn/src/armnn/test/optimizations/
DReduceMultipleAxesTests.cpp46 const std::vector<float>& inputData, in ReduceWithMultipleAxesTest()
130 const std::vector<float> inputData({1.0f, 2.0f, 3.0f, 4.0f, in ReduceSumWithTwoAxesKeepDimsTest() local
162 const std::vector<float> inputData({1.0f, 2.0f, 3.0f, 4.0f, in ReduceSumWithTwoAxesTest() local
194 const std::vector<float> inputData({1.0f, 2.0f, in ReduceSumWithThreeAxesKeepDimsTest() local
229 const std::vector<float> inputData({1.0f, 2.0f, in ReduceSumWithThreeAxesTest() local
/external/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp180 const void *inputData; member
377 static void InitTestData(std::array<GLfloat, kVertexCount> &inputData, in InitTestData()
418 std::array<GLubyte, kVertexCount> inputData = { in TEST_P() local
433 std::array<GLubyte, kVertexCount> inputData = { in TEST_P() local
448 std::array<GLbyte, kVertexCount> inputData = { in TEST_P() local
462 std::array<GLbyte, kVertexCount> inputData = { in TEST_P() local
476 std::array<GLushort, kVertexCount> inputData = { in TEST_P() local
491 std::array<GLushort, kVertexCount> inputData = { in TEST_P() local
506 std::array<GLshort, kVertexCount> inputData = { in TEST_P() local
520 std::array<GLshort, kVertexCount> inputData = { in TEST_P() local
[all …]
/external/armnn/src/armnnDeserializer/test/
DParserFlatbuffersSerializeFixture.hpp169 const std::vector<DataType>& inputData, in RunTest()
181 const std::vector<InputDataType>& inputData, in RunTest()
191 … const std::map<std::string, std::vector<DataType>>& inputData, in RunTest()
204 const std::map<std::string, std::vector<InputDataType>>& inputData, in RunTest()
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_Vendor_TCG_Test.c17 const TPM2B_DATA *inputData) in Tss2_Sys_Vendor_TCG_Test_Prepare()
73 const TPM2B_DATA *inputData, in Tss2_Sys_Vendor_TCG_Test()
/external/armnn/src/backends/reference/workloads/
DRefFakeQuantizationFloat32Workload.cpp17 void FakeQuantization(const float* inputData, float* outputData, uint32_t numElements, float min, f… in FakeQuantization()
47 const float* inputData = reinterpret_cast<const float*>(inputs[0]->Map()); in Execute() local
/external/tpm2-tss/src/tss2-esys/api/
DEsys_Vendor_TCG_Test.c62 const TPM2B_DATA *inputData, in Esys_Vendor_TCG_Test()
128 const TPM2B_DATA *inputData) in Esys_Vendor_TCG_Test_Async()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/workmanager/src/main/java/com/google/android/exoplayer2/ext/workmanager/
DWorkManagerScheduler.java82 Data inputData = buildInputData(requirements, servicePackage, serviceAction); in schedule() local
145 private static OneTimeWorkRequest buildWorkRequest(Constraints constraints, Data inputData) { in buildWorkRequest()
169 Data inputData = Assertions.checkNotNull(workerParams.getInputData()); in doWork() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/workmanager/src/main/java/com/google/android/exoplayer2/ext/workmanager/
DWorkManagerScheduler.java80 Data inputData = buildInputData(requirements, servicePackage, serviceAction); in schedule() local
143 private static OneTimeWorkRequest buildWorkRequest(Constraints constraints, Data inputData) { in buildWorkRequest()
167 Data inputData = Assertions.checkNotNull(workerParams.getInputData()); in doWork() local

123456789