Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Reports (0.23 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "ports": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Experimental support for quantized models with the Android GPU delegate
        *   Add GPU delegate whitelist.
        *   Rename GPU whitelist -> compatibility (list).
        *   Improve GPU compatibility list entries from crash reports.
    *   NNAPI
        *   Set default value for
            `StatefulNnApiDelegate::Options::max_number_delegated_partitions` to 3.
        *   Add capability to disable `NNAPI` CPU and check `NNAPI` Errno.
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_CheckNumericsOp : TF_Op<"CheckNumerics", [TF_MustExecute, TF_NoConstantFold, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Checks a tensor for NaN and Inf values.";
    
      let description = [{
    When run, reports an `InvalidArgument` error if `tensor` has any values
    that are not a number (NaN) or infinity (Inf). Otherwise, returns the input
    tensor.
    
    Example usage:
    
    ``` python
    a = tf.Variable(1.0)
    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