Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nameVal (0.42 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

        }) {_xla_compile_device_type = "TPU", _replication_info = "replicate", device = "/device:TPU:0", name = "nameA"} : () -> tensor<i1>
      "tf.TPUReplicateMetadata"() {_xla_compile_device_type = "TPU", _replication_info = "replicate", device = "/device:TPU:0", num_replicas = 1, topology = "topology"} : () -> ()
      func.return
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  2. src/cmd/cgo/out.go

    		ctype := "struct {\n"
    		gotype := new(bytes.Buffer)
    		fmt.Fprintf(gotype, "struct {\n")
    		off := int64(0)
    		npad := 0
    		argField := func(typ ast.Expr, namePat string, args ...interface{}) {
    			name := fmt.Sprintf(namePat, args...)
    			t := p.cgoType(typ)
    			if off%t.Align != 0 {
    				pad := t.Align - off%t.Align
    				ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
    				off += pad
    				npad++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top