Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 113 for OP (0.04 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

            //                            |
            // EmptyTensorList -> TensorListPushBack -> TensorListPopBack -> Op
            //                                                  |
            //                                        (Discard popped list)
            //
            // Would have been reduced to "Const -> Op" without this filter.
            // However since we are only allowed to specify the filter at the "Node"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  2. platforms/software/security/src/test/resources/keyrings/valid-with-extra-metadata.keys

    BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAUCVtzJQgIZAQAKCRBBEGOjoP/RGUSr
    AKCNKZ435QH/2hS9/urW3y0ov3nwugCfdvJ34jWVIauKe9ee8KEwDqjYgwiIZAQT
    EQIAJAIbAwIeAQIXgAIZAQUCWEWfkAULCQgHAwUVCgkICwUWAgMBAAAKCRBBEGOj
    oP/RGW1oAKCIbV8BUWZwYoEjXNxBunWX2AkO6ACgoXsdba5UIRAY4fnjFiSNv37/
    67mIZAQTEQoAJAIbAwIeAQIXgAIZAQUCWEWgpgULCQgHAwUVCgkICwUWAgMBAAAK
    CRBBEGOjoP/RGVGbAJ9Tj6hoif05EAKDt18w6g1d929lVQCeO4fNCkgvaRNr3jdN
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 65.5K bytes
    - Viewed (0)
  3. .bazelrc

    build:mkl_aarch64_threadpool -c opt
    
    # CUDA: This config refers to building CUDA op kernels with nvcc.
    build:cuda --repo_env TF_NEED_CUDA=1
    build:cuda --crosstool_top=@local_config_cuda//crosstool:toolchain
    build:cuda --@local_config_cuda//:enable_cuda
    
    # CUDA: This config refers to building CUDA op kernels with clang.
    build:cuda_clang --config=cuda
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  4. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    i&c&nanif!.oc,lpl??os??romem?tnedurp??n&if?oitanretni??t&i&gid!.sppaduolc:.nodnol,,?p&ac?soh???ned?ot???c!.&bog?lim?oc?topsgolb,vog???dil?e&datic?n&ahc?nahc!rehtaew???t!ria?tam??vart??f&8f&pbgo--nx?tbgm--nx??a?n??g!.&gro?moc?oc?ten?ude?xx,zib,??h&d?op??i!.&21k?ca?fdi?gro?inum?oc!.&egapvar,redrotibat,t&ibatym,opsgolb,???ten?vog??a&f?m&e!.psirc.no,?g?toh???m?r??l&a&b&esab?t&eksab!.&sua,zn,??oof???c?mt??e&d?hs??ihmailliw?j??m!.&esserp?gro?moc?ten?ude?v&og?uog????n!.&etisbew321,no&med,rtsic,?oc,pohs...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  5. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    i&c&nanif!.oc,lpl??os??romem?tnedurp??n&if?oitanretni??t&i&gid!.sppaduolc:.nodnol,,?p&ac?soh???ned?ot???c!.&bog?lim?oc?topsgolb,vog???dil?e&datic?n&ahc?nahc!rehtaew???t!ria?tam??vart??f&8f&pbgo--nx?tbgm--nx??a?n??g!.&gro?moc?oc?ten?ude?xx,zib,??h&d?op??i!.&21k?ca?fdi?gro?inum?oc!.&egapvar,redrotibat,t&ibatym,opsgolb,???ten?vog??a&f?m&e!.psirc.no,?g?toh???m?r??l&a&b&esab?t&eksab!.&sua,zn,??oof???c?mt??e&d?hs??ihmailliw?j??m!.&esserp?gro?moc?ten?ude?v&og?uog????n!.&etisbew321,no&med,rtsic,?oc,pohs...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (1)
  6. src/crypto/tls/conn.go

    		}
    		if c.vers == VersionTLS13 {
    			return c.in.setErrorLocked(&net.OpError{Op: "remote error", Err: alert(data[1])})
    		}
    		switch data[0] {
    		case alertLevelWarning:
    			// Drop the record on the floor and retry.
    			return c.retryReadRecord(expectChangeCipherSpec)
    		case alertLevelError:
    			return c.in.setErrorLocked(&net.OpError{Op: "remote error", Err: alert(data[1])})
    		default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/convert_control_to_data_outputs.mlir

        // CHECK: tf_executor.fetch
        tf_executor.fetch
      }
      // CHECK: return
      func.return
    }
    
    // -----
    
    !tf_res = tensor<!tf_type.resource<tensor<f32>>>
    
    // Tests two resources accessed by one common op (ResourceApplyAdagrad). In such
    // a case we expect one common data chain for both resources.
    
    // CHECK-LABEL: func @intersecting_chains_while_body
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 18:35:00 UTC 2024
    - 68.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    //go:nosplit
    func get_EpollCtlAddr() *(func(epfd int, op int, fd int, event *EpollEvent) (err error))
    
    var EpollCtl = enter_EpollCtl
    
    func enter_EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    	funcref := get_EpollCtlAddr()
    	if funcptrtest(GetZosLibVec()+SYS_EPOLL_CTL<<4, "") == 0 {
    		*funcref = impl_EpollCtl
    	} else {
    		*funcref = error_EpollCtl
    	}
    	return (*funcref)(epfd, op, fd, event)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  9. pkg/apis/certificates/validation/validation_test.go

    		SignerName: "example.com/something",
    	}
    
    	tests := []struct {
    		name   string
    		newCSR *capi.CertificateSigningRequest
    		oldCSR *capi.CertificateSigningRequest
    		errs   []string
    	}{{
    		name:   "no-op",
    		newCSR: &capi.CertificateSigningRequest{ObjectMeta: validUpdateMeta, Spec: validSpec},
    		oldCSR: &capi.CertificateSigningRequest{ObjectMeta: validUpdateMeta, Spec: validSpec},
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/route/route.go

    			Status: directResponse.Status,
    		},
    	}
    
    	if directResponse.Body != nil {
    		switch op := directResponse.Body.Specifier.(type) {
    		case *networking.HTTPBody_String_:
    			action.DirectResponse.Body = &core.DataSource{
    				Specifier: &core.DataSource_InlineString{
    					InlineString: op.String_,
    				},
    			}
    		case *networking.HTTPBody_Bytes:
    			action.DirectResponse.Body = &core.DataSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
Back to top