Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 435 for freeReg (0.11 sec)

  1. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.h

    // * `export_to_mlir` enables exporting to MLIR text format, otherwise exported
    // in flat buffer. If the
    // * `session` pointer may provided, it will be used to freeze resource
    // variables. If the `saved_model_dir` directory path is provided, then the
    // `tf_saved_model.asset` ops will be freezed.
    Status ConvertTFExecutorToTFLOrFlatbuffer(
        mlir::ModuleOp module, bool export_to_mlir, toco::TocoFlags& toco_flags,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 08:30:24 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/permissions/permissions.kt

    @RequiresOptIn("Analysis should not be allowed to be run from the EDT, as otherwise it may cause IDE freezes.")
    public annotation class KaAllowAnalysisOnEdt
    
    /**
     * Allows [analyze][org.jetbrains.kotlin.analysis.api.analyze] to be called on the EDT in the given [action], which is normally not allowed.
     *
     * Analysis is not supposed to be invoked from the EDT, as it may cause freezes. Use at your own risk!
     */
    @KaAllowAnalysisOnEdt
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:22:24 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. testing/architecture-test/src/test/java/org/gradle/architecture/test/ProviderMigrationArchitectureTest.java

            .that(are(mutable_public_API_properties))
            .and().haveRawReturnType(assignableTo(FileCollection.class))
            .should(haveFileCollectionReturnType()));
    
        @ArchTest
        public static final ArchRule mutable_public_api_properties_should_not_use_text_resources = freeze(methods()
            .that(are(mutable_public_API_properties))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. testing/architecture-test/src/test/java/org/gradle/architecture/library/freeze/LineNumberIgnoringViolationStore.java

     * limitations under the License.
     */
    
    package org.gradle.architecture.library.freeze;
    
    import com.tngtech.archunit.lang.ArchRule;
    import com.tngtech.archunit.library.freeze.TextFileBasedViolationStore;
    import com.tngtech.archunit.library.freeze.ViolationStore;
    
    import java.util.List;
    import java.util.Properties;
    
    import static java.util.stream.Collectors.toList;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. testing/architecture-test/src/test/resources/archunit.properties

    # limitations under the License.
    #
    
    # Changes the line number in all sources to 0, so line numbers are ignored and changes are easier to review
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 794 bytes
    - Viewed (0)
  6. testing/architecture-test/build.gradle.kts

        override fun asArguments(): Iterable<String> {
            val refreezeBoolean = refreeze.getOrElse(false)
            return listOf(
                "-Darchunit.freeze.store.default.path=${location.absolutePath}",
                "-Darchunit.freeze.refreeze=${refreezeBoolean}",
                "-Darchunit.freeze.store.default.allowStoreUpdate=${refreezeBoolean}"
            )
        }
    }
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. testing/architecture-test/src/test/java/org/gradle/architecture/test/ServiceScopeAnnotationValidationTest.java

    import static com.tngtech.archunit.lang.conditions.ArchPredicates.are;
    import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.classes;
    import static org.gradle.architecture.test.ArchUnitFixture.freeze;
    
    @AnalyzeClasses(packages = "org.gradle")
    public class ServiceScopeAnnotationValidationTest {
    
        private static final DescribedPredicate<JavaClass> special_classes = new DescribedPredicate<JavaClass>("special class") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. cmd/service.go

    	serviceStop                               // Stops the server.
    	serviceReloadDynamic                      // Reload dynamic config values.
    	serviceFreeze                             // Freeze all S3 API calls.
    	serviceUnFreeze                           // Un-Freeze previously frozen S3 API calls.
    	// Add new service requests here.
    )
    
    // Global service signal channel.
    var globalServiceSignalCh = make(chan serviceSignal)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Feb 28 07:02:14 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordToLabelCB.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean;
    
    import org.codelibs.fess.es.config.cbean.bs.BsElevateWordToLabelCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class ElevateWordToLabelCB extends BsElevateWordToLabelCB {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 846 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/FileConfigCB.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean;
    
    import org.codelibs.fess.es.config.cbean.bs.BsFileConfigCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class FileConfigCB extends BsFileConfigCB {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 822 bytes
    - Viewed (0)
Back to top