Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 191 for tienes (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

              return_op.emitOpError()
                  << "non TPU ops do not divide state into two pieces.";
              return LogicalResult::failure();
            }
          } else if (!non_tpu_ops.contains(operand.get().getDefiningOp())) {
            return_op.emitOpError()
                << "non TPU ops do not divide state into two pieces.";
            return LogicalResult::failure();
          }
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  2. src/os/file.go

    		}
    	}
    	size++ // one byte for final read at EOF
    
    	// If a file claims a small size, read at least 512 bytes.
    	// In particular, files in Linux's /proc claim size 0 but
    	// then do not work right if read in small pieces,
    	// so an initial read of 1 byte would not work correctly.
    	if size < 512 {
    		size = 512
    	}
    
    	data := make([]byte, 0, size)
    	for {
    		n, err := f.Read(data[len(data):cap(data)])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:37 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  3. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    re{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:befor...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (2)
  4. LICENSE

    have the freedom to distribute copies of free software (and charge for
    them if you wish), that you receive source code or can get it if you
    want it, that you can change the software or use pieces of it in new
    free programs, and that you know you can do these things.
    
      Developers that use our General Public Licenses protect your rights
    with two steps: (1) assert copyright on the software, and (2) offer
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  5. src/runtime/trace.go

    	// The critical section on each goroutine here is going to be quite short, so the likelihood
    	// that we observe a zero value is high.
    	for trace.exitingSyscall.Load() != 0 {
    		osyield()
    	}
    
    	// Record some initial pieces of information.
    	//
    	// N.B. This will also emit a status event for this goroutine.
    	tl := traceAcquire()
    	tl.Gomaxprocs(gomaxprocs)  // Get this as early in the trace as possible. See comment in traceAdvance.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  6. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/x-gtar",
    				"application/gzip",
    				"application/x-hdf",
    				"application/x-hwp",
    				"application/x-ibooks+zip",
    				"application/x-iso9660-image",
    				"application/x-itunes-ipa",
    				"application/x-java-jnlp-file",
    				"application/x-java-pack200",
    				"application/x-kdelnk",
    				"application/x-latex",
    				"application/x-mobipocket-ebook",
    				"application/x-ms-application",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  7. src/text/template/exec.go

    }
    
    // Sentinel errors for use with panic to signal early exits from range loops.
    var (
    	walkBreak    = errors.New("break")
    	walkContinue = errors.New("continue")
    )
    
    // Walk functions step through the major pieces of the template structure,
    // generating output as they go.
    func (s *state) walk(dot reflect.Value, node parse.Node) {
    	s.at(node)
    	switch node := node.(type) {
    	case *parse.ActionNode:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:22:24 UTC 2024
    - 32K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    If you'd like to dive into the detail, check out the <<core_dependency_management.adoc#dependency_management_in_gradle,introduction to dependency management>>.
    
    Specifying the dependencies for your Java project requires just three pieces of information:
    
     * Which dependency you need, such as a name and version
     * What it's needed for, e.g. compilation or running
     * Where to look for it
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    // by objdump. We don't believe that logic is the right thing to do
    // in general, but when testing against libopcodes it simplifies the
    // comparison if we adjust a few small pieces of logic.
    // The affected logic is in the conditional branch for "mandatory" prefixes,
    // case xCondPrefix.
    func decode1(src []byte, mode int, gnuCompat bool) (Inst, error) {
    	switch mode {
    	case 16, 32, 64:
    		// ok
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  10. src/main/webapp/css/font-awesome.min.css

    :before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (2)
Back to top