Searched defs:RGBToHSV (Results 1 – 4 of 4) sorted by relevance
28 struct RGBToHSV { struct29 void operator()(const Device &d, in operator()
25 protected static void RGBToHSV(int red, int green, int blue, float hsv[]) { in RGBToHSV() method in ShadowColor
38 std::array<xla::XlaOp, 3> RGBToHSV(XlaOpKernelContext* ctx, xla::XlaBuilder* b, in RGBToHSV() function
12770 func RGBToHSV(scope *Scope, images tf.Output) (output tf.Output) { func