Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for jaxb (0.28 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/DynamicModulesClassPathProvider.java

                return classpath.removeIf(new Spec<File>() {
                    @Override
                    public boolean isSatisfiedBy(File file) {
                        return file.getName().startsWith("jaxb-impl-");
                    }
                });
            }
            return classpath;
        }
    
        private Set<Module> allRequiredModulesOf(String... names) {
            Set<Module> modules = new HashSet<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 04:50:46 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/wrapper-shared/src/main/java/org/gradle/wrapper/Download.java

         * Base64 encode user info for HTTP Basic Authentication.
         *
         * Try to use {@literal java.util.Base64} encoder which is available starting with Java 8.
         * Fallback to {@literal javax.xml.bind.DatatypeConverter} from JAXB which is available starting with Java 6 but is not anymore in Java 9.
         * Fortunately, both of these two Base64 encoders implement the right Base64 flavor, the one that does not split the output in multiple lines.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. gradle/verification-metadata.xml

          </component>
          <component group="javax.xml.bind" name="jaxb-api" version="2.3.0">
             <artifact name="jaxb-api-2.3.0.jar">
                <pgp value="B38E195D438D44A1A8D2D2203575E1C767076CA8"/>
             </artifact>
          </component>
          <component group="javax.xml.bind" name="jaxb-api" version="2.3.1">
             <artifact name="jaxb-api-2.3.1.jar">
                <pgp value="70CD19BFD9F6C330027D6F260315BFB7970A144F"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  4. pom.xml

    				<exclusion>
    					<groupId>javax.activation</groupId>
    					<artifactId>javax.activation-api</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>javax.xml.bind</groupId>
    					<artifactId>jaxb-api</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>jakarta.annotation</groupId>
    					<artifactId>jakarta.annotation-api</artifactId>
    				</exclusion>
    				<exclusion>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  5. ci/official/containers/linux_arm64/build.sh

    AR_IMAGE_PATH="us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/build-arm64"
    
    # Build for both JAX and TF usage.  We do these in one place because they share
    # almost all of the same cache layers
    export DOCKER_BUILDKIT=1
    for target in jax tf; do
      IMAGE="gcr.io/tensorflow-sigs/build-arm64:$target-$TAG"
      AR_IMAGE="$AR_IMAGE_PATH:$target-$TAG"
      docker pull "$IMAGE" || true
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 22:33:16 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/legalize_jax_random.cc

    limitations under the License.
    ==============================================================================*/
    
    // The full pipeline of converting jax random include 2 steps.
    // 1. Rename the jax random functions to tflite wrapped functions with the aid
    //    of "jax.named_call". For example, in the dumped hlo, the
    //    jax.random.uniform will have name "tfl_wrapped_jax_random_uniform".
    // 2. Replace the body of "tfl_wrapped_jax_random_uniform" and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/legalize_jax_random.mlir

    // CHECK:           return %[[VAL_2]] : tuple<tensor<3x4xf32>>
    // CHECK:         }
    func.func @tfl_wrapped_jax_random_normal(%arg0: tensor<2xui32>) -> tuple<tensor<3x4xf32>> {
      // This is a fake jax random normal body.
      %0 = stablehlo.constant dense<0.0> : tensor<12xf32>
      %1 = "stablehlo.reshape"(%0) : (tensor<12xf32>) -> tensor<3x4xf32>
      %2 = "stablehlo.tuple"(%1) : (tensor<3x4xf32>) -> tuple<tensor<3x4xf32>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_lowering_patterns.td

            ConstBoolAttrTrue,
            (returnType (GetNhwcReturnTypeFromNchw $old_val))),
          (Arith_ConstantOp
            ConstantAttr<RankedI32ElementsAttr<[4]>,"{0, 3, 1, 2}">))>;
    
    // pattern to lower a stablehlo.composite of `jax` and `pytorch` image resize fuctions
    // in `nearest` mode and with NHWC inputs to a tflite.resize_nearest_neighbor op.
    def LegalizeNhwcResizeNearestNeighbor2dComposite: Pat<
        (MHLO_CompositeOp:$old_val
        (variadic $input),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. ci/official/requirements_updater/requirements.in

    keras-nightly ~= 3.0.0.dev
    tb-nightly ~= 2.18.0.a
    
    # Test dependencies
    grpcio >= 1.24.3, < 2.0
    portpicker == 1.6.0
    scipy == 1.11.3
    requests >= 2.31.0
    packaging==23.2
    setuptools==68.2.2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 834 bytes
    - Viewed (0)
  10. requirements_lock_3_11.txt

        #   h5py
        #   jax
        #   keras-nightly
        #   ml-dtypes
        #   opt-einsum
        #   scipy
        #   tb-nightly
    opt-einsum==3.3.0 \
        --hash=sha256:2455e59e3947d3c275477df7f5205b30635e266fe6dc300e3d9f9646bfcea147 \
        --hash=sha256:59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549
        # via
        #   -r requirements.in
        #   jax
    packaging==23.2 \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top