Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,395 for Compiler (0.61 sec)

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

    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops.h"
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_avg_pool.h"  // IWYU pragma: keep
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_utils.h"  // IWYU pragma: keep
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.h"
    #include "tensorflow/compiler/mlir/lite/transforms/passes.h"  // IWYU pragma: keep
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/BUILD

        deps = [
            ":outline_composites",
            ":shlo_simplify",
            "//tensorflow/compiler/mlir:init_mlir",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
            "//tensorflow/compiler/mlir/lite/stablehlo:legalize_stablehlo_to_vhlo_pass",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_types",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:ArithDialect",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 22:27:36 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/gc.go

    	// appropriate linker. In case of C++ code, use the compiler named
    	// by the CXX environment variable or defaultCXX if CXX is not set.
    	// Else, use the CC environment variable and defaultCC as fallback.
    	var compiler []string
    	if cxx {
    		compiler = envList("CXX", cfg.DefaultCXX(cfg.Goos, cfg.Goarch))
    	} else {
    		compiler = envList("CC", cfg.DefaultCC(cfg.Goos, cfg.Goarch))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:37:44 UTC 2024
    - 23K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/cc/pre_calibration.cc

    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/pre_calibration.h"
    
    #include "absl/base/nullability.h"
    #include "absl/log/die_if_null.h"
    #include "absl/status/statusor.h"
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    #include "mlir/Pass/PassManager.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/pass_pipeline.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 09:28:53 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/python/pywrap_quantization_lib.cc

    #include "tensorflow/compiler/mlir/quantization/stablehlo/python/pywrap_quantization_lib.h"
    
    #include <string>
    #include <vector>
    
    #include "absl/container/flat_hash_map.h"
    #include "absl/status/status.h"
    #include "absl/strings/string_view.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/config.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/static_range_ptq.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 02:51:53 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/tflite_legalize_hlo.cc

    #include "mlir/Transforms/DialectConversion.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops.h"  // IWYU pragma: keep
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/custom_call.h"
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/dot_general.h"  // IWYU pragma: keep
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/reduce.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/authentication/cel/compile_test.go

    				&ExtraMappingExpression{
    					Expression: "claims.foo",
    				},
    			},
    		},
    	}
    
    	compiler := NewCompiler(environment.MustBaseEnvSet(environment.DefaultCompatibilityVersion(), true))
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			for _, expressionAccessor := range tc.expressionAccessors {
    				_, err := compiler.CompileClaimsExpression(expressionAccessor)
    				if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  8. src/cmd/go/internal/work/buildid.go

    		// a leading space is the compiler proper.
    		compiler := ""
    		for _, line := range lines {
    			if strings.HasPrefix(line, " ") && !strings.HasPrefix(line, " (in-process)") {
    				compiler = line
    				break
    			}
    		}
    		if compiler == "" {
    			return "", "", fmt.Errorf("%s: can not find compilation command in %q", name, out)
    		}
    
    		fields, _ := quoted.Split(compiler)
    		if len(fields) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc

    #include "tensorflow/compiler/mlir/tensorflow/utils/error_util.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/serialize_mlir_module_utils.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/translate_utils.h"
    #include "tensorflow/compiler/mlir/tf2xla/api/v2/tf_executor_to_graph.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/logging_hooks.h"
    #include "tensorflow/compiler/tf2xla/layout_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.cc

    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/post_calibration.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/pre_calibration.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_import.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/types.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top