Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc568 const int requested_channels = channels_ ? channels_ : img_channels; in DecodeBmpV2() local
623 0, TensorShape({abs_height, width, requested_channels}), &output)); in DecodeBmpV2()
629 abs_height, requested_channels, img_channels, top_down); in DecodeBmpV2()
632 new uint8[height * width * requested_channels]); in DecodeBmpV2()
634 requested_channels, img_channels, top_down); in DecodeBmpV2()
636 requested_channels); in DecodeBmpV2()