Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 82 for Auto (0.07 sec)

  1. tensorflow/c/eager/c_api_test.cc

        ASSERT_EQ(TF_GetCode(status.get()), TF_OK) << TF_Message(status.get());
    
        auto cpu_arg =
            tensorflow::TensorHandleFromInterface(tensorflow::unwrap(hcpu));
        auto gpu_arg =
            tensorflow::TensorHandleFromInterface(tensorflow::unwrap(hgpu));
        auto gpu_device = gpu_arg->device();
        ASSERT_FALSE(cpu_arg->HasLocalMirror(gpu_device));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    internal       (on|off)    set to 'on' for exchange to be not used directly by publishers, but only when bound to other exchanges
    auto_deleted   (on|off)    auto delete queue when set to 'on', when there are no consumers
    delivery_mode  (number)    set to '1' for non-persistent or '2' for persistent queue
    queue_dir      (path)      staging dir for undelivered messages e.g. '/home/events'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/deadness_analysis_test.cc

                       int64_t num_outs, OutputList* outputs) {
      if (!scope.ok()) return;
      auto _data = ops::AsNodeOut(scope, data);
      if (!scope.ok()) return;
      auto _output_index = ops::AsNodeOut(scope, output_index);
      if (!scope.ok()) return;
      Node* ret;
      const auto unique_name = scope.GetUniqueNameForOp("_SwitchN");
      auto builder = NodeBuilder(unique_name, "_SwitchN")
                         .Input(_data)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. pkg/kubelet/nodestatus/setters_test.go

    		},
    		{
    			name:          "no cloud reported hostnames",
    			nodeAddresses: []v1.NodeAddress{},
    			expectedAddresses: []v1.NodeAddress{
    				{Type: v1.NodeHostName, Address: testKubeletHostname}, // detected hostname is auto-added in the absence of cloud-reported hostnames
    			},
    			shouldError: false,
    		},
    		{
    			name: "cloud reports hostname, no override",
    			nodeAddresses: []v1.NodeAddress{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener.go

    	TCPOverHTTP
    	// TCPOverTCP represents incoming TCP existing TCP
    	TCPOverTCP
    	// TCPOverAuto represents incoming TCP existing AUTO
    	TCPOverAuto
    	// AutoOverHTTP represents incoming AUTO existing HTTP
    	AutoOverHTTP
    	// AutoOverTCP represents incoming AUTO existing TCP
    	AutoOverTCP
    )
    
    // A set of pre-allocated variables related to protocol sniffing logic for
    // propagating the ALPN to upstreams
    var (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modload/init.go

    var (
    	// RootMode determines whether a module root is needed.
    	RootMode Root
    
    	// ForceUseModules may be set to force modules to be enabled when
    	// GO111MODULE=auto or to report an error when GO111MODULE=off.
    	ForceUseModules bool
    
    	allowMissingModuleImports bool
    
    	// ExplicitWriteGoMod prevents LoadPackages, ListModules, and other functions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  7. src/cmd/internal/testdir/testdir_test.go

    		lineNum := i + 1
    		if strings.Contains(line, "////") {
    			// double comment disables ERROR
    			continue
    		}
    		var auto bool
    		m := errAutoRx.FindStringSubmatch(line)
    		if m != nil {
    			auto = true
    		} else {
    			m = errRx.FindStringSubmatch(line)
    		}
    		if m == nil {
    			continue
    		}
    		all := m[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/p256_asm_ppc64le.s

    #undef Y3H
    #undef Z3L
    #undef Z3H
    
    #undef ZER
    #undef SEL1
    #undef CAR1
    #undef CAR2
    
    // http://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian.html#doubling-dbl-2007-bl
    // http://www.hyperelliptic.org/EFD/g1p/auto-shortw.html
    // http://www.hyperelliptic.org/EFD/g1p/auto-shortw-projective-3.html
    #define P3ptr   R3
    #define P1ptr   R4
    #define CPOOL   R7
    
    // Temporaries in REGs
    #define X3L    V15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/mips/asm0.go

    	case 26: /* mov $lsext/auto/oreg,r ==> lu+or+add */
    		v := c.regoff(&p.From)
    		o1 = OP_IRR(c.opirr(ALUI), uint32(v>>16), REGZERO, REGTMP)
    		o2 = OP_IRR(c.opirr(AOR), uint32(v), REGTMP, REGTMP)
    		r := p.From.Reg
    		if r == obj.REG_NONE {
    			r = o.param
    		}
    		o3 = OP_RRR(c.oprrr(add), REGTMP, r, p.To.Reg)
    
    	case 27: /* mov [sl]ext/auto/oreg,fr ==> lwc1 o(r) */
    		a := -AMOVF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/p256_asm_s390x.s

    #undef ZER
    #undef SEL1
    #undef CAR1
    #undef CAR2
    
    // func p256PointDoubleAsm(res, in *P256Point)
    // https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian.html#doubling-dbl-2007-bl
    // https://www.hyperelliptic.org/EFD/g1p/auto-shortw.html
    // https://www.hyperelliptic.org/EFD/g1p/auto-shortw-projective-3.html
    #define P3ptr   R1
    #define P1ptr   R2
    #define CPOOL   R4
    
    // Temporaries in REGs
    #define X3L    V15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top