Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 131 - 132 of 132 for setSession (0.06 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                final EntityCreator<T, SearchResponse, SearchHit> creator) {
            return search(index, searchRequestBuilder -> {
                searchRequestBuilder.setVersion(true);
                return condition.build(searchRequestBuilder);
            }, (queryBuilder, execTime, searchResponse) -> searchResponse.map(response -> {
                final SearchHit[] hits = response.getHits().getHits();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 138.6K bytes
    - Click Count (1)
  2. RELEASE.md

        *   symbolic tensors outside the scope of the model are used in custom loss
            functions. The flag can be disabled for these cases and ideally the
            usage pattern will need to be fixed.
        *   Mark Keras `set_session` as `compat.v1` only.
        *   `tf.keras.estimator.model_to_estimator` now supports exporting to
            `tf.train.Checkpoint format`, which allows the saved checkpoints to be
            compatible with `model.load_weights`.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top