Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for measure (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    The backward operation for "BiasAdd" on the "bias" tensor.
      }];
    
      let description = [{
    It accumulates all the values from out_backprop into the feature dimension.
    For NHWC data format, the feature dimension is the last. For NCHW data format,
    the feature dimension is the third-to-last.
      }];
    
      let arguments = (ins
        Arg<TF_NumberTensor, [{Any number of dimensions.}]>:$out_backprop,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        operations such as categorical feature encoding, text vectorization, data
        normalization, and data discretization (binning). The newly added layers
        provide a replacement for the legacy feature column API, and support
        composite tensor inputs.
    *   Added **categorical data** processing layers:
        *   `IntegerLookup` & `StringLookup`: build an index of categorical feature
            values
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.testkit.runner.internal.feature.BuildResultOutputFeatureCheck> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildResultOutputFeatureCheck.java:0)
    Class <org.gradle.testkit.runner.internal.feature.FeatureCheck> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (FeatureCheck.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top