Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for walkFn (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          } else {
            // See if any resource type is used.
            bool resource = false;
            std::function<bool(mlir::Type)> record_resource;
            record_resource = [&](mlir::Type type) {
              type.walk([&](mlir::Type t) {
                if (resource) return mlir::WalkResult::interrupt();
                if (mlir::isa<mlir::TF::ResourceType>(type)) {
                  resource = true;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	// on an OS stack, we must keep a reference to mp alive so that the GC
    	// doesn't free mp while we are still using it.
    	//
    	// Note that the free list must not be linked through alllink because
    	// some functions walk allm without locking, so may be using alllink.
    	//
    	// N.B. It's important that the M appears on the free list simultaneously
    	// with it being removed so that the tracer can find it.
    	mp.freeWait.Store(freeMWait)
    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/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    and arise from denser Substances than those of Vapours, thence it is that true Air is more ponderous than Vapour, and that a moist Atmosphere is lighter than a dry one, quantity for quantity. From the same repelling Power it seems to be that Flies walk upon the Water without wetting their Feet; and that the Object-glasses of long Telescopes lie upon one another without touching; and that dry Powders are difficultly made to touch one another so as to stick together, unless by melting them, or wetting...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top