Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Sommer (0.22 sec)

  1. tensorflow/BUILD

        define_values = {"no_tensorflow_py_deps": "true"},
        visibility = ["//visibility:public"],
    )
    
    # Sometimes Bazel reports darwin_x86_64 as "darwin" and sometimes as
    # "darwin_x86_64". The former shows up when building on a Mac x86_64 host for a Mac x86_64 target.
    # The latter shows up when cross-compiling for Mac x86_64 from a Mac ARM machine and in internal
    # Google builds.
    config_setting(
    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

                calling this op is typically not necessary, as it is automatically
                used when computing the gradient of `tf.sparse.segment_sum`.
        *   Renaming of tensorflow::int64 to int_64_t in numerous places (the former
            is an alias for the latter) which could result in needing to regenerate
            selective op registration headers else execution would fail with
            unregistered kernels error.
    
    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)
  3. tensorflow/c/c_api.h

    //  output_names - The names of the function's outputs. `output_names` array
    //                 must either have the same length as `outputs`
    //                 (i.e. `noutputs`) or be null. In the former case,
    //                 the names should match the regular expression for ArgDef
    //                 names - "[a-z][a-z0-9_]*". In the latter case,
    //                 names for outputs will be generated automatically.
    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)
Back to top