Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for zout (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %0 = "tf.If"(%arg0, %arg1) {Tcond = i1, Tin = ["tfdtype$DT_FLOAT"], Tout = ["tfdtype$DT_FLOAT"], _xla_propagate_compile_time_consts = true, device = "", else_branch = @reused_if_else_branch, is_stateless = true, name = "if", then_branch = @reused_if_then_branch} : (tensor<i1>, tensor<1x2x3xf32>) -> tensor<1x2x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  2. src/reflect/value.go

    			typedmemclrpartial(frametype, stackArgs, 0, abid.retOffset)
    		}
    
    		// Wrap Values around return values in args.
    		ret = make([]Value, nout)
    		for i := 0; i < nout; i++ {
    			tv := t.Out(i)
    			if tv.Size() == 0 {
    				// For zero-sized return value, args+off may point to the next object.
    				// In this case, return the zero value instead.
    				ret[i] = Zero(toRType(tv))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. src/main/webapp/css/bootstrap.min.css

    radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Dec 25 08:05:52 UTC 2019
    - 155.8K bytes
    - Viewed (0)
  4. src/main/webapp/css/admin/bootstrap.min.css

    radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 155.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

      %1:5 = "tf.PartitionedCall"(%arg0, %arg1, %arg2, %arg3, %arg4, %arg5) {Tin = ["tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT"], Tout = ["tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT", "tfdtype$DT_FLOAT"], _output_shapes = ["tfshape$dim { size: 9 } dim { size: 10 }", "tfshape$dim { size: -1 } dim { size: 9 } dim { size: 10 }", "tfshape$dim { size:...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"potted_plant":                         "\U0001fab4",
    	"pouch":                                "\U0001f45d",
    	"poultry_leg":                          "\U0001f357",
    	"pound":                                "\U0001f4b7",
    	"pout":                                 "\U0001f621",
    	"pouting_cat":                          "\U0001f63e",
    	"pouting_face":                         "\U0001f64e",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    			}
    		}
    
    		io.WriteString(w, r.RemoteAddr)
    	})
    
    	cst = newClientServerTest(t, mode, handler, func(srv *httptest.Server) {
    		srv.Config.RegisterOnShutdown(func() { close(gotOnShutdown) })
    	})
    
    	out := get(t, cst.c, cst.ts.URL) // calls t.Fail on failure
    	t.Logf("%v: %q", cst.ts.URL, out)
    
    	if err := <-shutdownRes; err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbFile.java

                                } while( o > 1 && out[o - 1] != '/' );
                                break;
                            }
                            state = 2;
                        case 2:
                            if( in[i] == '/' ) {
                                state = 1;
                            }
                            out[o++] = in[i];
                            break;
                    }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  9. src/crypto/sha512/sha512_test.go

    	if boring.Enabled {
    		t.Skip("BoringCrypto doesn't allocate the same way as stdlib")
    	}
    	in := []byte("hello, world!")
    	out := make([]byte, 0, Size)
    	h := New()
    	n := int(testing.AllocsPerRun(10, func() {
    		h.Reset()
    		h.Write(in)
    		out = h.Sum(out[:0])
    	}))
    	if n > 0 {
    		t.Errorf("allocs = %d, want 0", n)
    	}
    }
    
    var bench = New()
    var buf = make([]byte, 8192)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  10. src/database/sql/sql.go

    	Scan(src any) error
    }
    
    // Out may be used to retrieve OUTPUT value parameters from stored procedures.
    //
    // Not all drivers and databases support OUTPUT value parameters.
    //
    // Example usage:
    //
    //	var outArg string
    //	_, err := db.ExecContext(ctx, "ProcName", sql.Named("Arg1", sql.Out{Dest: &outArg}))
    type Out struct {
    	_NamedFieldsRequired struct{}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
Back to top