Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_hue_op.cc86 class AdjustHueOp;
199 class AdjustHueOp<CPUDevice, float> : public AdjustHueOpBase { class
201 explicit AdjustHueOp(OpKernelConstruction* context) in AdjustHueOp() function in tensorflow::AdjustHueOp
250 AdjustHueOp<CPUDevice, float>);
254 class AdjustHueOp<GPUDevice, T> : public AdjustHueOpBase { class
256 explicit AdjustHueOp(OpKernelConstruction* context) in AdjustHueOp() function in tensorflow::AdjustHueOp
281 AdjustHueOp<GPUDevice, T>);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc274 class AdjustHueOp : public XlaOpKernel { class
276 explicit AdjustHueOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in AdjustHueOp() function in tensorflow::__anonafff41110111::AdjustHueOp
331 REGISTER_XLA_OP(Name("AdjustHue"), AdjustHueOp);
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc95 TypeID::get<TF::AdjustHueOp>(), in IsOpAllowedTf2XlaFallback()