Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for idml (0.07 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    #include "tensorflow/compiler/mlir/quantization/common/uniform_quantized_types.h"
    
    #define DEBUG_TYPE "uniform-quantized-stablehlo-to-tfl"
    
    namespace mlir {
    namespace odml {
    namespace {
    
    using ::mlir::quant::CastI64ArrayToI32;
    using ::mlir::quant::CastI64ToI32;
    using ::mlir::quant::CreateI32F32UniformQuantizedPerAxisType;
    using ::mlir::quant::CreateI32F32UniformQuantizedType;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  2. src/html/entity.go

    		"Iota;":                            '\U00000399',
    		"Iscr;":                            '\U00002110',
    		"Itilde;":                          '\U00000128',
    		"Iukcy;":                           '\U00000406',
    		"Iuml;":                            '\U000000CF',
    		"Jcirc;":                           '\U00000134',
    		"Jcy;":                             '\U00000419',
    		"Jfr;":                             '\U0001D50D',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"Ι":                            "\u0399",
    	"ℐ":                            "\u2110",
    	"Ĩ":                          "\u0128",
    	"І":                           "\u0406",
    	"Ï":                            "\u00cf",
    	"Ĵ":                           "\u0134",
    	"Й":                             "\u0419",
    	"𝔍":                             "\U0001d50d",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    #include "tensorflow/core/framework/kernel_shape_util.h"
    #include "tensorflow/core/lib/math/math_util.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/util/padding.h"
    
    namespace mlir {
    namespace odml {
    namespace {
    
    #define DEBUG_TYPE "tf-legalize-hlo"
    
    #define GEN_PASS_DEF_LEGALIZEHLOTOTFPASS
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.h.inc"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  5. src/crypto/x509/verify_test.go

    		leaf:          nameConstraintsLeaf,
    		intermediates: []string{nameConstraintsIntermediate1, nameConstraintsIntermediate2},
    		roots:         []string{globalSignRoot},
    		currentTime:   1382387896,
    		dnsName:       "secure.iddl.vt.edu",
    
    		expectedChains: [][]string{
    			{
    				"Technology-enhanced Learning and Online Strategies",
    				"Virginia Tech Global Qualified Server CA",
    				"Trusted Root CA G2",
    				"GlobalSign Root CA",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // RUN: odml-to-stablehlo-opt --uniform-quantized-stablehlo-to-tfl \
    // RUN:     --split-input-file --verify-diagnostics %s | FileCheck %s
    
    // ============================================================================
    // The following functions tests example quantization patterns outputted from
    // JAX Quantizer. JAX Quantizer should output integer types, which are
    // composed into `UniformQuantized{|PerAxis}Type` via
    // `compose_uniform_quantized_type_pass.cc`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
Back to top