Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for Minifying (0.15 sec)

  1. tensorflow/c/eager/c_api_experimental.h

                                int num_handles, TF_Status* s,
                                void* device_info) = nullptr;
    
      // Pins the op to `device` based on inputs to `op`. Returns true
      // signifying to pin to the current custom device. Returns false
      // to pin to the physical device.
      //
      // This function is guaranteed to be called only when all of the custom-device
      // inputs are on this device.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_groovy_to_kotlin_dsl.adoc

    As a first migration step, it is recommended to prepare your Groovy build scripts by
    
    * unifying quotes using double quotes,
    * disambiguating function invocations and property assignments (using respectively parentheses and assignment operator).
    
    The former can easily be done by searching for `'` and replacing by `"`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  3. doc/go_spec.html

    field types unify.
    The type argument for <code>P</code> is not known yet (there is no map entry),
    so unifying <code>P</code> with <code>string</code> adds
    the mapping <code>P ➞ string</code> to the map.
    Unifying the types of the <code>list</code> field requires
    unifying <code>[]P</code> and <code>[]string</code> and
    thus <code>P</code> and <code>string</code>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top