Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcolorspace_op.cc76 functor::RGBToHSV<Device, T>()(context->eigen_device<Device>(), input_data, in Compute()
128 void RGBToHSV<GPUDevice, T>::operator()( \
131 extern template struct RGBToHSV<GPUDevice, T>; \
Dcolorspace_op_gpu.cu.cc28 template class functor::RGBToHSV<GPUDevice, T>; \
Dcolorspace_op.h28 struct RGBToHSV { struct
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_RGBToHSV.pbtxt2 graph_op_name: "RGBToHSV"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_RGBToHSV.pbtxt2 graph_op_name: "RGBToHSV"
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowColor.java25 protected static void RGBToHSV(int red, int green, int blue, float hsv[]) { in RGBToHSV() method in ShadowColor
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RGBToHSV.pbtxt2 graph_op_name: "RGBToHSV"
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowColorTest.java63 Color.RGBToHSV(0, 0, 255, hsv); in RGBToHSVShouldBeCorrectForBlue()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc36 std::array<xla::XlaOp, 3> RGBToHSV(XlaOpKernelContext* ctx, xla::XlaBuilder* b, in RGBToHSV() function
124 auto hsv = RGBToHSV(context, b, {red, green, blue}, context->input_type(0), in Compile()
258 RGBToHSV(context, b, {red, green, blue}, DT_FLOAT, channel_shape); in Compile()
312 RGBToHSV(context, b, {red, green, blue}, DT_FLOAT, channel_shape); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md166 `RGBToHSV` | `T={double,float}`
Dgpu_supported_ops.md166 `RGBToHSV` | `T={double,float}`
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2588 name: "RGBToHSV"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt2588 name: "RGBToHSV"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt22442 name: "RGBToHSV"
22453 name: "RGBToHSV"
Dops_history.v2.pbtxt51139 name: "RGBToHSV"
51163 name: "RGBToHSV"
Dops_history.v1.pbtxt51722 name: "RGBToHSV"
51746 name: "RGBToHSV"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go35887 func RGBToHSV(scope *Scope, images tf.Output) (output tf.Output) { func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt26443 name: "RGBToHSV"