Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _columns (0.18 sec)

  1. ci/official/containers/linux_arm64/devel.usertools/code_check_full.bats

    @ruy//
    EOF
    
      license_query "attr('licenses', 'notice', deps($BUILD_TARGET))" > $BATS_TEST_TMPDIR/expected_licenses
      license_query "deps($LICENSES_TARGET)" > $BATS_TEST_TMPDIR/actual_licenses
    
      # Column 1 is left only, Column 2 is right only, Column 3 is shared lines
      # Select lines unique to actual_licenses, i.e. extra licenses.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 12.7K bytes
    - Viewed (0)
  2. ci/official/utilities/code_check_full.bats

    @ruy//
    EOF
    
      license_query "attr('licenses', 'notice', deps($BUILD_TARGET))" > $BATS_TEST_TMPDIR/expected_licenses
      license_query "deps($LICENSES_TARGET)" > $BATS_TEST_TMPDIR/actual_licenses
    
      # Column 1 is left only, Column 2 is right only, Column 3 is shared lines
      # Select lines unique to actual_licenses, i.e. extra licenses.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 06 21:54:13 GMT 2024
    - 13.2K bytes
    - Viewed (0)
  3. RELEASE.md

            the model, please use `tf.compat.v1.Estimator`.
        *   Feature Columns have been upgraded to be more Eager-friendly and to work
            with Keras. As a result, `tf.feature_column.input_layer` has been
            deprecated in favor of `tf.keras.layers.DenseFeatures`. v1 feature
            columns have direct analogues in v2 except for
            `shared_embedding_columns`, which are not cross-compatible with v1 and
    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