Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DRGBToHSV.pbtxt2 name: "RGBToHSV"
26 name: "RGBToHSV"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DRGBToHSV.pbtxt2 name: "RGBToHSV"
26 name: "RGBToHSV"
/external/tensorflow/tensorflow/core/kernels/image/
Dcolorspace_op.cc74 functor::RGBToHSV<Device, T>()(context->eigen_device<Device>(), input_data, in Compute()
127 void RGBToHSV<GPUDevice, T>::operator()( \
130 extern template struct RGBToHSV<GPUDevice, T>; \
Dcolorspace_op_gpu.cu.cc29 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/skia/docs/examples/
DRGBToHSV.cpp6 REG_FIDDLE(RGBToHSV, 256, 256, false, 3) {
/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.cc38 std::array<xla::XlaOp, 3> RGBToHSV(XlaOpKernelContext* ctx, xla::XlaBuilder* b, in RGBToHSV() function
126 auto hsv = RGBToHSV(context, b, {red, green, blue}, context->input_type(0), in Compile()
260 RGBToHSV(context, b, {red, green, blue}, DT_FLOAT, channel_shape); in Compile()
314 RGBToHSV(context, b, {red, green, blue}, DT_FLOAT, channel_shape); in Compile()
/external/skia/tools/fiddle/
Ddisabled_examples.txt143 docs/examples/RGBToHSV.cpp
Ddocumumentation_examples_map.txt907 [RGBToHSV]
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md166 `RGBToHSV` | `T={double,float}`
Dcpu_supported_ops.md166 `RGBToHSV` | `T={double,float}`
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt3200 name: "RGBToHSV"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt3200 name: "RGBToHSV"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt22442 name: "RGBToHSV"
22453 name: "RGBToHSV"
Dops_history.v2.pbtxt50476 name: "RGBToHSV"
50500 name: "RGBToHSV"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go12770 func RGBToHSV(scope *Scope, images tf.Output) (output tf.Output) { func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td9982 def TF_RGBToHSVOp : TF_Op<"RGBToHSV", [NoSideEffect]> {
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt34587 name: "RGBToHSV"