Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for load_op_library (0.58 sec)

  1. tensorflow/BUILD

    # addition to this core set of ops, user libraries which are loaded (via
    # TF_LoadLibrary/tf.load_op_library) register their ops and kernels with this
    # shared object directly.
    #
    # For example, from Python tf.load_op_library loads a custom op library (via
    # dlopen() on Linux), the library finds libtensorflow_framework.so (no
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 16 05:28:35 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  2. RELEASE.md

        *   CSE pass from Tensorflow is now disabled in XLA.
    *   `tf.data`:
        *   `tf.data.Dataset`
        *   Add support for building C++ Dataset op kernels as external libraries,
            using the `tf.load_op_library()` mechanism.
        *   `Dataset.list_files()` now shuffles its output by default.
        *   `Dataset.shuffle(..., seed=tf.constant(0, dtype=tf.int64))` now yields
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top