Home
last modified time | relevance | path

Searched refs:array (Results 1 – 10 of 10) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dvts_kernel_encryption.h87 static inline std::string BytesToHex(const uint8_t (&array)[N]) { in BytesToHex()
88 return BytesToHex(std::vector<uint8_t>(&array[0], &array[N])); in BytesToHex()
/test/mlts/benchmark/tools/
Dtensor_utils.py30 def reshape_to_matrix(array): argument
32 array = array.astype(float)
33 width = math.ceil(len(array)**0.5)
34 height = math.ceil(len(array)/ width)
35 padded = np.pad(array=array,
36 pad_width=(0, width * height - len(array)),
Dgen_mobilenet_input.py16 img_f64 = np.array(Image.open(filename).resize(size)).astype(np.float) / 128 - 1
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_graph.jsp86 * - values: an array of numbers
87 * - ticks: an array of strings to use as x-axis labels
88 * - ids: an array of string labels for each point (e.g. the
129 * - values: an array of numbers
130 * - ids: an array of string labels for each point (e.g. the
Dshow_table.jsp85 * @param logEntries Array of string arrays. Each entry in the outer array
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNSettings.java40 builder.setMultiChoiceItems(R.array.settings_array, mEnables, in onCreateDialog()
/test/vts-testcase/kernel/loop/
Dvts_kernel_loopconfig_test.cpp47 std::array<char, 256> line; in TEST_F()
/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js299 var allTestCases = data.reduce(function(array, column) { argument
300 return array.concat(column.data);
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp926 std::array<std::string, 10> descriptor_values = { in TEST()
/test/vts/proto/
DComponentSpecificationMessage.proto434 // Length of an array. Also used for TYPE_VECTOR at runtime.