Searched refs:RgbToBgr (Results 1 – 8 of 8) sorted by relevance
58 rgb2bgr_op = vision.RgbToBgr()98 py_vision.RgbToBgr()140 vision.RgbToBgr()
32 return RgbToBgr(input, output); in Compute()
114 Status RgbToBgr(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output);
323 Status RgbToBgr(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output);
459 Status RgbToBgr(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output) { in RgbToBgr() function
1372 Status RgbToBgr(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output) { in RgbToBgr() function
1338 class RgbToBgr(py_transforms.PyTensorOperation): class
1601 class RgbToBgr(ImageTensorOperation): class