HomeSort by relevance Sort by last modified time
    Searched refs:transform_info (Results 1 - 3 of 3) sorted by null

  /external/libpng/contrib/libtests/
pngimage.c 92 static struct transform_info struct
118 } transform_info[] = variable in typeref:struct:transform_info
270 #define TTABLE_SIZE ARRAY_SIZE(transform_info)
320 for (i=0; i<TTABLE_SIZE; ++i) if (transform_info[i].name != NULL)
322 if ((transform_info[i].transform & t) != 0)
323 return transform_info[i].name;
341 for (i=0; i<TTABLE_SIZE; ++i) if (transform_info[i].name != NULL)
343 if (transform_info[i].when & TRANSFORM_R)
344 read_transforms |= transform_info[i].transform;
346 if (transform_info[i].when & TRANSFORM_W
    [all...]
pngvalid.c 6702 transform_info(png_structp pp, png_infop pi) function
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_graph.cc 255 for (const auto& transform_info : transform_params) {
256 const string& transform_name = transform_info.first;
270 context.params = transform_info.second;
273 ShouldIgnoreErrors(transform_info.second, &ignore_errors));

Completed in 100 milliseconds