Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for co (0.18 sec)

  1. tensorflow/c/c_api.h

    // Call once per control input to `desc`.
    TF_CAPI_EXPORT extern void TF_AddControlInput(TF_OperationDescription* desc,
                                                  TF_Operation* input);
    
    // Request that `desc` be co-located on the device where `op`
    // is placed.
    //
    // Use of this is discouraged since the implementation of device placement is
    // subject to change. Primarily intended for internal libraries
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  2. SECURITY.md

    outside of the safe formats, etc.) are not treated as vulnerabilities..
    
    ### Reporting process
    
    Please use [Google Bug Hunters reporting form](https://g.co/vulnz) to report
    security vulnerabilities. Please include the following information along with
    your report:
    
      - A descriptive title
      - Your name and affiliation (if any).
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Sun Oct 01 06:06:35 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  3. RELEASE.md

            values
        *   `CategoryEncoding`: turn integer-encoded categories into one-hot,
            multi-hot, or tf-idf encoded representations
        *   `CategoryCrossing`: create new categorical features representing
            co-occurrences of previous categorical feature values
        *   `Hashing`: the hashing trick, for large-vocabulary categorical features
        *   `Discretization`: turn continuous numerical features into categorical
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top