Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for keyword (0.36 sec)

  1. tensorflow/c/c_api.h

    // * unsigned char is used for booleans (instead of the 'bool' type).
    //   In C++ bool is a keyword while in C99 bool is a macro defined
    //   in stdbool.h. It is possible for the two to be inconsistent.
    //   For example, neither the C99 nor the C++11 standard force a byte
    //   size on the bool type, so the macro defined in stdbool.h could
    //   be inconsistent with the bool keyword in C++. Thus, the use
    //   of stdbool.h is avoided and unsigned char is used instead.
    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. RELEASE.md

    and with different keywords. In particular, we now match NumPy order as
    `tf.split(value, num_or_size_splits, axis)`. * `tf.sparse_split` now takes
    arguments in reversed order and with different keywords. In particular we now
    match NumPy order as `tf.sparse_split(sp_input, num_split, axis)`. NOTE: we have
    temporarily made `tf.sparse_split` require keyword arguments. * `tf.concat` now
    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