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

  /external/tensorflow/tensorflow/core/kernels/
summary_image_op.cc 84 auto ith_image = [&tensor, batch_size, hw, depth](int i) { variable
90 c, AddImages(base_tag, batch_size, w, h, depth, ith_image, &s));
121 auto ith_image = [&tensor, &image, bad_color, batch_size, hw, local
131 AddImages(base_tag, batch_size, w, h, depth, ith_image, s));
134 // Add the sequence of images specified by ith_image to the summary.
136 // Factoring this loop out into a helper function lets ith_image behave
138 // buffer which can be shared across calls to ith_image, but the uint8 case
141 const std::function<Uint8Image(int)>& ith_image,
158 auto image = ith_image(i);
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_converter.cc 67 // Add the sequence of images specified by ith_image to the summary.
69 // Factoring this loop out into a helper function lets ith_image behave
71 // buffer which can be shared across calls to ith_image, but the uint8 case
75 const std::function<Uint8Image(int)>& ith_image, Summary* s) {
91 const auto image = ith_image(i);
194 auto ith_image = [&tensor, &image, bad_color, batch_size, hw, depth](int i) { local
201 return AddImages(base_tag, max_images, batch_size, w, h, depth, ith_image, s);
260 auto ith_image = [&tensor, batch_size, hw, depth](int i) { local
266 AddImages(tag, max_images, batch_size, w, h, depth, ith_image, s));

Completed in 405 milliseconds