Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for __and__ (0.05 seconds)

  1. RELEASE.md

        truncating inputs such as from int64 to int32.
    *   Adds `tf.sparse.map_values` to apply a function to the `.value`s of
        `SparseTensor` arguments.
    *   The Python bitwise operators for `Tensor` (`__and__`, `__or__`, `__xor__`
        and `__invert__` now support non-`bool` arguments and apply the
        corresponding bitwise ops. `bool` arguments continue to be supported and
    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)
  2. src/test/java/org/codelibs/fess/suggest/SuggesterTest.java

            settings.array().add(SuggestSettings.DefaultKeys.SUPPORTED_FIELDS, field);
    
            Map<String, Object> document = new HashMap<>();
            document.put(field, "商品1__and__商品2");
            suggester.indexer().indexFromDocument(new Map[] { document });
            suggester.refresh();
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 37.1K bytes
    - Click Count (0)
Back to Top