Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 72 for putrefy (0.2 sec)

  1. tensorflow/c/eager/parallel_device/parallel_device_test.cc

    #include "tensorflow/core/lib/core/status_test_util.h"
    #include "tensorflow/core/platform/test.h"
    
    // NOTE(allenl): These tests currently go through TFE_Execute and so are
    // integration testing rather than purely testing the parallel device. They
    // correspond fairly well to the implementation, but testing the C++ directly is
    // another option.
    
    namespace tensorflow {
    namespace parallel_device {
    
    using ::testing::HasSubstr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 08 23:47:35 UTC 2021
    - 29.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/walk/complit.go

    // literal components of composite literals.
    // Dynamic initialization represents non-literals and
    // non-literal components of composite literals.
    // LocalCode initialization represents initialization
    // that occurs purely in generated code local to the function of use.
    // Initialization code is sometimes generated in passes,
    // first static then dynamic.
    type initKind uint8
    
    const (
    	initKindStatic initKind = iota + 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:03:54 UTC 2023
    - 19.5K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener_waypoint.go

    		log.Warnf("multiple virtual services for one service: %v", svc.Hostname)
    	}
    	vs := vss[0]
    
    	// Typically we setup routes with the Host header match. However, for waypoint inbound we are actually using
    	// hostname purely to match to the Service VIP. So we only need a single VHost, with routes compute based on the VS.
    	// For destinations, we need to hit the inbound clusters if it is an internal destination, otherwise outbound.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  4. src/debug/dwarf/type.go

    //	       Endian   |    Endian
    //	                |
    //	"j":     27     |     0
    //	"k":     21     |     5
    //	"m":     16     |     11
    //	"n":     8      |     16
    //
    // Note that in the above the offsets are purely with respect to the
    // containing storage unit for j/k/m/n -- these values won't vary based
    // on the size of prior data members in the containing struct.
    //
    // If the compiler emits DW_AT_data_bit_offset, the expected values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    any vital Motion, or any other Cause? As for instance; Sea-Water in a raging Storm; Quick-silver agitated in _vacuo_; the Back of a Cat, or Neck of a Horse, obliquely struck or rubbed in a dark place; Wood, Flesh and Fish while they putrefy; Vapours arising from putrefy'd Waters, usually call'd _Ignes Fatui_; Stacks of moist Hay or Corn growing hot by fermentation; Glow-worms and the Eyes of some Animals by vital Motions; the vulgar _Phosphorus_ agitated by the attrition of any Body, or by the acid...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. src/testdata/Isaac.Newton-Opticks.txt

    instance; Sea-Water in a raging Storm; Quick-silver agitated in _vacuo_;
    the Back of a Cat, or Neck of a Horse, obliquely struck or rubbed in a
    dark place; Wood, Flesh and Fish while they putrefy; Vapours arising
    from putrefy'd Waters, usually call'd _Ignes Fatui_; Stacks of moist Hay
    or Corn growing hot by fermentation; Glow-worms and the Eyes of some
    Animals by vital Motions; the vulgar _Phosphorus_ agitated by the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/java_library_plugin.adoc

    | `implementation`
    | Declaring implementation dependencies
    | no
    | no
    | This is where you declare dependencies which are purely internal and not meant to be exposed to consumers (they are still exposed to consumers at runtime).
    
    | `compileOnly`
    | Declaring compile only dependencies
    | no
    | no
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  8. cmd/erasure-healing.go

    			// any valid content, if any is recoverable. But if
    			// notFoundDataDirs are already greater than the data
    			// blocks all bets are off and it is safe to purge.
    			//
    			// This is purely a defensive code, ideally parityBlocks
    			// is sufficient, however we can't know that since we
    			// do have the FileInfo{}.
    			return validMeta, true
    		}
    
    		// We have no idea what this file is, leave it as is.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 33.8K bytes
    - Viewed (0)
  9. src/runtime/mbitmap.go

    //
    // The typ argument is the type of the space at src and dst (and the
    // element type if src and dst refer to arrays) and it is optional.
    // If typ is nil, the barrier will still behave as expected and typ
    // is used purely as an optimization. However, it must be used with
    // care.
    //
    // If typ is not nil, then src and dst must point to one or more values
    // of type typ. The caller must ensure that the ranges [src, src+size)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_model.adoc

    By default, `resolvableConfigurations` prints information about all purely resolvable configurations.
    These are configurations that are marked resolvable but *not* marked consumable.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top