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

  /external/tensorflow/tensorflow/core/kernels/
summary_image_op.cc 90 c, AddImages(base_tag, batch_size, w, h, depth, ith_image, &s));
131 AddImages(base_tag, batch_size, w, h, depth, ith_image, s));
140 Status AddImages(const string& tag, int batch_size, int w, int h, int depth,
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_converter.cc 73 Status AddImages(const string& tag, int max_images, int batch_size, int w,
201 return AddImages(base_tag, max_images, batch_size, w, h, depth, ith_image, s);
266 AddImages(tag, max_images, batch_size, w, h, depth, ith_image, s));

Completed in 65 milliseconds