Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for succs (0.05 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/replace_stablehlo_ops_in_main_function_with_xla_call_module_ops.cc

    // use[n] refers to values that are used at node n.
    //
    // Given a node n, variables' liveliness is defined like the following:
    // live_in[n] = use[n] U (live_out[n] - def[n])
    // live_out[n] = U {live_in[s] | s ε succ[n]}
    //
    // Consider a sequence of op:
    //
    // ```
    // node 1: %0 = stablehlo.constant
    // node 2: %1 = stablehlo.constant
    // node 3: %2 = stablehlo.add %0, %1
    // node 4: %3 = stablehlo.multiply %2, %1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.searchlog_log_type_favorite	=	Journal favori
    labels.searchlog_log_type_user_info	=	informations de l'utilisateur
    labels.searchlog_log_type_search_keyword	=	Mots clés
    labels.searchlog_log_type_search_zerohit	=	Zéro succès
    labels.searchlog_log_type_search_zeroclick	=	Zéro clic
    labels.searchlog_log_type_search_count_hour	=	Mot-clé par heure
    labels.searchlog_log_type_search_count_day	=	Mot-clé par jour
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⫋":                      "\u2acb",
    	"⫇":                          "\u2ac7",
    	"⫕":                          "\u2ad5",
    	"⫓":                          "\u2ad3",
    	"≻":                            "\u227b",
    	"⪸":                      "\u2ab8",
    	"≽":                     "\u227d",
    	"⪰":                          "\u2ab0",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/generic.rules

    //  - auxint will be 0 if not specified.
    //  - aux will be nil if not specified.
    
    // blocks are specified using the following format:
    // (kind controlvalue succ0 succ1 ...)
    // controlvalue must be "nil" or a value expression
    // succ* fields must be variables
    // For now, the generated successors must be a permutation of the matched successors.
    
    // constant folding
    (Trunc16to8  (Const16  [c])) => (Const8   [int8(c)])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/MapMakerInternalMap.java

        /** Gets the key for this entry. */
        K getKey();
    
        /** Gets the value for the entry. */
        V getValue();
      }
    
      /*
       * Note: the following classes have a lot of duplicate code. It sucks, but it saves a lot of
       * memory. If only Java had mixins!
       */
    
      /** Base class for {@link InternalEntry} implementations for strong keys. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

        /** Gets the key for this entry. */
        K getKey();
    
        /** Gets the value for the entry. */
        V getValue();
      }
    
      /*
       * Note: the following classes have a lot of duplicate code. It sucks, but it saves a lot of
       * memory. If only Java had mixins!
       */
    
      /** Base class for {@link InternalEntry} implementations for strong keys. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  7. guava/src/com/google/common/cache/LocalCache.java

      static <E> Queue<E> discardingQueue() {
        return (Queue) DISCARDING_QUEUE;
      }
    
      /*
       * Note: All of this duplicate code sucks, but it saves a lot of memory. If only Java had mixins!
       * To maintain this code, make a change for the strong reference type. Then, cut and paste, and
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/cache/LocalCache.java

      static <E> Queue<E> discardingQueue() {
        return (Queue) DISCARDING_QUEUE;
      }
    
      /*
       * Note: All of this duplicate code sucks, but it saves a lot of memory. If only Java had mixins!
       * To maintain this code, make a change for the strong reference type. Then, cut and paste, and
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
Back to top