Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 33 for impl_5 (0.13 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    // pass.
    namespace {
    #define GEN_PASS_DEF_PREPARETFPASS
    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    // Prepare TF operations in functions for subsequent legalization.
    class PrepareTFPass : public impl::PrepareTFPassBase<PrepareTFPass> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(PrepareTFPass)
    
      PrepareTFPass() = default;
      PrepareTFPass(const PrepareTFPass &) {}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  2. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/expressionInfoProvider/FirStandaloneNormalAnalysisSourceModuleIsUsedAsExpressionTestGenerated.java

    import org.jetbrains.kotlin.analysis.test.framework.test.configurators.AnalysisSessionMode;
    import org.jetbrains.kotlin.analysis.test.framework.test.configurators.AnalysisApiMode;
    import org.jetbrains.kotlin.analysis.api.impl.base.test.cases.components.expressionInfoProvider.AbstractIsUsedAsExpressionTest;
    import org.jetbrains.kotlin.test.TestMetadata;
    import org.junit.jupiter.api.Test;
    
    import java.io.File;
    import java.util.regex.Pattern;
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 08 19:07:43 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

    #define GEN_PASS_DEF_EXTRACTOUTSIDECOMPILATIONPASS
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h.inc"
    
    struct ExtractOutsideCompilation
        : public impl::ExtractOutsideCompilationPassBase<
              ExtractOutsideCompilation> {
      void runOnOperation() override;
    };
    
    // Build a function containing `ops` with `inputs` and `outputs` using
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modload/buildlist.go

    //
    // The packages in pkgs are assumed to have been loaded from either the roots of
    // rs or the modules selected in the graph of rs.
    //
    // The above invariants together imply the graph-pruning invariants for the
    // go.mod file:
    //
    //  1. (The import invariant.) Every module that provides a package transitively
    //     imported by any package or test in the main module is included as a root.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      //  2. We don't support live-out values of type DT_RESOURCE and live-in values
      //     of type DT_RESOURCE that are not resource variables.
      //
      // Together these imply we cannot let resource variable safety analysis
      // constrain e.g. a TensorArrayV3->TensorArrayAssignV3 edge to be in different
      // clusters: both of them will have to be clustered because of (1) and we
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    namespace {
    
    /// Lower TensorList ops in functions for subsequent legalization.
    struct LowerStaticTensorListPass
        : public impl::LowerStaticTensorListPassBase<LowerStaticTensorListPass> {
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(LowerStaticTensorListPass)
    
      LowerStaticTensorListPass() = default;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  7. src/runtime/pprof/pprof_test.go

    		}
    		for i := range w {
    			p, err := profile.Parse(bytes.NewReader(w[i].Bytes()))
    			if err != nil {
    				t.Errorf("error parsing protobuf profile: %v", err)
    			}
    
    			// High-numbered loop-i goroutines imply that every lower-numbered
    			// loop-i goroutine should be present in the profile too.
    			counts := make(map[string]int)
    			for _, s := range p.Sample {
    				label := s.Label[t.Name()+"-loop-i"]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewrite.go

    		v = v.Args[0]
    	}
    	return v.Op == OpSP || v.Op == OpLocalAddr
    }
    
    // disjoint reports whether the memory region specified by [p1:p1+n1)
    // does not overlap with [p2:p2+n2).
    // A return value of false does not imply the regions overlap.
    func disjoint(p1 *Value, n1 int64, p2 *Value, n2 int64) bool {
    	if n1 == 0 || n2 == 0 {
    		return true
    	}
    	if p1 == p2 {
    		return false
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    Since Java 11 no longer contains the `java.xml.bind` module, Gradle now bundles JAXB 2.3.1 (`com.sun.xml.bind:jaxb-impl`) and uses it on Java 9 and above.
    
    Please remove the `--add-modules java.xml.bind` option from `org.gradle.jvmargs`, if set.
    
    [[rel5.0:gradle_plugin_portal_metadata]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  10. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

    import org.apache.maven.project.harness.PomTestWrapper;
    import org.codehaus.plexus.testing.PlexusTest;
    import org.eclipse.aether.DefaultRepositorySystemSession;
    import org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory;
    import org.eclipse.aether.repository.LocalRepository;
    import org.junit.jupiter.api.BeforeEach;
    import org.junit.jupiter.api.Test;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
Back to top