Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 134 for ternary (0.27 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		case ir.OMIN:
    			// a < x ? a : x
    			return s.ternary(s.newValue2(lt, types.Types[types.TBOOL], a, x), a, x)
    		case ir.OMAX:
    			// x < a ? a : x
    			return s.ternary(s.newValue2(lt, types.Types[types.TBOOL], x, a), a, x)
    		}
    		panic("unreachable")
    	})
    }
    
    // ternary emits code to evaluate cond ? x : y.
    func (s *state) ternary(cond, x, y *ssa.Value) *ssa.Value {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

        "has shape consistent with a bias">;
    
    def ReshapeNCHWBiasToNHWC : NativeCodeCall<"ReshapeNCHWBiasToNHWC($0, $1)">;
    
    //===----------------------------------------------------------------------===//
    // Ternary ops patterns.
    //===----------------------------------------------------------------------===//
    // Multi-pattern consisting of matching stand-alone convolution op followed by
    // activation op.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/riscv/obj.go

    // formats and eliminates as many pseudo-instructions as possible.
    func progedit(ctxt *obj.Link, p *obj.Prog, newprog obj.ProgAlloc) {
    
    	// Expand binary instructions to ternary ones.
    	if p.Reg == obj.REG_NONE {
    		switch p.As {
    		case AADDI, ASLTI, ASLTIU, AANDI, AORI, AXORI, ASLLI, ASRLI, ASRAI,
    			AADDIW, ASLLIW, ASRLIW, ASRAIW, AADDW, ASUBW, ASLLW, ASRLW, ASRAW,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  4. docs/pt/docs/help-fastapi.md

    Ajudando a responder as questões de varias pessoas, você pode se tornar um [Expert em FastAPI](fastapi-people.md#especialistas){.internal-link target=_blank} oficial. 🎉
    
    ## Acompanhe o repositório do GitHub
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. src/testing/fstest/testfs.go

    		feentry := formatInfoEntry(einfo)
    		if fentry != feentry {
    			t.errorf("%s: mismatch\n\tentry = %s\n\tentry.Info() = %s\n", path, fentry, feentry)
    		}
    	} else {
    		feinfo := formatInfo(einfo)
    		if feinfo != finfo {
    			t.errorf("%s: mismatch:\n\tentry.Info() = %s\n\tfile.Stat() = %s\n", path, feinfo, finfo)
    		}
    	}
    
    	// Stat should be the same as Open+Stat, even for symlinks.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/body-nested-models.md

    ```Python hl_lines="4  10"
    {!../../../docs_src/body_nested_models/tutorial005.py!}
    ```
    
    A string será verificada para se tornar uma URL válida e documentada no esquema JSON/1OpenAPI como tal.
    
    ## Atributos como listas de submodelos
    
    Você também pode usar modelos Pydantic como subtipos de `list`, `set`, etc:
    
    ```Python hl_lines="20"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	if p, ok := b.Op.(hasPrec); ok {
    		return p.prec()
    	}
    	return precDefault
    }
    
    // Trinary is the ?: trinary operation in an expression.
    type Trinary struct {
    	Op     AST
    	First  AST
    	Second AST
    	Third  AST
    }
    
    func (t *Trinary) print(ps *printState) {
    	if isDesignatedInitializer(t) {
    		ps.writeByte('[')
    		ps.print(t.First)
    		ps.writeString(" ... ")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  8. docs/en/data/github_sponsors.yml

        avatarUrl: https://avatars.githubusercontent.com/u/5300907?u=5b5452725ddb391b2caaebf34e05aba873591c3a&v=4
        url: https://github.com/ennui93
      - login: ternaus
        avatarUrl: https://avatars.githubusercontent.com/u/5481618?u=513a26b02a39e7a28d587cd37c6cc877ea368e6e&v=4
        url: https://github.com/ternaus
      - login: eseglem
        avatarUrl: https://avatars.githubusercontent.com/u/5920492?u=208d419cf667b8ac594c82a8db01932c7e50d057&v=4
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 27K bytes
    - Viewed (0)
  9. docs/pt/docs/contributing.md

    * Adicione um único _pull request_ por página traduzida. Isso tornará muito mais fácil a revisão para as outras pessoas.
    
    Para as linguagens que eu não falo, vou esperar por várias pessoas revisarem a tradução antes de _mergear_.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 21:38:15 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "files/profile-%s.yaml" .) | fromYaml) }} {{- end }} {{- $b := set $ "Values" (mustMergeOverwrite $defaults $.Values) }} manifests/charts/istio-cni/templates/configmap-cni.yaml {{- $defaultBinDir := (.Capabilities.KubeVersion.GitVersion | contains "-gke") | ternary "/home/kubernetes/bin" "/opt/cni/bin" }} kind: ConfigMap apiVersion: v1 metadata: name: istio-cni-config namespace: {{ .Release.Namespace }} labels: app: istio-cni release: {{ .Release.Name }} istio.io/rev: {{ .Values.revision | default "default"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top