Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 746 for Frozen (0.16 sec)

  1. src/internal/coverage/stringtab/stringtab.go

    // a new entry if need be, and returning an index into the table.
    func (stw *Writer) Lookup(s string) uint32 {
    	if idx, ok := stw.stab[s]; ok {
    		return idx
    	}
    	if stw.frozen {
    		panic("internal error: string table previously frozen")
    	}
    	idx := uint32(len(stw.strs))
    	stw.stab[s] = idx
    	stw.strs = append(stw.strs, s)
    	return idx
    }
    
    // Size computes the memory in bytes needed for the serialized
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 11 12:40:42 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  2. api/README

    Files in this directory are data for Go's API checker ("go tool api", in src/cmd/api).
    
    Each file is a list of API features, one per line.
    
    go1.txt (and similarly named files) are frozen once a version has been
    shipped. Each file adds new lines but does not remove any.
    
    except.txt lists features that may disappear without breaking true
    compatibility.
    
    Starting with go1.19.txt, each API feature line must end in "#nnnnn"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 19:22:50 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/attributes/FreezableAttributeContainer.java

    import org.gradle.api.attributes.AttributeContainer;
    import org.gradle.api.provider.Provider;
    
    import javax.annotation.Nullable;
    import java.util.Map;
    import java.util.Set;
    
    /**
     * An attribute container which can be frozen in order to avoid subsequent mutations.
     */
    public class FreezableAttributeContainer implements AttributeContainerInternal {
    
        private final Describable owner;
    
        private AttributeContainerInternal delegate;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 05 20:59:50 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. src/os/stat_solaris.go

    // license that can be found in the LICENSE file.
    
    package os
    
    import (
    	"internal/filepathlite"
    	"syscall"
    	"time"
    )
    
    // These constants aren't in the syscall package, which is frozen.
    // Values taken from golang.org/x/sys/unix.
    const (
    	_S_IFNAM  = 0x5000
    	_S_IFDOOR = 0xd000
    	_S_IFPORT = 0xe000
    )
    
    func fillFileStatFromSys(fs *fileStat, name string) {
    	fs.name = filepathlite.Base(name)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:44:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/unfreeze_constants.cc

    // `checkpoint_dir`. `checkpoint_dir` will be created within this function. It
    // will return a non-OK status if it already exists or permission is denied.
    // TODO(b/261652258): Make sure this works for when there are non-frozen
    // variables in the model.
    absl::Status UnfreezeConstantsAndSaveVariables(
        const absl::string_view checkpoint_dir, mlir::MLIRContext &ctx,
        mlir::ModuleOp module_op) {
      TF_RETURN_IF_ERROR(RunPasses(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 11:07:03 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. src/net/mptcpsock_linux.go

    	"internal/syscall/unix"
    	"sync"
    	"syscall"
    )
    
    var (
    	mptcpOnce      sync.Once
    	mptcpAvailable bool
    	hasSOLMPTCP    bool
    )
    
    // These constants aren't in the syscall package, which is frozen
    const (
    	_IPPROTO_MPTCP = 0x106
    	_SOL_MPTCP     = 0x11c
    	_MPTCP_INFO    = 0x1
    )
    
    func supportsMultipathTCP() bool {
    	mptcpOnce.Do(initMPTCPavailable)
    	return mptcpAvailable
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 18:48:34 UTC 2023
    - 4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_config.h

      // post-training quantization.
      bool disable_infer_tensor_range = false;
    
      // Whether to use the unfrozen variable quantization in MLIR. Typically,
      // variables are frozen for passing passes, but some variables aren't frozen.
      // If it is true, QuantizeVariables pass will be added after the
      // PrepareQuantizePass.
      bool enable_mlir_variable_quantization = false;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 10:16:19 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. cmd/service.go

    	serviceReloadDynamic                      // Reload dynamic config values.
    	serviceFreeze                             // Freeze all S3 API calls.
    	serviceUnFreeze                           // Un-Freeze previously frozen S3 API calls.
    	// Add new service requests here.
    )
    
    // Global service signal channel.
    var globalServiceSignalCh = make(chan serviceSignal)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Feb 28 07:02:14 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/transforms/split_merged_operands.cc

    // Background info:
    // Currently the model taken to MLIRConverter is frozen (all the variables have
    // been converted to constants, all the assign ops are gone, etc.). However,
    // TFLite has these variable tensors semantics. So the variable mapping from TF
    // to TFLite is actually broken here, we sort of hard-code the variable tensors
    // based on the actual ops using them, such as unidirectional_sequence_lstm.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/commandLineTutorialTasks.graphml

                <y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="on_edge" sideReference="relative_to_edge_flow"/>
              </y:EdgeLabel>
              <y:BendStyle smoothed="false"/>
            </y:PolyLineEdge>
          </data>
        </edge>
      </graph>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top