Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 71 for jaxb (0.03 sec)

  1. .github/workflows/osv-scanner-scheduled.yml

            --lockfile=requirements.txt:./requirements_lock_3_12.txt
            --lockfile=requirements.txt:./ci/official/containers/linux_arm64/devel.requirements.txt
            --lockfile=requirements.txt:./ci/official/containers/linux_arm64/jax.requirements.txt
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 06 17:09:49 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/python/jax_to_tfl_flatbuffer.h

    #include "tensorflow/core/platform/types.h"
    #include "tensorflow/lite/toco/model_flags.pb.h"
    #include "tensorflow/lite/toco/toco_flags.pb.h"
    
    namespace tensorflow {
    
    // Converts the given Jax model to a TF Lite FlatBuffer
    // string according to the given model flags, toco flags and tags. Returns error
    // status if it fails to convert the input.
    Status ConvertJaxToTFLiteFlatBuffer(const std::string& input,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomReader.java

            }
            M2_ENTITIES_RESOURCE = bytes;
    
            // Set the context classloader the bootstrap classloader, to work around the way that JAXP locates implementation classes
            // This should ensure that the JAXP classes provided by the JVM are used, rather than some other implementation
            ClassLoader original = Thread.currentThread().getContextClassLoader();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:53:23 UTC 2024
    - 30K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/lift_as_function_call_test.cc

          return %0 : tensor<1x1x4xf32>
        }
      )mlir";
    
      const OwningOpRef<ModuleOp> module_op =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  5. platforms/jvm/ear/src/main/java/org/gradle/plugins/ear/descriptor/internal/DefaultDeploymentDescriptor.java

                try {
                    // If not set for >= JAXP 1.5 / Java8 won't allow referencing DTDs, e.g.
                    // using http URLs, because Groovy's XmlParser requests FEATURE_SECURE_PROCESSING
                    parser.setProperty(ACCESS_EXTERNAL_DTD, ALLOW_ANY_EXTERNAL_DTD);
                } catch (SAXNotRecognizedException ignore) {
                    // property requires >= JAXP 1.5 / Java8
                }
                return parser;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 19 22:06:51 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  6. SECURITY.md

    reachable and exploitable through production-grade, benign models.
    
    ### Compilation
    
    Compiling models via the recommended entry points described in
    [XLA](https://www.tensorflow.org/xla) and
    [JAX](https://jax.readthedocs.io/en/latest/jax-101/02-jitting.html)
    documentation should be safe, while some of the testing and debugging tools that
    come with the compiler are not designed to be used with untrusted data and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Oct 01 06:06:35 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/python/jax_to_tfl_flatbuffer.cc

          builder.getNamedAttr("inputs", builder.getStringAttr(inputs)));
      // Jax wrapped the output nodes in a tuple, so it's pretty hard to us
      // to tell the output at this point, we will set the output at the export
      // phase.
      main_func->setAttr("tf.entry_function", builder.getDictionaryAttr(attrs));
    
      // StableHLO Quantizer is not supported for JAX input models, so
      // quantization_py_function_lib is set to nullptr.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 8K bytes
    - Viewed (0)
  8. .github/workflows/trusted_partners.js

        assignees.push(
            'DEKHTIARJonathan', 'meena-at-work', 'nluehr', 'pjannaty', 'poulsbo');
      } else if (
          lowercased_title.includes('nvidia') && domain.includes('nvidia.com')) {
        if (lowercased_title.includes('jax')) {
          assignees.push('hawkinsp', 'yashk2810', 'skye');
        }
        if (lowercased_title.includes('xla') || lowercased_title.includes('gpu')) {
          assignees.push('cheshire', 'gcforster', 'reedwm', 'chsigg', 'xla-rotation');
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 07 13:52:04 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/insert_calibration_statistics_saver_with_skipping.mlir

        %output_0, %min_1, %max_2, %histogram_3 = "tf.CustomAggregator"(%0) <{calibration_method = 1 : i32,...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/abt/avlint32_test.go

    	assert(t, AUB, aub4, "aub4")
    	if A.Find(3) != aub4.Find(3) {
    		t.Errorf("Failed aliasing/reuse check, A/aub4")
    	}
    
    	axb1 := A.Union(B, alwaysNil)
    	assert(t, AXB, axb1, "axb1")
    	axb2 := B.Union(A, alwaysNil)
    	assert(t, AXB, axb2, "axb2")
    
    	adb := A.Difference(B, alwaysNil)
    	assert(t, ADB, adb, "adb")
    	bda := B.Difference(A, nil)
    	assert(t, BDA, bda, "bda")
    
    	Ap1 := treePlus1([]int32{1, 2, 3, 4})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 11 16:34:41 UTC 2022
    - 20.3K bytes
    - Viewed (0)
Back to top