Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for olette (0.16 sec)

  1. RELEASE.md

            the operators from that library.
        *   Add `CompositeTensor` base class.
        *   Malformed gif images could result in an access out of bounds in the
            color palette of the frame. This has been fixed now
        *   Add templates and interfaces for creating lookup tables
        *   `Tensor::UnsafeCopyFromInternal` deprecated in favor
            `Tensor::BitcastFrom`.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. tensorflow/c/c_api.h

    //           can be null. The names used for function inputs are normalized
    //           names of the operations (usually placeholders) pointed to by
    //           `inputs`. These operation names should start with a letter.
    //           Normalization will convert all letters to lowercase and
    //           non-alphanumeric characters to '_' to make resulting names match
    //           the "[a-z][a-z0-9_]*" pattern for operation argument names.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
Back to top