Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for Creation (0.05 seconds)

  1. RELEASE.md

        *   Raw TensorFlow functions can now be used in conjunction with the Keras
            Functional API during model creation. This obviates the need for users
            to create Lambda layers in most cases when using the Functional API.
            Like Lambda layers, TensorFlow functions that result in Variable
            creation or assign ops are not supported.
        *   Add support for passing list of lists to the `metrics` argument in Keras
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Oct 28 22:27:41 GMT 2025
    - 740.4K bytes
    - Click Count (3)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a bug in the TopologyManager. Previously, the TopologyManager would only guarantee alignment if container creation was serialized in some way. Alignment is now guaranteed under all scenarios of container creation. ([#87759](https://github.com/kubernetes/kubernetes/pull/87759), [@klueska](https://github.com/klueska)) [SIG Node]
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getIndexFieldBoost();
    
        /**
         * Get the value for the key 'index.field.created'. <br>
         * The value is, e.g. created <br>
         * comment: Field name for creation date in the index.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexFieldCreated();
    
        /**
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 525.7K bytes
    - Click Count (2)
  4. docs/en/docs/release-notes.md

    * Make Travis run Ubuntu Xenial (newer version) and Python 3.7 instead of Python 3.7-dev. PR [#92](https://github.com/tiangolo/fastapi/pull/92) by [@blueyed](https://github.com/blueyed).
    
    * Fix duplicated param variable creation. PR [#123](https://github.com/tiangolo/fastapi/pull/123) by [@yihuang](https://github.com/yihuang).
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 19:06:15 GMT 2025
    - 586.7K bytes
    - Click Count (0)
Back to Top