HomeSort by relevance Sort by last modified time
    Searched defs:color_table (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
draw_bounding_box_op.cc 67 float color_table[color_table_length][4] = { variable
77 color_table[i][0] = 1;
147 static_cast<T>(color_table[color_index][c]);
155 static_cast<T>(color_table[color_index][c]);
163 static_cast<T>(color_table[color_index][c]);
171 static_cast<T>(color_table[color_index][c]);
  /external/u-boot/include/
bmp_layout.h 48 struct bmp_color_table_entry color_table[0]; member in struct:bmp_image
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 46 class color_table(aetools.ComponentItem): class in inherits:aetools.ComponentItem
211 color_table._superclassnames = []
212 color_table._privpropdict = {
214 color_table._privelemdict = {
392 'clrt' : color_table,
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer

Completed in 1448 milliseconds