Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Operator (0.17 sec)

  1. tensorflow/c/experimental/ops/README.md

    To generate additional operators, extend the lists in this script. Note that
    category names correspond to generated source file names, and should be
    consistent with the original source files registering each operator. For example
    since `REGISTER_OP("MatMul")` appears in ***core/math_ops.cc***, the "MatMul"
    operator in the script should be in the "math" category, and it will be
    Plain Text
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Jul 28 17:21:01 GMT 2021
    - 993 bytes
    - Viewed (0)
  2. RELEASE.md

        *   Add NUMA-aware MapAndBatch dataset.
        *   Deprecate `tf.data.Dataset.make_one_shot_iterator()` in V1, removed it
            from V2, and added tf.compat.v1.data.make_one_shot_iterator()`.
        *   Deprecate `tf.data.Dataset.make_initializable_iterator()` in V1, removed
            it from V2, and added `tf.compat.v1.data.make_initializable_iterator()`.
        *   Enable nested dataset support in core `tf.data` transformations.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top