Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 308 for rfind (4.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util.cc

    constexpr char kBadIntArrayElementMsg[] =
        "bad '{0}' attribute at index {1}, not an int";
    
    using ParsedDevice = DeviceNameUtils::ParsedName;
    using ParsedDevices = llvm::ArrayRef<DeviceNameUtils::ParsedName>;
    
    namespace {
    // Find matching devices in `devices` based on pattern `spec`.
    llvm::SmallVector<ParsedDevice, 8> FindMatchingDevices(
        ParsedDevices devices, const ParsedDevice& spec) {
      llvm::SmallVector<ParsedDevice, 8> matching_devices;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 20:10:40 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

            failure.assertHasCause("Could not resolve all dependencies for configuration ':resolveMe'.")
            failure.assertHasCause("Could not resolve project :.")
            assertFullMessageCorrect("""      > The consumer was configured to find attribute 'color' with value 'blue'. There are several available matching variants of project :
            The only attribute distinguishing these variants is 'shape'. Add this attribute to the consumer's configuration to resolve the ambiguity:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/inline.go

    process emphasis
    
    	walk forward in list to find a closer.
    	walk back to find first potential matching opener.
    	if found:
    		strong for length >= 2
    		insert node
    		drop delimiters between opener and closer
    		remove 1 or 2 from open/close count, removing if now empty
    		if closing has some left, go around again on this node
    	if not:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener_builder_test.go

    	cg := NewConfigGenTest(t, TestOptions{Services: testServices})
    	proxy := cg.SetupProxy(nil)
    
    	vo := xdstest.ExtractListener(model.VirtualOutboundListenerName, cg.Listeners(proxy))
    	if vo == nil {
    		t.Fatalf("didn't find virtual outbound listener")
    	}
    }
    
    var (
    	testServices = []*model.Service{
    		buildService("test.com", wildcardIPv4, protocol.HTTP, tnow),
    		buildService("test.com", wildcardIPv6, protocol.HTTP, tnow),
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    }
    
    // findProgramHeader returns the program segment that matches the current
    // mapping and the given address, or an error if it cannot find a unique program
    // header.
    func (m *elfMapping) findProgramHeader(ef *elf.File, addr uint64) (*elf.ProgHeader, error) {
    	// For user space executables, we try to find the actual program segment that
    	// is associated with the given mapping. Skip this search if limit <= start.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/ambient/waypoints.go

    	// want to index ServiceEntry/WorkloadEntry or possibly allow specifying
    	// the ServiceAccounts directly on a Gateway resource.
    	ServiceAccounts []string
    }
    
    // fetchWaypointForInstance attempts to find a Waypoint a given object is an instance of.
    // TODO should this also lookup waypoints by workload.addresses + workload.services[].vip?
    // ServiceEntry and WorkloadEntry likely won't have the gateway-name label.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:28 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/DynamicObjectIntegrationTest.groovy

        transform(Impl) // should fail since transform(Class) does not exist
    }
            """
    
            expect:
            fails()
            failure.assertHasLineNumber(13)
            failure.assertHasCause("Could not find method transform() for arguments [class Impl] on task ':print' of type MyTask.")
        }
    
        def failsWhenGettingUnknownPropertyOnProject() {
            buildFile """
                assert !hasProperty("p1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/executor_tpuv1_island_coarsening.cc

        llvm::SmallDenseMap<StringRef, llvm::SmallDenseSet<Operation*>>&
            cluster_to_tpu_ops_map,
        Operation* op, bool* changed) {
      // Find the first island wrapping a single operation with the
      // `_replication_info` attribute, it'll be used as the root of the algorithm
      // to find the other operations that are part of the same cluster.
      IslandOp island = dyn_cast<IslandOp>(*op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/api/v2/tf_executor_to_graph.cc

      // could be made lazy if we find this to be broad.
      SymbolTable symbol_table(func->getParentOfType<mlir::ModuleOp>());
      TF_RETURN_IF_ERROR(Exporter::ConvertLibFunction(
          configs, tf_dialect, symbol_table, func, &flib_def, visited_functions));
    
      auto name = FindFunctionName(configs, func);
      const FunctionDef* func_def = flib_def.Find(name);
      if (func_def != nullptr) {
        *function_def = *func_def;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirDataFlowInfoProvider.kt

            /**
             * Not all expressions appear in the [ControlFlowGraph].
             * Still, if we find at least some of them, it's very unlikely that we will ever find a better graph.
             */
            val firCandidates = buildSet {
                fun addCandidate(firCandidate: FirElement) {
                    add(firCandidate)
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 14:04:46 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top