Searched refs:RGBToHSV (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | colorspace_op.cc | 76 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>; \
|
D | colorspace_op_gpu.cu.cc | 28 template class functor::RGBToHSV<GPUDevice, T>; \
|
D | colorspace_op.h | 28 struct RGBToHSV { struct
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_RGBToHSV.pbtxt | 2 graph_op_name: "RGBToHSV"
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_RGBToHSV.pbtxt | 2 graph_op_name: "RGBToHSV"
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowColor.java | 25 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/ |
D | api_def_RGBToHSV.pbtxt | 2 graph_op_name: "RGBToHSV"
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowColorTest.java | 63 Color.RGBToHSV(0, 0, 255, hsv); in RGBToHSVShouldBeCorrectForBlue()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | image_ops.cc | 36 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/ |
D | cpu_supported_ops.md | 166 `RGBToHSV` | `T={double,float}`
|
D | gpu_supported_ops.md | 166 `RGBToHSV` | `T={double,float}`
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2588 name: "RGBToHSV"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2588 name: "RGBToHSV"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 22442 name: "RGBToHSV" 22453 name: "RGBToHSV"
|
D | ops_history.v2.pbtxt | 51139 name: "RGBToHSV" 51163 name: "RGBToHSV"
|
D | ops_history.v1.pbtxt | 51722 name: "RGBToHSV" 51746 name: "RGBToHSV"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 35887 func RGBToHSV(scope *Scope, images tf.Output) (output tf.Output) { func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 26443 name: "RGBToHSV"
|