Home
last modified time | relevance | path

Searched refs:AddImages (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsummary_image_op.cc95 c, AddImages(base_tag, batch_size, w, h, depth, ith_image, &s)); in Compute()
136 AddImages(base_tag, batch_size, w, h, depth, ith_image, s)); in NormalizeAndAddImages()
145 Status AddImages(const string& tag, int batch_size, int w, int h, int depth, in AddImages() function in tensorflow::SummaryImageOp
/external/tensorflow/tensorflow/core/summary/
Dsummary_converter.cc73 Status AddImages(const string& tag, int max_images, int batch_size, int w, in AddImages() function
201 return AddImages(base_tag, max_images, batch_size, w, h, depth, ith_image, s); in NormalizeAndAddImages()
266 AddImages(tag, max_images, batch_size, w, h, depth, ith_image, s)); in AddTensorAsImageToSummary()