Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for load_op_library (0.2 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
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (6)
  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
    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