Searched refs:bad_color_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_image_op.cc | 42 *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/ |
D | summary_ops_v2.py | 890 bad_color_ = (constant_op.constant([255, 0, 0, 255], dtype=dtypes.uint8) 898 bad_color_,
|