Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 2,588 for Storep (0.1 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    <2> Compare the reference to an object of user-defined class stored in the task field and the reference captured in the `doLast` action.
    <3> Compare the reference to `ArrayList` instance stored in the task field and the reference captured in the `doLast` action.
    <4> Check the equality of stored and captured lists.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/genericOps.go

    	// and outputs are stored immediately with OpStore.
    	//
    	// After call expansion, Calls have the same fixed-middle-memory arrangement of inputs,
    	// with the difference that the "middle" is only the register-resident inputs,
    	// and the non-register inputs are instead stored at ABI-defined offsets from SP
    	// (and the stores thread through the memory that is ultimately an input to the call).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/device_compilation_cache.h

        return executable->SizeOfGeneratedCodeInBytes();
      }
    
      return 0;
    }
    }  // namespace device_compilation_cache_internal
    
    // Cache to store compiled HLO, executables and related metadata keyed by
    // `DeviceCompilationClusterSignature`. The cache owns the stored
    // CompilationResults and Executables.
    // Currently no cache eviction policy is implemented and the cache grows without
    // bound.
    template <typename ExecutableType>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 12 08:49:52 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  4. src/runtime/tracemap.go

    //
    // The caller must ensure that there are no put operations executing concurrently
    // with this function.
    func (tab *traceMap) reset() {
    	tab.root.Store(nil)
    	tab.seq.Store(0)
    	tab.mem.drop()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:03:35 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode.go

    // DontCare bits should be zero, but the machine might not reject
    // ones in those bits, they are mainly reserved for future expansion
    // of the instruction set.
    // The Args are stored in the same order as the instruction manual.
    //
    // Prefixed instructions are stored as:
    //
    //	prefix << 32 | suffix,
    //
    // Regular instructions are:
    //
    //	inst << 32
    type instFormat struct {
    	Op       Op
    	Mask     uint64
    	Value    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 5.6K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/heap/heap.go

    type heapItem struct {
    	obj   interface{} // The object which is stored in the heap.
    	index int         // The index of the object's key in the Heap.queue.
    }
    
    type itemKeyValue struct {
    	key string
    	obj interface{}
    }
    
    // data is an internal struct that implements the standard heap interface
    // and keeps the data stored in the heap.
    type data struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 29 18:37:35 UTC 2022
    - 6.7K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/saved_model/core/revived_types/restored_resource.h

    class RestoredResource : TensorHandleConvertible {
     public:
      // Note(bmzhao): RestoredResource stores non-owning pointers to its associated
      // functions because SavedModel internally owns all functions and objects in
      // the RevivedObjects struct (which owns all functions). One alternative would
      // be to have RevivedObjects store shared_ptr<TFConcreteFunction> instead, and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 23 04:49:47 UTC 2020
    - 4.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    		{name: "MOVDatomicload", argLength: 2, reg: gpload, asm: "MOVD", aux: "SymOff", faultOnNilArg0: true, symEffect: "Read"},
    
    		// Atomic stores. These are just normal stores.
    		// store arg1 to arg0+auxint+aux. arg2=mem.
    		{name: "MOVBatomicstore", argLength: 3, reg: gpstore, asm: "MOVB", aux: "SymOff", typ: "Mem", clobberFlags: true, faultOnNilArg0: true, hasSideEffects: true, symEffect: "Write"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/aes.go

    // around plaintext length because all stored items are small (less than 2 MB).  To prevent the
    // chance of the block cipher being accidentally re-used, it is not taken in as input.  Instead,
    // a new random key is generated and returned on every invocation of this function.  This key is
    // used as the input to the block cipher.  If the key is stored and retrieved at a later point,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. src/internal/runtime/atomic/atomic_loong64.s

    	JMP	·Store64(SB)
    
    TEXT ·StoreRel(SB), NOSPLIT, $0-12
    	JMP	·Store(SB)
    
    TEXT ·StoreRel64(SB), NOSPLIT, $0-16
    	JMP	·Store64(SB)
    
    TEXT ·StoreReluintptr(SB), NOSPLIT, $0-16
    	JMP     ·Store64(SB)
    
    TEXT ·Store(SB), NOSPLIT, $0-12
    	MOVV	ptr+0(FP), R4
    	MOVW	val+8(FP), R5
    	DBAR
    	MOVW	R5, 0(R4)
    	DBAR
    	RET
    
    TEXT ·Store8(SB), NOSPLIT, $0-9
    	MOVV	ptr+0(FP), R4
    	MOVB	val+8(FP), R5
    	DBAR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top