Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RGBToHSV (0.11 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    @end_compatibility}]>:$output
      );
    
      TF_DerivedOperandTypeAttr Treal = TF_DerivedOperandTypeAttr<0>;
      TF_DerivedResultTypeAttr Tcomplex = TF_DerivedResultTypeAttr<0>;
    }
    
    def TF_RGBToHSVOp : TF_Op<"RGBToHSV", [Pure]> {
      let summary = "Converts one or more images from RGB to HSV.";
    
      let description = [{
    Outputs a tensor of the same shape as the `images` tensor, containing the HSV
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top