Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 710 for prefixer (0.15 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/GradleBuildExperimentRunner.java

    import org.gradle.profiler.BuildAction;
    import org.gradle.profiler.BuildContext;
    import org.gradle.profiler.BuildMutator;
    import org.gradle.profiler.GradleBuildConfiguration;
    import org.gradle.profiler.InvocationSettings;
    import org.gradle.profiler.Logging;
    import org.gradle.profiler.ScenarioDefinition;
    import org.gradle.profiler.ScenarioInvoker;
    import org.gradle.profiler.gradle.DaemonControl;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-prefer-tf2xla.mlir

    // RUN: tf-opt "-xla-legalize-tf=device-type=XLA_CPU_JIT legalize-chlo=false use-tf2xla-fallback=true prefer-tf2xla=true" %s | FileCheck %s
    // RUN: tf-opt "-xla-legalize-tf=device-type=XLA_CPU_JIT legalize-chlo=false prefer-tf2xla=true" %s | FileCheck --check-prefix NOFALLBACK %s
    
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 0 : i32, producer = 268 : i32}} {
    
    // CHECK-LABEL: @abs
    func.func @abs(%arg0: tensor<2xf32>) -> tensor<2xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/xla_compile_on_demand_op.cc

          }));
    
      TF_RETURN_IF_ERROR(rm->LookupOrCreate<DeviceCompilationProfiler>(
          rm->default_container(), "device_compilation_profiler", profiler,
          [](DeviceCompilationProfiler** profiler) {
            *profiler = new DeviceCompilationProfiler();
            return absl::OkStatus();
          }));
    
      XlaCompiler::Options options = GenerateCompilerOptions(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-out.yaml

                          prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 10.10.10.10
                        prefixLen: 32
                - notId:
                    orIds:
                      ids:
                      - directRemoteIp:
                          addressPrefix: 90.10.10.10
                          prefixLen: 32
                - orIds:
                    ids:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  5. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/KotlinPlatformComponent.kt

     *
     * Platform component interfaces and their default implementations are always prefixed with the word `Kotlin`, in contrast to
     * [KaEngineService]s which are prefixed with `Ka`. It is recommended to keep this naming convention in platform implementations. For
     * example, the Standalone API uses a `KotlinStandalone` prefix for its own platform component implementations.
     */
    public interface KotlinPlatformComponent
    
    /**
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:57:40 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/runtimeshaded/ImplementationDependencyRelocator.java

        }
    
        public ImplementationDependencyRelocator(RuntimeShadedJarType type) {
            prefixes = readPrefixes(type);
        }
    
        @Override
        public String map(String name) {
            String value = name;
    
            String prefix = "";
    
            Matcher m = classPattern.matcher(name);
            if (m.matches()) {
                prefix = m.group(1) + "L";
                name = m.group(2);
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  7. cmd/api-response.go

    	data.VersionIDMarker = versionIDMarker
    	data.IsTruncated = resp.IsTruncated
    
    	prefixes := make([]CommonPrefix, 0, len(resp.Prefixes))
    	for _, prefix := range resp.Prefixes {
    		prefixItem := CommonPrefix{}
    		prefixItem.Prefix = s3EncodeName(prefix, encodingType)
    		prefixes = append(prefixes, prefixItem)
    	}
    	data.CommonPrefixes = prefixes
    	return data
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/tcp/custom-both-http-tcp-out1.yaml

                        prefixLen: 22
                - notId:
                    orIds:
                      ids:
                      - remoteIp:
                          addressPrefix: 192.168.244.139
                          prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 1.2.3.4
                        prefixLen: 32
                - notId:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 15 22:42:30 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  9. pkg/util/iptree/iptree.go

    		bitPosition = n.prefix.Bits()
    	}
    
    	if n != nil && n.public && n.prefix == prefix {
    		last = n
    	}
    
    	if last != nil {
    		return last.prefix, last.val, true
    	}
    	var zeroT T
    	return netip.Prefix{}, zeroT, false
    }
    
    // ShortestPrefixMatch returns the shortest prefix match, the stored value and true if exist.
    // For example, considering the following prefixes 192.168.20.16/28 and 192.168.0.0/16,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

                        prefixLen: 32
                    - destinationIp:
                        addressPrefix: 192.168.10.0
                        prefixLen: 24
                - notRule:
                    orRules:
                      rules:
                      - destinationIp:
                          addressPrefix: 90.10.10.10
                          prefixLen: 32
                      - destinationIp:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top