Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 619 for interest (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/README.md

    text proto.
    
    That points to a solution though: write our tests starting from the Python API's
    that generate the SavedModel. That leads to very compact test inputs.
    
    As the SavedModel work progresses, it's likely to be of interest to find a
    shortcut between the Python `tf.Module` and the SavedModel MLIR representation
    that doesn't involve serializing a SavedModel to disk and reading it back.
    
    ## Potential improvements
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 02 03:37:19 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  2. src/cmd/covdata/metamerge.go

    	"time"
    	"unsafe"
    )
    
    // metaMerge provides state and methods to help manage the process
    // of selecting or merging meta data files. There are three cases
    // of interest here: the "-pcombine" flag provided by merge, the
    // "-pkg" option provided by all merge/subtract/intersect, and
    // a regular vanilla merge with no package selection
    //
    // In the -pcombine case, we're essentially glomming together all the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 17:17:47 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/internal/report/source.go

    	insts      map[uint64]instructionInfo // Instructions of interest (keyed by address).
    
    	// Set of function names that we are interested in (because they had
    	// a sample and match sym).
    	interest map[string]bool
    
    	// Mapping from system function names to printable names.
    	prettyNames map[string]string
    }
    
    // addrInfo holds information for an address we are interested in.
    type addrInfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tf_functional_to_executor.cc

                                   "to tf_executor dialect\n");
        return;
      }
      auto loc = func.getLoc();
      mlir::Block& body = func.front();
      // Find region of interest and ReturnOp.
      auto copy_range = body.without_terminator();
      if (copy_range.begin() != copy_range.end() &&
          std::next(copy_range.begin()) == copy_range.end() &&
          isa<tf_executor::GraphOp>(*copy_range.begin())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 11 20:52:36 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. code_of_conduct.md

    # Contributor Covenant Code of Conduct
    
    ## Our Pledge
    
    In the interest of fostering an open and welcoming environment, we as
    contributors and maintainers pledge to making participation in our project and
    our community a harassment-free experience for everyone, regardless of age, body
    size, disability, ethnicity, gender identity and expression, level of experience,
    nationality, personal appearance, race, religion, or sexual identity and
    orientation.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jan 20 18:38:58 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  6. pilot/cmd/pilot-agent/status/util/stats.go

    )
    
    var readinessTimeout = time.Second * 3 // Default Readiness timeout. It is set the same in helm charts.
    
    type stat struct {
    	name  string
    	value *uint64
    	found bool
    }
    
    // Stats contains values of interest from a poll of Envoy stats.
    type Stats struct {
    	// Update Stats.
    	CDSUpdatesSuccess   uint64
    	CDSUpdatesRejection uint64
    	LDSUpdatesSuccess   uint64
    	LDSUpdatesRejection uint64
    	// Server State of Envoy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 21 15:50:49 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/internal/operations/logging/LoggingBuildOperationProgressBroadcaster.java

     * It does not attempt to emulate the rich console.
     *
     * This solution has some quirks due to how the console output subsystem in Gradle has evolved.
     *
     * An “output event” effectively represents something of interest happening that
     * some observer may wish to know about in order to visualise what is happening, e.g. a console renderer.
     * We are integrating at this level, but imposing different semantics.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 06:02:18 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java

             * the project already contains the plugin executions induced by the project's packaging type. Remember, all
             * phases of interest and only those are in the lifecycle mapping, if a phase has no value in the map, we are
             * not interested in any of the executions bound to it.
             */
    
            for (Plugin plugin : project.getBuild().getPlugins()) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 10 12:55:54 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. CODE_OF_CONDUCT.md

    # TensorFlow Code of Conduct
    
    In the interest of fostering an open and welcoming environment, we as
    contributors and maintainers pledge to make participation in our project and our
    community a harassment-free experience for everyone, regardless of age, body
    size, disability, ethnicity, gender identity and expression, level of
    experience, nationality, personal appearance, race, religion, or sexual identity
    and orientation.
    
    ## Our Standards
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 05 18:43:16 UTC 2021
    - 5.2K bytes
    - Viewed (0)
  10. .github/DISCUSSION_TEMPLATE/questions.yml

    labels: [question]
    body:
      - type: markdown
        attributes:
          value: |
            Thanks for your interest in FastAPI! 🚀
    
            Please follow these instructions, fill every question, and do every step. 🙏
    
            I'm asking this because answering questions and solving problems in GitHub is what consumes most of the time.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Aug 03 15:59:41 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top