Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 209 for legalized (0.56 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize-tfl-stablehlo-reshape.mlir

    Eugene Burmako <******@****.***> 1671166704 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 16 05:09:09 UTC 2022
    - 616 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/rsc.io_sampler_v1.2.0.txt

    			prefs = append(prefs, language.Make(env))
    		}
    	}
    	return prefs
    }
    
    // Hello returns a localized greeting.
    // If no prefs are given, Hello uses DefaultUserPrefs.
    func Hello(prefs ...language.Tag) string {
    	if len(prefs) == 0 {
    		prefs = DefaultUserPrefs()
    	}
    	return hello.find(prefs)
    }
    
    // A text is a localized text.
    type text struct {
    	byTag   map[string]string
    	matcher language.Matcher
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 3.2K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/rsc.io_sampler_v1.2.1.txt

    			prefs = append(prefs, language.Make(env))
    		}
    	}
    	return prefs
    }
    
    // Hello returns a localized greeting.
    // If no prefs are given, Hello uses DefaultUserPrefs.
    func Hello(prefs ...language.Tag) string {
    	if len(prefs) == 0 {
    		prefs = DefaultUserPrefs()
    	}
    	return hello.find(prefs)
    }
    
    // A text is a localized text.
    type text struct {
    	byTag   map[string]string
    	matcher language.Matcher
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 17:49:01 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/main/java/org/gradle/language/internal/DefaultBinaryCollection.java

        @Override
        public void whenElementKnown(Action<? super T> action) {
            if (state != State.Collecting) {
                throw new IllegalStateException("Cannot add actions to this collection as it has already been realized.");
            }
            knownActions = knownActions.add(action);
        }
    
        @Override
        public <S> void whenElementKnown(final Class<S> type, final Action<? super S> action) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/tests/BUILD

        ],
        licenses = ["notice"],
    )
    
    glob_lit_tests(
        name = "all_tests",
        data = [":test_utilities"],
        driver = "//tensorflow/compiler/mlir/lite/stablehlo:run_lit.sh",
        size_override = {
            "legalize-skip-quantization-ops.mlir": "medium",
        },
        test_file_exts = [
            "mlir",
            "cc",
        ],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/quantization/tensorflow/tf_to_quant.cc

    namespace mlir {
    namespace TF {
    
    //===----------------------------------------------------------------------===//
    // The pass to legalize the quantization emulation ops from TF.
    //
    namespace {
    
    // Legalize TF quantization emulation ops to that in Quant ops dialect.
    struct LegalizeTFToQuant
        : public PassWrapper<LegalizeTFToQuant, OperationPass<func::FuncOp>> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

            toList(container) == [a]
    
            when:
            container.addAll([a, b])
    
            then:
            toList(container) == [a, b]
        }
    
        def "element added using provider is not realized when added"() {
            containerAllowsExternalProviders()
            def provider = Mock(ProviderInternal)
    
            when:
            container.addLater(provider)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/README.md

    - The Canonicalization pass iteratively applies canonicalization
    transformations in a greedy way until no further changes occur.
    Canonicalization includes constant folding.
    - The Legalize pass converts TensorFlow operations to TensorFlow Lite
    ones. The operations that cannot be mapped to TensorFlow Lite dialect
    are left as TensorFlow operations. Unsupported op handling follows the
    proposed TFLite mechanism.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 29 11:30:32 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/rsc.io_sampler_v1.99.99.txt

    		}
    	}
    	return prefs
    }
    
    // Hello returns a localized greeting.
    // If no prefs are given, Hello uses DefaultUserPrefs.
    func Hello(prefs ...language.Tag) string {
    	if len(prefs) == 0 {
    		prefs = DefaultUserPrefs()
    	}
    	return hello.find(prefs)
    }
    
    func Glass() string {
    	return "I can eat glass and it doesn't hurt me."
    }
    
    // A text is a localized text.
    type text struct {
    	byTag   map[string]string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 3.2K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.1.txt

    		}
    	}
    	return prefs
    }
    
    // Hello returns a localized greeting.
    // If no prefs are given, Hello uses DefaultUserPrefs.
    func Hello(prefs ...language.Tag) string {
    	if len(prefs) == 0 {
    		prefs = DefaultUserPrefs()
    	}
    	return hello.find(prefs)
    }
    
    // Glass returns a localized silly phrase.
    // If no prefs are given, Glass uses DefaultUserPrefs.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 4.7K bytes
    - Viewed (0)
Back to top