Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for Undo (0.38 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

        auto conv2d_output_type = mlir::cast<ShapedType>(conv2d_output.getType());
    
        //
        // Transpose and reshape the output
        //
    
        // Since output is in NWHC form we need to undo the permutation we have
        // affectively applied.
        auto output_permutation_and_shape = GetInversePermutationAndShape(
            output_permutation, conv2d_output_type, rewriter);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    //	m.preemptoff = "reason"
    //	var stw worldStop
    //	systemstack(func() {
    //		stw = stopTheWorldWithSema(reason)
    //	})
    //
    // When finished, the caller must either call startTheWorld or undo
    // these three operations separately:
    //
    //	m.preemptoff = ""
    //	systemstack(func() {
    //		now = startTheWorldWithSema(stw)
    //	})
    //	semrelease(&worldsema)
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. src/reflect/value.go

    	if v.kind() != Map {
    		v.panicNotMap()
    	}
    	return &MapIter{m: v}
    }
    
    // Force slow panicking path not inlined, so it won't add to the
    // inlining budget of the caller.
    // TODO: undo when the inliner is no longer bottom-up only.
    //
    //go:noinline
    func (f flag) panicNotMap() {
    	f.mustBe(Map)
    }
    
    // copyVal returns a Value containing the map key or value at ptr,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.8.md

    * kubeadm: Implement a `--dry-run` mode and flag for `kubeadm` ([#51122](https://github.com/kubernetes/kubernetes/pull/51122), [@luxas](https://github.com/luxas))
    * kubectl rollout `history`, `status`, and `undo` subcommands now support StatefulSets. ([#49674](https://github.com/kubernetes/kubernetes/pull/49674), [@crimsonfaith91](https://github.com/crimsonfaith91))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          return failure();
    
        Value grad = op.getDy();
        Type element_type = mlir::cast<ShapedType>(grad.getType()).getElementType();
    
        // Perform reshape to undo any new/shrink axes done by strided slice.
        grad = rewriter.create<mhlo::ReshapeOp>(
            op.getLoc(), tensorflow::GetTypeFromTFTensorShape(shape, element_type),
            grad);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * New [WebSocketException (and docs)](https://fastapi.tiangolo.com/advanced/websockets/#using-depends-and-others), re-exported from Starlette.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  7. docs/pt/docs/async.md

    Então você espera que seu _crush_ :heart_eyes: termine a história que estava contando (terminar o trabalho atual / tarefa sendo processada), sorri gentilmente e diz que você está indo buscar os hambúrgueres.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  8. cmd/testdata/xl-meta-merge.zip

    ÷Q\K¬eVpñVmeÜyyh²mò†UqW`oªÜ\e†HuAH gieuEìl详õ oUô ¼,YT¸{RxfeyEÜQW`¼bï<]RYZu^Õî²I=1 ¢rxpBS„)1][|–yy»ì]wW1 (å9û0ûR]N§naPIôåÄOTq³ocxci…øÂûDsÖWª`ÜQ~¦ŒVU†ÚeKÙ„ [j ªµ$ _ ncJ¢qmÐH{~zïJ¢Fãr÷ACAñQ Â@˜² " ¾)Üajtãhoze† ûp;1¸gï\jeP ˆaRwªæO_xºGy]Nqp†êqP°u}^ôÝ ìñDO\ïTesìF² `r ïX |ßCxewx”†…GHÜCqV¬tKyÜ_LiÕ¢]Ewd E_„v}P_ûUx]Zk ˆñdf}gz>tí±©ýôï4ÊC|H¢nUå; V¦@wBRS±·Æû x†~ïQGcÖE€b_WT\]æM@ïn tq~~UËqnE²3en ¼qûÌ0êcÎã7 ÎïÊG þûvc¾¾.{Ö¢OhD]`paìˆrïzKjyzqG`B¼ÿò ªtZoHEw@uñv¬²pgÐ^QE„ sx=‘²Eû|\¾ |e}MHs m@iVw¼ux NRïj¢“„GZIå]xuyqxfM...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  9. RELEASE.md

    Sindre Seppola, snadampal, Srinivasan Narayanamoorthy, sushreebarsa,
    syedshahbaaz, Tamas Bela Feher, Tatwai Chong, Thibaut Goetghebuer-Planchon,
    tilakrayal, Tom Anderson, Tomohiro Endo, Trevor Morris, vibhutisawant,
    Victor Zhang, Vremold, Xavier Bonaventura, Yanming Wang, Yasir Modak,
    Yimei Sun, Yong Tang, Yulv-Git, zhuoran.liu, zotanika
    
    # Release 2.10.1
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top