Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 61 for nTables (0.28 sec)

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

      llvm::SetVector<Operation*> forward_pass_ops;
      llvm::SetVector<Operation*> backward_pass_ops;
    
      // Find all ops that we know compose the embedding forward and backward pass.
      // These ops are only tagged if one enables the
      // `pipeline_execution_with_tensor_core` flag in the mid-level API.
      WalkResult walk_result = module.walk([&](Operation* op) -> WalkResult {
        if (op->hasAttr(kEmbeddingPipelining)) {
    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. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    include::sample[dir="snippets/configurationCache/stableFeatureFlag/groovy",files="settings.gradle[]"]
    ====
    
    The `STABLE_CONFIGURATION_CACHE` feature flag enables the following:
    
    Undeclared shared build service usage::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	// classParametersIndexer has the common classParametersGeneratedFrom indexer installed to
    	// limit iteration over classParameters to those of interest.
    	classParametersIndexer cache.Indexer
    
    	// claimAssumeCache enables temporarily storing a newer claim object
    	// while the scheduler has allocated it and the corresponding object
    	// update from the apiserver has not been processed by the claim
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    This can be used to write tensors from the execution graph directly
    to a database. Only SQLite is supported right now. This function
    will create the schema if it doesn't exist. Entries in the Users,
    Experiments, and Runs tables will be created automatically if they
    don't already exist.
    
    writer: Handle to SummaryWriter resource to overwrite.
    db_uri: For example "file:/tmp/foo.sqlite".
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/dwarf.go

    // dwctxt is a wrapper intended to satisfy the method set of
    // dwarf.Context, so that functions like dwarf.PutAttrs will work with
    // DIEs that use loader.Sym as opposed to *sym.Symbol. It is also
    // being used as a place to store tables/maps that are useful as part
    // of type conversion (this is just a convenience; it would be easy to
    // split these things out into another type if need be).
    type dwctxt struct {
    	linkctxt *Link
    	ldr      *loader.Loader
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  6. src/testing/testing.go

    //	        }
    //	    })
    //	}
    //
    // # Subtests and Sub-benchmarks
    //
    // The Run methods of T and B allow defining subtests and sub-benchmarks,
    // without having to define separate functions for each. This enables uses
    // like table-driven benchmarks and creating hierarchical tests.
    // It also provides a way to share common setup and tear-down code:
    //
    //	func TestFoo(t *testing.T) {
    //	    // <setup code>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    == Unpacking archives
    
    Archives are effectively self-contained file systems, so unpacking them is a case of copying the files from that file system onto the local file system — or even into another archive.
    Gradle enables this by providing some wrapper functions that make archives available as hierarchical collections of files (<<sec:file_trees,file trees>>).
    
    === Using `Project.zipTree` and `Project.tarTree`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm/asm5.go

    			return false
    		}
    
    		// The line number for constant pool entries doesn't really matter.
    		// We set it to the line number of the preceding instruction so that
    		// there are no deltas to encode in the pc-line tables.
    		for q := c.blitrl; q != nil; q = q.Link {
    			q.Pos = p.Pos
    		}
    
    		c.elitrl.Link = p.Link
    		p.Link = c.blitrl
    
    		c.blitrl = nil /* BUG: should refer back to values until out-of-range */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build !go1.10
    
    package cases
    
    // UnicodeVersion is the Unicode version from which the tables in this package are derived.
    const UnicodeVersion = "9.0.0"
    
    var xorData string = "" + // Size: 185 bytes
    	"\x00\x06\x07\x00\x01?\x00\x0f\x03\x00\x0f\x12\x00\x0f\x1f\x00\x0f\x1d" +
    	"\x00\x01\x13\x00\x0f\x16\x00\x0f\x0b\x00\x0f3\x00\x0f7\x00\x01#\x00\x0f?" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build go1.10 && !go1.13
    
    package cases
    
    // UnicodeVersion is the Unicode version from which the tables in this package are derived.
    const UnicodeVersion = "10.0.0"
    
    var xorData string = "" + // Size: 185 bytes
    	"\x00\x06\x07\x00\x01?\x00\x0f\x03\x00\x0f\x12\x00\x0f\x1f\x00\x0f\x1d" +
    	"\x00\x01\x13\x00\x0f\x16\x00\x0f\x0b\x00\x0f3\x00\x0f7\x00\x01#\x00\x0f?" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
Back to top