Home
last modified time | relevance | path

Searched defs:input_data (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/system/extras/simpleperf/
H A Dcmd_debug_unwind_test.cpp39 std::string input_data = GetTestData(PERF_DATA_NO_UNWIND); in TEST() local
48 std::string input_data = GetTestData(PERF_DATA_NO_UNWIND); in TEST() local
62 std::string input_data = GetTestData(PERF_DATA_NO_UNWIND); in TEST() local
73 std::string input_data = GetTestData(NATIVELIB_IN_APK_PERF_DATA); in TEST() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dunidirectional_sequence_rnn.mod.py20 activation, time_major, output, input_data, weights_data, argument
49 input_data = [ variable
H A Dabs.mod.py21 input_data = [(i - 60) / 10 for i in range(120)] variable
H A Dexp.mod.py23 input_data = [(i - 60) / 10 for i in range(120)] variable
H A Dlog.mod.py23 input_data = [(i + 1) / 10 for i in range(120)] variable
H A Dneg.mod.py21 input_data = [(i - 60) / 10 for i in range(120)] variable
H A Drsqrt.mod.py23 input_data = [(i + 1) / 10 for i in range(120)] variable
H A Dsin.mod.py23 input_data = [(i - 60) / 10 for i in range(120)] variable
H A Dsqrt.mod.py23 input_data = [i / 10 for i in range(120)] variable
H A Dgather.mod.py17 def test(input0, axis, indices, output0, input_data, output_data): argument
H A Dlog_softmax.mod.py19 def test(input0, output0, input_data, beta, axis, output_data): argument
H A Dreduce_all.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): argument
H A Dreduce_any.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): argument
H A Dreduce_max.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): argument
H A Dreduce_min.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): argument
H A Dreduce_prod.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): argument
H A Dreduce_sum.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): argument
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dunidirectional_sequence_rnn.mod.py20 activation, time_major, output, output_state, input_data, weights_data, argument
52 input_data = [ variable
H A Dabs_int32.mod.py21 input_data = [i - 60 for i in range(119)] + [-(2 ** 24 + 1)] variable
H A Dreduce_max_quant8_signed.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): argument
H A Dreduce_min_quant8_signed.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): argument
H A Dif_same_branch_model.mod.py20 input_data = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] variable
H A Dif_simple.mod.py19 input_data = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] variable
H A Dgather_quant8_signed.mod.py46 def test(input0, axis, indices, output0, input_data, output_data): argument
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3_cts_only/
H A Dif_simple_unknown_dimension.mod.py19 input_data = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] variable

12