Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for data_flow (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/colocate_tpu_copy_with_dynamic_shape.cc

    #include <memory>
    
    #include "llvm/Support/Casting.h"
    #include "mlir/Analysis/DataFlow/ConstantPropagationAnalysis.h"  // from @llvm-project
    #include "mlir/Analysis/DataFlow/DeadCodeAnalysis.h"  // from @llvm-project
    #include "mlir/Analysis/DataFlow/SparseAnalysis.h"  // from @llvm-project
    #include "mlir/Analysis/DataFlowFramework.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 23 00:30:27 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
    
    		if f, ok := f.(*http2DataFrame); ok {
    			if !sc.inflow.take(f.Length) {
    				return sc.countError("data_flow", http2streamError(f.Header().StreamID, http2ErrCodeFlowControl))
    			}
    			sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
    		}
    		return nil
    	}
    
    	switch f := f.(type) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/flow/FlowScope.java

     * Augments the cached work graph with {@link FlowAction dataflow actions}, anonymous, parameterized and
     * isolated pieces of work that are triggered solely based on the availability of their input parameters.
     *
     * @since 8.1
     */
    @Incubating
    @ServiceScope(Scope.Build.class)
    public interface FlowScope {
    
        /**
         * Registers a {@link FlowAction dataflow action} that's always part of the dataflow graph.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/dataflow_actions.adoc

    This work piece has to process the task execution result, so it cannot be a task itself.
    
    The Dataflow Actions API provides a way to schedule this type of work.
    A dataflow action is a parameterized isolated piece of work that becomes eligible for execution as soon as all input parameters become available.
    
    == Implementing a dataflow action
    
    The first step is to implement the action itself.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:10 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/analysis/tf_dataflow.h

    namespace mlir {
    namespace TF {
    
    template <typename L>
    class TensorflowDataflowAnalysis
        : public dataflow::SparseForwardDataFlowAnalysis<dataflow::Lattice<L>> {
     public:
      using StateT = dataflow::Lattice<L>;
      using dataflow::SparseForwardDataFlowAnalysis<
          StateT>::SparseForwardDataFlowAnalysis;
      using dataflow::SparseForwardDataFlowAnalysis<StateT>::getLatticeElement;
      ~TensorflowDataflowAnalysis() override = default;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 06 23:53:00 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. guava/javadoc-link/checker-framework/package-list

    org.checkerframework.common.wholeprograminference
    org.checkerframework.dataflow.analysis
    org.checkerframework.dataflow.cfg
    org.checkerframework.dataflow.cfg.block
    org.checkerframework.dataflow.cfg.node
    org.checkerframework.dataflow.cfg.playground
    org.checkerframework.dataflow.constantpropagation
    org.checkerframework.dataflow.qual
    org.checkerframework.dataflow.util
    org.checkerframework.framework.flow
    org.checkerframework.framework.qual
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Dec 07 19:00:31 UTC 2017
    - 3.8K bytes
    - Viewed (0)
  7. android/guava/javadoc-link/checker-framework/package-list

    org.checkerframework.common.wholeprograminference
    org.checkerframework.dataflow.analysis
    org.checkerframework.dataflow.cfg
    org.checkerframework.dataflow.cfg.block
    org.checkerframework.dataflow.cfg.node
    org.checkerframework.dataflow.cfg.playground
    org.checkerframework.dataflow.constantpropagation
    org.checkerframework.dataflow.qual
    org.checkerframework.dataflow.util
    org.checkerframework.framework.flow
    org.checkerframework.framework.qual
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Dec 07 19:00:31 UTC 2017
    - 3.8K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/flow/FlowActionSpec.java

    /**
     * Allows configuring the parameters for a {@link FlowAction dataflow action}.
     *
     * @param <P> the parameters defined by the configured {@link FlowAction dataflow action} type.
     * @since 8.1
     */
    @Incubating
    public interface FlowActionSpec<P extends FlowParameters> {
    
        /**
         * Returns the parameters defined by the configured {@link FlowAction dataflow action}.
         *
         * @return mutable parameters object, never null.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 18:52:41 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/localize_var_handles.cc

    #include <memory>
    
    #include "llvm/ADT/DenseSet.h"
    #include "llvm/ADT/StringRef.h"
    #include "llvm/Support/Casting.h"
    #include "mlir/Analysis/DataFlow/ConstantPropagationAnalysis.h"  // from @llvm-project
    #include "mlir/Analysis/DataFlow/DeadCodeAnalysis.h"  // from @llvm-project
    #include "mlir/Analysis/DataFlowFramework.h"  // from @llvm-project
    #include "mlir/IR/Builders.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 06 23:53:00 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/analysis/resource_dataflow.h

    #include <vector>
    
    #include "llvm/ADT/BitVector.h"
    #include "llvm/ADT/STLExtras.h"
    #include "llvm/Support/Casting.h"
    #include "llvm/Support/Debug.h"
    #include "mlir/Analysis/DataFlow/DeadCodeAnalysis.h"  // from @llvm-project
    #include "mlir/Analysis/DataFlow/SparseAnalysis.h"  // from @llvm-project
    #include "mlir/Analysis/DataFlowFramework.h"  // from @llvm-project
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top