Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Investigate (0.71 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

    import org.gradle.util.Matchers
    import org.gradle.util.internal.ToBeImplemented
    import org.junit.Rule
    import spock.lang.Issue
    
    import static org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache.Skip.INVESTIGATE
    
    class CopyTaskIntegrationSpec extends AbstractIntegrationSpec {
    
        @Rule
        public final TestResources resources = new TestResources(testDirectoryProvider, "copyTestResources")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

    import org.gradle.util.internal.ToBeImplemented
    import spock.lang.Issue
    
    import javax.inject.Inject
    
    import static org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache.Skip.INVESTIGATE
    import static org.hamcrest.CoreMatchers.containsString
    
    class BuildServiceIntegrationTest extends AbstractIntegrationSpec {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

            bias_fn,
            activation_fn,
            has_batch_norm,
            strides,
            dilations,
            'SAME',
            has_func_alias,
        )
        # TODO: b/331809306 - Investigate why these test fail then re-enable.
        if has_batch_norm and (bias_fn or not input_shape_dynamic):
          return
    
        # TODO: b/331120943 - Re-enable this after correctly handling quantization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  4. configure.py

      cleanup_makefile()
      setup_python(environ_cp)
    
      if is_windows():
        environ_cp['TF_NEED_OPENCL'] = '0'
        environ_cp['TF_CUDA_CLANG'] = '0'
        # TODO(ibiryukov): Investigate using clang as a cpu or cuda compiler on
        # Windows.
        environ_cp['TF_DOWNLOAD_CLANG'] = '0'
        environ_cp['TF_NEED_MPI'] = '0'
    
      if is_macos():
        environ_cp['TF_NEED_TENSORRT'] = '0'
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  5. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            if (userDefinedLocalRepo != null) {
                return userDefinedLocalRepo;
            }
    
            // TODO Investigate why this can also be a Java system property and not just a Maven user property like
            // other properties
            return request.getSystemProperties().getProperty(MavenCli.LOCAL_REPO_PROPERTY);
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

                 * don't invoke interruptTask.
                 */
                false);
          }
        }
      }
    
      // TODO(lukes): investigate using the @Contended annotation on these fields when jdk8 is
      // available.
      /**
       * This field encodes the current state of the future.
       *
       * <p>The valid values are:
       *
       * <ul>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
  7. guava/src/com/google/common/util/concurrent/AbstractFuture.java

                 * don't invoke interruptTask.
                 */
                false);
          }
        }
      }
    
      // TODO(lukes): investigate using the @Contended annotation on these fields when jdk8 is
      // available.
      /**
       * This field encodes the current state of the future.
       *
       * <p>The valid values are:
       *
       * <ul>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  8. src/cmd/compile/internal/ssa/prove.go

    					}
    				}
    				if logicVars == nil {
    					logicVars = make(map[*Block][]*Value)
    				}
    				logicVars[b] = append(logicVars[b], v)
    			case OpOr64, OpOr32, OpOr16, OpOr8:
    				// TODO: investigate how to always add facts without much slowdown, see issue #57959.
    				if v.Args[0].isGenericIntConst() {
    					ft.update(b, v, v.Args[0], unsigned, gt|eq)
    				}
    				if v.Args[1].isGenericIntConst() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  9. tensorflow/c/eager/c_api_test.cc

      TF_DeleteStatus(status);
    #endif  // PLATFORM_WINDOWS
    }
    TEST(CAPI, ExecuteAdd) {
      ExecuteAdd(
          /*async=*/false,
          /*forward_input*/ false,
          /*tfrt*/ false);
    }
    // TODO(b/234067483): Investigate flakiness and re-enable.
    TEST(CAPI, DISABLED_ExecuteAddAsync) {
      ExecuteAdd(
          /*async=*/true,
          /*forward_input*/ false,
          /*tfrt*/ false);
    }
    TEST(CAPI, ExecuteAddForward) {
      ExecuteAdd(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	// to handle it and thus return Queue. This will cause the
    	// scheduler to treat the event as if no event hint callback had been provided.
    	// Developers who want to investigate this can enable a diff at log level 6.
    	if loggerV := logger.V(6); loggerV.Enabled() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top