Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for constInt8 (0.22 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    For example:
    
    ```python
    c = tf.constant([[1,2,3,4], [-1,-2,-3,-4], [5,6,7,8]])
    
    # Select two rows, one segment.
    tf.sparse_segment_sum(c, tf.constant([0, 1]), tf.constant([0, 0]))
    # => [[0 0 0 0]]
    
    # Select two rows, two segment.
    tf.sparse_segment_sum(c, tf.constant([0, 1]), tf.constant([0, 1]))
    # => [[ 1  2  3  4]
    #     [-1 -2 -3 -4]]
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            `tf.train.confusion_matrix`.
        *   Add `tf.dtypes.` endpoint for every constant in dtypes.py. Moving
            endpoints in versions.py to corresponding endpoints in `tf.sysconfig.`
            and `tf.version.`. Moving all constants under `tf.saved_model`
            submodules to `tf.saved_model` module. New endpoints are added in V1 and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2107          ; mapped                 ; 025B          # 1.1  EULER CONSTANT
    2108          ; valid                  ;      ; NV8    # 1.1  SCRUPLE
    2109          ; mapped                 ; 00B0 0066     # 1.1  DEGREE FAHRENHEIT
    210A          ; mapped                 ; 0067          # 1.1  SCRIPT SMALL G
    210B..210E    ; mapped                 ; 0068          # 1.1  SCRIPT CAPITAL H..PLANCK CONSTANT
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

                tuple_value {
                }
              }
            }
          }
          dependencies {
            node_id: 5
            local_name: "capture_0"
          }
        }
        nodes {
          constant {
            operation: "Const"
          }
          registered_name: "tf.TrackableConstant"
        }
        concrete_functions {
          key: "__inference_<lambda>_18"
          value {
            bound_inputs: 5
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top