/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | RGBToHSV.pbtxt | 2 name: "RGBToHSV" 26 name: "RGBToHSV"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | RGBToHSV.pbtxt | 2 name: "RGBToHSV" 26 name: "RGBToHSV"
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | colorspace_op.cc | 74 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>; \
|
D | colorspace_op_gpu.cu.cc | 29 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/skia/docs/examples/ |
D | RGBToHSV.cpp | 6 REG_FIDDLE(RGBToHSV, 256, 256, false, 3) {
|
/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 | 38 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/ |
D | disabled_examples.txt | 143 docs/examples/RGBToHSV.cpp
|
D | documumentation_examples_map.txt | 907 [RGBToHSV]
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | gpu_supported_ops.md | 166 `RGBToHSV` | `T={double,float}`
|
D | cpu_supported_ops.md | 166 `RGBToHSV` | `T={double,float}`
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 3200 name: "RGBToHSV"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 3200 name: "RGBToHSV"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 22442 name: "RGBToHSV" 22453 name: "RGBToHSV"
|
D | ops_history.v2.pbtxt | 50476 name: "RGBToHSV" 50500 name: "RGBToHSV"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 12770 func RGBToHSV(scope *Scope, images tf.Output) (output tf.Output) { func
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 9982 def TF_RGBToHSVOp : TF_Op<"RGBToHSV", [NoSideEffect]> {
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 34587 name: "RGBToHSV"
|