Searched refs:img_array (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/testing/model_coverage/ |
D | model_coverage_quantization_test.py | 129 img_array = keras.applications.inception_v3.preprocess_input( 135 input_data=[img_array], 143 img_array = keras.applications.inception_v3.preprocess_input( 149 input_data=[img_array], 159 img_array = keras.applications.inception_v3.preprocess_input( 165 input_data=[img_array],
|
D | model_coverage_lib.py | 96 img_array = keras.preprocessing.image.img_to_array(img) 97 img_array = np.expand_dims(img_array, axis=0) 98 return img_array
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 1507 struct vrend_array *img_array = &sprog->ss[id]->sel->sinfo.image_arrays[i]; in bind_image_locs() local 1508 for (int j = 0; j < img_array->array_size; j++) { in bind_image_locs() 1509 snprintf(name, 32, "%simg%d[%d]", prefix, img_array->first, j); in bind_image_locs() 1510 sprog->img_locs[id][img_array->first + j] = glGetUniformLocation(sprog->id, name); in bind_image_locs() 1511 if (sprog->img_locs[id][img_array->first + j] == -1) in bind_image_locs()
|