Searched refs:array (Results 1 – 8 of 8) sorted by relevance
101 static inline std::string BytesToHex(const uint8_t (&array)[N]) { in BytesToHex()102 return BytesToHex(std::vector<uint8_t>(&array[0], &array[N])); in BytesToHex()
16 img_f64 = np.array(Image.open(filename).resize(size)).astype(np.float) / 128 - 1
30 def reshape_to_matrix(array): argument32 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)),
40 builder.setMultiChoiceItems(R.array.settings_array, mEnables, in onCreateDialog()
53 std::array<char, 256> line; in TEST_F()
305 return array -> Arrays.asList(array).containsAll(Arrays.asList(args)); in contains()
442 std::array<std::string, 10> descriptor_values = { in TEST()
434 // Length of an array. Also used for TYPE_VECTOR at runtime.