Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for Classify (0.21 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    		if p.From.Type == obj.TYPE_CONST && p.From.Name == obj.NAME_NONE {
    			if p.As == AMOVW || isADDWop(p.As) || isANDWop(p.As) {
    				// For 32-bit instruction with constant, we need to
    				// treat its offset value as 32 bits to classify it.
    				a1 = c.con32class(&p.From)
    				// do not break C_ADDCON2 when S bit is set
    				if (p.As == AADDSW || p.As == ASUBSW) && a1 == C_ADDCON2 {
    					a1 = C_LCON
    				}
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. RELEASE.md

        prediction-flavored outputs, in addition to the classification-flavored one.
        Building signatures from these allows TF Serving to honor requests using the
        different APIs (Classify, Regress, and Predict). Furthermore,
        `serving_input_receiver_fn()` may now specify alternative subsets of nodes
        that may act as inputs. This allows, for instance, producing a prediction
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top