Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sgdu (0.09 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.oma.bcast.notification+xml",
    				"application/vnd.oma.bcast.provisioningtrigger",
    				"application/vnd.oma.bcast.sgboot",
    				"application/vnd.oma.bcast.sgdd+xml",
    				"application/vnd.oma.bcast.sgdu",
    				"application/vnd.oma.bcast.simple-symbol-container",
    				"application/vnd.oma.bcast.smartcard-trigger+xml",
    				"application/vnd.oma.bcast.sprov+xml",
    				"application/vnd.oma.bcast.stkm",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ppc64/asm.go

    		initfunc.SetUint32(ctxt.Arch, sz-4, 0x38420000) // addi r2, r2, .TOC.-func@l
    	}
    
    	// This is Go ABI. Stack a frame and save LR.
    	o(OP_MFLR_R0) // mflr r0
    	o(0xf801ffe1) // stdu r0, -32(r1)
    
    	// Get the moduledata pointer from GOT and put into R3.
    	var tgt loader.Sym
    	if s := ldr.Lookup("local.moduledata", 0); s != 0 {
    		tgt = s
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      );
    }
    
    
    def TF_XlaSparseDenseMatmulGradWithSgdAndStaticBufferSizeOp : TF_Op<"XlaSparseDenseMatmulGradWithSgdAndStaticBufferSize", [Pure]> {
      let summary = "A XLA op which performs the SGD optimizer update for the dense-sparse matrix multiplication.";
    
      let arguments = (ins
        TF_Int32Tensor:$row_pointers,
        TF_Int32Tensor:$sorted_sample_ids,
        TF_Int32Tensor:$sorted_token_ids,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
Back to top