Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 196 for vagrant (0.09 sec)

  1. integration-tests/gradle/settings.gradle.kts

    include("standardJvmRuntimeClasspathAndroid")
    
    include("androidRuntimeClasspathAndroid")
    
    // Enforce 'android' variant in Java projects via constraint
    
    include("standardJvmAndroidConstraintCompileClasspathJava")
    
    include("androidAndroidConstraintCompileClasspathJava")
    
    // Enforce 'jre' variant in Android projects via constraint
    
    include("standardJvmJreConstraintCompileClasspathAndroid")
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jun 28 18:15:57 UTC 2023
    - 749 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/cpp-sourcesets-compilation.dot

        implementation -> includeRoot
        variantImplementation -> includeRoot
    
        cppCompileVariant[style=dashed, label=<cppCompile<i>Variant</i><br/>(configuration)>]
        implementation[style=dashed, label="implementation\n(configuration)"]
        variantImplementation[style=dashed, label=<main<i>Variant</i>Implementation<br/>(configuration)>]
      }
    
      subgraph secondLine {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/rewrite_tpu_embedding_ops.mlir

    func.func @recv_tpu_embedding_activations() -> (tensor<512x256xf32>) {
      // CHECK: %[[DATA:.*]] = "tf.XlaRecvTPUEmbeddingDeduplicationData"() <{config = {{.*}}}> : () -> tensor<!tf_type.variant>
      // CHECK: %[[RESULT:.*]] = "tf.XlaRecvTPUEmbeddingActivations"(%[[DATA]]) <{config = {{.*}}}> : (tensor<!tf_type.variant>) -> tensor<512x256xf32>
      // CHECK: return %[[RESULT]]
      // CHECK-NOT: tf.RecvTPUEmbeddingActivations
      // CHECK-NOT: tf.SendTPUEmbeddingGradients
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. tests/integration/tests.mk

    endif
    
    ifneq ($(HUB),)
        _INTEGRATION_TEST_FLAGS += --istio.test.hub=$(HUB)
    endif
    
    ifneq ($(TAG),)
        _INTEGRATION_TEST_FLAGS += --istio.test.tag=$(TAG)
    endif
    
    ifneq ($(VARIANT),)
        _INTEGRATION_TEST_FLAGS += --istio.test.variant=$(VARIANT)
    endif
    
    _INTEGRATION_TEST_SELECT_FLAGS ?= --istio.test.select=$(TEST_SELECT)
    ifneq ($(JOB_TYPE),postsubmit)
    	_INTEGRATION_TEST_SELECT_FLAGS:="$(_INTEGRATION_TEST_SELECT_FLAGS),-postsubmit"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-capabilitySubstitutionRule/groovy/build.gradle

        implementation 'com.acme:lib:1.0'
    }
    
    // tag::substitution_rule[]
    configurations.testCompileClasspath {
        resolutionStrategy.dependencySubstitution {
            substitute(module('com.acme:lib:1.0'))
                .using variant(module('com.acme:lib:1.0')) {
                capabilities {
                    requireCapability('com.acme:lib-test-fixtures')
                }
            }
        }
    }
    // end::substitution_rule[]
    
    tasks.register('resolve') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 650 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/dependencyManagement/inspectingDependencies-dependencyInsightReport/tests/dependencyInsightReport.out

    commons-codec:commons-codec:1.7
      Variant default:
        | Attribute Name    | Provided | Requested |
        |-------------------|----------|-----------|
        | org.gradle.status | release  |           |
       Selection reasons:
          - By conflict resolution: between versions 1.7 and 1.6
    
    commons-codec:commons-codec:1.7
    \--- scm
    
    commons-codec:commons-codec:1.6 -> 1.7
    \--- org.apache.httpcomponents:httpclient:4.3.6
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 580 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tf_executor_ops_invalid.mlir

    // -----
    
    // Check that merge data inputs of variant type are broadcastable to the output
    func.func @invalid_merge(%arg0: tensor<*x!tf_type.variant>, %arg1: tensor<4x!tf_type.variant>) -> tensor<8x!tf_type.variant> {
      %result = tf_executor.graph {
        %value, %idx, %ctlMerge = "tf_executor.Merge"(%arg0, %arg1) : (tensor<*x!tf_type.variant>, tensor<4x!tf_type.variant>) -> (tensor<8x!tf_type.variant>, tensor<i32>, !tf_executor.control)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 19 01:12:10 UTC 2023
    - 28.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/name_anonymous_iterators.mlir

      // CHECK: "tf.Iterator"
      // CHECK-SAME: 2x42
      %1, %2 = "tf.AnonymousIteratorV2"() {output_shapes = [
        #tf_type.shape<2x42>], output_types = [f32]} : () -> (tensor<!tf_type.resource>, tensor<!tf_type.variant>)
      // CHECK: "tf.Iterator"
      // CHECK-SAME: 3x42
      %3 = "tf.AnonymousIteratorV3"() {output_shapes = [
        #tf_type.shape<3x42>], output_types = [f32]} : () -> tensor<!tf_type.resource>
      return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 14 09:25:38 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  9. docs/sts/wso2.md

    - Initiate an id_token request to the WSO2 Identity Server, over a known [grant type](https://docs.wso2.com/display/IS540/OAuth+2.0+Grant+Types). For example, the following cURL command illustrates the syntax of an id_token request that can be initiated over the [Client Credentials Grant](https://docs.wso2.com/display/IS540/Client+Credentials+Grant) grant type.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/dependencyManagement/managingTransitiveDependencies-declaringCapabilities/tests/dependencyReport.out

    org.slf4j:log4j-over-slf4j:1.7.10 FAILED
    \--- compileClasspath
    
    org.slf4j:slf4j-log4j12:1.6.1
      Variant compile:
        | Attribute Name                 | Provided | Requested    |
        |--------------------------------|----------|--------------|
        | org.gradle.status              | release  |              |
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top