Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for NP (0.07 sec)

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

      let summary = "Returns which elements of x are NaN.";
    
      let description = [{
    @compatibility(numpy)
    Equivalent to np.isnan
    @end_compatibility
    
    Example:
    
    ```python
    x = tf.constant([5.0, np.nan, 6.8, np.nan, np.inf])
    tf.math.is_nan(x) ==> [False, True, False, True, False]
    ```
      }];
    
      let arguments = (ins
        TF_FloatTensor:$x
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    24\341\216\031\355?8D\027+\026\016\352?K\321\352\257\007\235\352?\203\276\313bLU\344?Xdi^p\301\323?\276b\205\345#\025\320?\324\203\026x\024\365\345?.O\264\003\032t\353?\\\034\007\273M\013\345?\335\310\010oU\274\344?\244\247R~\266\232\301?yw\016\236\np\356?\205\275\2169\321\030\341?\210#\317k\347J\267?\2521!z`\362\347?(:\346?3X\330?\333\362\001\261D\017\347?\344\004\342\375\207\016\353?r\331\264G\336\363\353?\236\333H\177\244Z\330?\264\256\275n\2057\345?\310\232\"R\346w\357?\314\225\005\014s\316\...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  3. gradle/verification-keyring.keys

    fdm9PS8kzlziot3lZrxVcEDEkqM9CUHyDaAf4ZB3geb81NGrYDdrFEwNYVaxK19a
    y3aYxKyfup+r1V32XKxTF348JsboZ72wKig0OQptZnspDq14BkSIJR1SQbOCkJwn
    HUv29Lsro7NxN4QUddYwLoOHlFwO51jlSO1ngsYy5QOfoAszn4kV9zY5eJAUF/np
    CHMTvPACZn/zZUo0ycxAt7f6NE3OnTfmWMaTk9HiAgucaxI9lmk6BN3FOOeUqt2V
    slIMb4k1pX7FRRsvzNuWTJO9S8DPlpg4WjzWtu/cHYCSq6h3mwojlt+h7SA6Ctl1
    uA+umidvPp7ozubbxsGdCCdxGSVg4zX/L02i+5fEzU7kkPUpKBx6hHg/zJnwTVAY
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  4. src/main/webapp/css/admin/bootstrap.min.css.map

    h3, h4, h5, h6 {\n  margin-top: 0;\n  margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n  margin-top: 0;\n  margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3....
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  5. src/main/webapp/css/bootstrap.min.css.map

    h3, h4, h5, h6 {\n  margin-top: 0;\n  margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n  margin-top: 0;\n  margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3....
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  6. RELEASE.md

    `tf.sparse_split`: `split_dim` becomes `axis` * `tf.listdiff` has been renamed
    to `tf.setdiff1d` to match NumPy naming. * `tf.inv` has been renamed to be
    `tf.reciprocal` (component-wise reciprocal) to avoid confusion with `np.inv`
    which is matrix inversion * tf.round now uses banker's rounding (round to even)
    semantics to match NumPy. * `tf.split` now takes arguments in a reversed order
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top