Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for chunk (0.02 seconds)

  1. src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java

                                sendSseEvent(writer, "chunk", Map.of("content", content));
                            }
                        } catch (final Exception e) {
                            if (logger.isDebugEnabled()) {
                                logger.debug("Failed to send SSE chunk. error={}", e.getMessage());
                            }
                        }
                    }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 06:06:55 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  2. RELEASE.md

            previous gradient implementation.
        *   Added a new session config setting `internal_fragmentation_fraction`,
            which controls when the BFC Allocator needs to split an oversized chunk
            to satisfy an allocation request.
        *   Added `tf.get_current_name_scope()` which returns the current full name
            scope string that will be prepended to op names.
    *   `tf.data`:
    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