Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsummary_image_op.cc42 *proto, AllocatorAttributes(), &bad_color_)); in SummaryImageOp()
43 OP_REQUIRES(context, bad_color_.dtype() == DT_UINT8, in SummaryImageOp()
45 DataTypeString(bad_color_.dtype()))); in SummaryImageOp()
47 context, TensorShapeUtils::IsVector(bad_color_.shape()), in SummaryImageOp()
49 bad_color_.shape().DebugString())); in SummaryImageOp()
117 OP_REQUIRES(c, bad_color_.dim_size(0) >= depth, in NormalizeAndAddImages()
120 ", bad_color.size = ", bad_color_.dim_size(0))); in NormalizeAndAddImages()
121 auto bad_color_full = bad_color_.vec<uint8>(); in NormalizeAndAddImages()
252 Tensor bad_color_; member in tensorflow::SummaryImageOp
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py752 bad_color_ = (constant_op.constant([255, 0, 0, 255], dtype=dtypes.uint8)
760 bad_color_,