Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dcolorspace_op.cc41 class RGBToHSVOp : public OpKernel { class
43 explicit RGBToHSVOp(OpKernelConstruction* context) : OpKernel(context) {} in RGBToHSVOp() function in tensorflow::RGBToHSVOp
111 RGBToHSVOp<CPUDevice, T>); \
112 template class RGBToHSVOp<CPUDevice, T>; \
142 RGBToHSVOp<GPUDevice, T>); \
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc96 class RGBToHSVOp : public XlaOpKernel { class
98 explicit RGBToHSVOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in RGBToHSVOp() function in tensorflow::__anonca00298a0111::RGBToHSVOp
132 REGISTER_XLA_OP(Name("RGBToHSV"), RGBToHSVOp);
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc207 TypeID::get<TF::RGBToHSVOp>(), in IsOpAllowedTf2XlaFallback()