OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RGBToHSV
(Results
1 - 4
of
4
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowColor.java
25
protected static void
RGBToHSV
(int red, int green, int blue, float hsv[]) {
/external/tensorflow/tensorflow/core/kernels/
colorspace_op.h
28
struct
RGBToHSV
{
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
image_ops.cc
36
std::array<xla::XlaOp, 3>
RGBToHSV
(XlaOpKernelContext* ctx, xla::XlaBuilder* b,
124
auto hsv =
RGBToHSV
(context, b, {red, green, blue}, context->input_type(0),
130
REGISTER_XLA_OP(Name("
RGBToHSV
"), RGBToHSVOp);
258
RGBToHSV
(context, b, {red, green, blue}, DT_FLOAT, channel_shape);
312
RGBToHSV
(context, b, {red, green, blue}, DT_FLOAT, channel_shape);
/external/tensorflow/tensorflow/go/op/
wrappers.go
[
all
...]
Completed in 291 milliseconds