Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,040 for populator (0.18 sec)

  1. tensorflow/compiler/jit/xla_launch_util.h

    // compilation_result -> underlying Tensor the variable is/was pointing to (i.e.
    // the value of the variable at the time of lowering/compilation)}.
    //
    // The obtained PjRtBuffers are populated to `args` vector.
    // `non_donatable_input_indices` will also be set, which contains the indices of
    // the input that should not be donated to output.
    //
    // There can be three types of input: 1. Tensor with PjRtTensorBuffer; 2.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/ops/stablehlo_op_quant_spec.cc

        absl::StatusOr<Method> method = GetQuantizationMethod(xla_call_module_op);
        if (method.ok() && method->has_no_quantization()) {
          return true;
        }
      }
      return false;
    }
    
    // Populates `spec.coeff_op_quant_dim` according to `xla_call_module_op`'s
    // `_quantization_method` attribute. If there is an input `QuantizedType` with
    // `dimension_specs` set, which represents the quantization dimension for the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. src/cmd/link/internal/mips64/asm.go

    	if gotplt.Size() != 0 {
    		ctxt.Errorf(gotplt.Sym(), "got.plt is not empty")
    	}
    
    	// Reserve got[0] for resolver address (populated by dynamic loader).
    	gotplt.AddUint32(ctxt.Arch, 0)
    	gotplt.AddUint32(ctxt.Arch, 0)
    	gotLocalCount++
    
    	// Reserve got[1] for ELF object pointer (populated by dynamic loader).
    	gotplt.AddUint32(ctxt.Arch, 0)
    	gotplt.AddUint32(ctxt.Arch, 0)
    	gotLocalCount++
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  4. src/net/http/filetransport.go

    	// time if the file is large. The newPopulateResponseWriter
    	// call returns a channel which either ServeHTTP or finish()
    	// sends our *Response on, once the *Response itself has been
    	// populated (even if the body itself is still being
    	// written to the res.Body, a pipe)
    	rw, resc := newPopulateResponseWriter()
    	go func() {
    		t.fh.ServeHTTP(rw, req)
    		rw.finish()
    	}()
    	return <-resc, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. src/crypto/x509/hybrid_pool_test.go

    		// platform verification to fail. In part this is because Windows
    		// dynamically populates roots into its local trust store at time of
    		// use. We can attempt to prime the pool by attempting TLS connections
    		// to google.com until it works, suggesting the pool has been properly
    		// updated. If after we hit the deadline, the pool has _still_ not been
    		// populated with the expected root, it's unlikely we are ever going to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:48:11 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // dataSourceRef specifies the object from which to populate the volume with data, if a non-empty
      // volume is desired. This may be any object from a non-empty API group (non
      // core object) or a PersistentVolumeClaim object.
      // When this field is specified, volume binding will only succeed if the type of
      // the specified object matches some installed volume populator or dynamic
      // provisioner.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"dataSourceRef":             "dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the dataSource field and as...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.py

        )
    
    
    def _populate_quantization_options_default_values(
        quantization_options: _QuantizationOptions,
    ) -> None:
      """Populates default values for QuantizationOptions.
    
      Populates unspecified or unset fields of QuantizationOptions with the default
      values.
    
      * If `op_set` is unspecified, it defaults to `OpSet.XLA`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. pilot/pkg/model/typed_xds_cache_test.go

    		},
    	}
    
    	c := newTypedXdsCache[uint64]()
    
    	cache := c.(*lruCache[uint64])
    
    	assert.Equal(t, cache.store.Len(), 0)
    	assert.Equal(t, cache.indexLength(), 0)
    
    	// adding the entry populates the indexes
    	c.Add(firstEntry.Key(), firstEntry, req, res)
    
    	assert.Equal(t, cache.store.Len(), 1)
    	assert.Equal(t, cache.indexLength(), 2)
    	assert.Equal(t, cache.configIndexSnapshot(), map[ConfigHash]sets.Set[uint64]{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 29 20:35:31 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops_pass.cc

    // converge as only a few patterns create new resource ops that can be further
    // decomposed. The rest of the iterations are enough to clean up any dead ops
    // created by decomposition.
    constexpr int kMaxIterations = 20;
    
    // Populates `reachable_functions` with all functions that can be reached from
    // device cluster ops.
    void PopulateClusterReachableFunctions(
        ModuleOp module, SmallPtrSetImpl<Operation*>& reachable_functions) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 08 20:01:13 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top