Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 153 for cont (0.12 sec)

  1. docker-buildx.sh

    #!/bin/bash
    
    sudo sysctl net.ipv6.conf.all.disable_ipv6=0
    
    remote=$(git remote get-url upstream)
    if test "$remote" != "******@****.***:minio/minio.git"; then
    	echo "Script requires that the 'upstream' remote is set to ******@****.***:minio/minio.git"
    	exit 1
    fi
    
    git remote update upstream && git checkout master && git rebase upstream/master
    
    release=$(git describe --abbrev=0 --tags)
    
    docker buildx build --push --no-cache \
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:43:38 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize_functional_ops.cc

          return success();
        }
    
        // Extract the constant cond value.
        DenseElementsAttr cond;
        if (!matchPattern(op.getCond(), m_Constant(&cond))) return failure();
    
        // TODO(hinsu): Handle constants that are not scalar booleans.
        auto cond_type = mlir::dyn_cast<RankedTensorType>(cond.getType());
        if (!cond_type || !cond_type.getShape().equals({}) ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/buildlifecycle/basic/tests/buildlifecycle.sample.conf

    Laura Kassovic <******@****.***> 1715669846 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 06:57:26 UTC 2024
    - 140 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/customPlugins/customPluginNoConvention/tests/customPluginNoConvention.sample.conf

    Laura Kassovic <******@****.***> 1710456991 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 22:56:31 UTC 2024
    - 146 bytes
    - Viewed (0)
  5. testing/smoke-test/src/smokeTest/resources/org/gradle/play/integtest/fixtures/external/shared/conf/application.conf.old

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 257 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/plugins/dependenciesBlock/tests/dependenciesBlock.sample.conf

    Sterling Greene <******@****.***> 1713389563 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:36:36 UTC 2024
    - 78 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/plugins/greeting/tests/sanityCheck.sample.conf

    Laura Kassovic <******@****.***> 1710994565 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 04:16:05 UTC 2024
    - 71 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/plugins/mappingExtensions/tests/sanityCheck.sample.conf

    Laura Kassovic <******@****.***> 1710994565 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 04:16:05 UTC 2024
    - 31 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/providers/services/tests/services.sample.conf

    Laura Kassovic <******@****.***> 1713377655 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 18:14:15 UTC 2024
    - 170 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/tests/multitestingBuildDependents.sample.conf

    Laura Kassovic <******@****.***> 1706138984 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 162 bytes
    - Viewed (0)
Back to top