Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for islibrary (0.18 sec)

  1. src/runtime/proc.go

    	// of collecting statistics in malloc and newproc
    	inittrace.active = false
    
    	close(main_init_done)
    
    	needUnlock = false
    	unlockOSThread()
    
    	if isarchive || islibrary {
    		// A program compiled with -buildmode=c-archive or c-shared
    		// has a main, but it is not executed.
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

    project :
      Variant runtimeClasspath:
        | Attribute Name                 | Provided     | Requested    |
        |--------------------------------|--------------|--------------|
        | org.gradle.category            | library      | library      |
        | org.gradle.dependency.bundling | external     | external     |
        | org.gradle.jvm.environment     | standard-jvm | standard-jvm |
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      }
    
      TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef);
      TF_EXPECT_FUNCTIONDEFLIBRARY_EQ(library_expected, library);
    }
    
    // Test with two functions to transform.
    TEST(EncapsulateSubgraphsTest, TwoFunctions) {
      FunctionDefLibrary library;
      GraphDef graphdef;
    
      {
        *library.add_function() = test::function::XTimesTwo();
    
        GraphDefBuilder b1(GraphDefBuilder::kFailImmediately);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/integration-tests/reactive-messaging-kafka/pom.xml
    	quarkus/integration-tests/class-transformer/runtime/pom.xml
    	quarkus/integration-tests/shared-library/pom.xml
    	quarkus/extensions/redis-client/runtime/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy-jackson/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // directory $GOPATH/pkg/$GOOS_$GOARCH. When module-aware mode is enabled,
    // non-main packages are built and cached but not installed.
    //
    // Before Go 1.20, the standard library was installed to
    // $GOROOT/pkg/$GOOS_$GOARCH.
    // Starting in Go 1.20, the standard library is built and cached but not installed.
    // Setting GODEBUG=installgoroot=all restores the use of
    // $GOROOT/pkg/$GOOS_$GOARCH.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/pkg.go

    	RawImports        []string             // this package's original imports as they appear in the text of the program; 1:1 with the end of PackagePublic.Imports
    	ForceLibrary      bool                 // this package is a library (even if named "main")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/exec.go

    	PackageFile   map[string]string // map package path to .a file with export data
    	Standard      map[string]bool   // map package path to whether it's in the standard library
    	PackageVetx   map[string]string // map package path to vetx data from earlier vet run
    	VetxOnly      bool              // only compute vetx data; don't report detected problems
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  8. src/debug/elf/elf.go

    	SHT_GNU_ATTRIBUTES SectionType = 0x6ffffff5 /* GNU object attributes */
    	SHT_GNU_HASH       SectionType = 0x6ffffff6 /* GNU hash table */
    	SHT_GNU_LIBLIST    SectionType = 0x6ffffff7 /* GNU prelink library list */
    	SHT_GNU_VERDEF     SectionType = 0x6ffffffd /* GNU version definition section */
    	SHT_GNU_VERNEED    SectionType = 0x6ffffffe /* GNU version needs section */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          << tensor_info.encoding_case();
      return tensor_info.name();
    }
    
    // This class is used to generate new MLIR function name strings that are both
    // unique in the TF function library `flib_` and unique among the name strings
    // generated by the class object during its lifetime.
    //
    // In theory, this class is not necessary because we should simply take
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisLibrarySourceModuleResolveCallTestGenerated.java

        @TestDataPath("$PROJECT_ROOT")
        public class InLibrary {
          @Test
          public void testAllFilesPresentInInLibrary() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 175.8K bytes
    - Viewed (0)
Back to top