Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 316 for defs (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/openapi/resolver/definitions.go

    	namer := openapi.NewDefinitionNamer(schemes...)
    	defs := getDefinitions(func(path string) spec.Ref {
    		return spec.MustCreateRef(path)
    	})
    	for name := range defs {
    		_, e := namer.GetDefinitionName(name)
    		gvks := extensionsToGVKs(e)
    		for _, gvk := range gvks {
    			gvkToRef[gvk] = name
    		}
    	}
    	return &DefinitionsSchemaResolver{
    		gvkToRef: gvkToRef,
    		defs:     defs,
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 17:23:50 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/ir/BUILD

            (
                ["-gen-op-decls"],
                "tfrt_fallback.h.inc",
            ),
            (
                ["-gen-op-defs"],
                "tfrt_fallback.cpp.inc",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "tfrt_fallback.td",
        deps = [":tfrt_fallback_td_files"],
    )
    
    gentbl_cc_library(
        name = "tfrt_fallback_async_opdefs_inc_gen",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. src/cmd/internal/src/pos_test.go

    		{makeLico(0, 1).withXlogue(PosDefaultLogue), ":0:1" + defs + defp, 0, 1},
    		{makeLico(0, 1).withXlogue(PosPrologueEnd), ":0:1" + defs + pro, 0, 1},
    		{makeLico(0, 1).withXlogue(PosEpilogueBegin), ":0:1" + defs + epi, 0, 1},
    
    		{makeLico(1, 0).withXlogue(PosDefaultLogue), ":1" + defs + defp, 1, 0},
    		{makeLico(1, 0).withXlogue(PosPrologueEnd), ":1" + defs + pro, 1, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 14 23:50:26 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  4. pkg/generated/openapi/cmd/models-schema/main.go

    	}
    }
    
    func output() error {
    	refFunc := func(name string) spec.Ref {
    		return spec.MustCreateRef(fmt.Sprintf("#/definitions/%s", friendlyName(name)))
    	}
    	defs := openapi.GetOpenAPIDefinitions(refFunc)
    	schemaDefs := make(map[string]spec.Schema, len(defs))
    	for k, v := range defs {
    		// Replace top-level schema with v2 if a v2 schema is embedded
    		// so that the output of this program is always in OpenAPI v2.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/quantization/ir/BUILD

                "QuantOps.h.inc",
            ),
            (
                ["-gen-op-defs"],
                "QuantOps.cc.inc",
            ),
            (
                [
                    "-gen-dialect-decls",
                    "-dialect=quantfork",
                ],
                "QuantOpsDialect.h.inc",
            ),
            (
                [
                    "-gen-dialect-defs",
                    "-dialect=quantfork",
                ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/common/ir/BUILD

                "QuantOps.h.inc",
            ),
            (
                ["-gen-op-defs"],
                "QuantOps.cc.inc",
            ),
            (
                [
                    "-gen-dialect-decls",
                    "-dialect=quantization",
                ],
                "QuantOpsDialect.h.inc",
            ),
            (
                [
                    "-gen-dialect-defs",
                    "-dialect=quantization",
                ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/ctrlflow/ctrlflow.go

    			// Type information may be incomplete.
    			if fn, ok := pass.TypesInfo.Defs[n.Name].(*types.Func); ok {
    				funcDecls[fn] = &declInfo{decl: n}
    				decls = append(decls, fn)
    			}
    		case *ast.FuncLit:
    			funcLits[n] = new(litInfo)
    			lits = append(lits, n)
    		}
    	})
    
    	c := &CFGs{
    		defs:      pass.TypesInfo.Defs,
    		funcDecls: funcDecls,
    		funcLits:  funcLits,
    		pass:      pass,
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 09 01:28:01 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/quantization/tools/op_quant_spec_getters_gen.cc

      OUT(2) << "}\n";
    
      OUT(2) << "auto spec = std::make_unique<quant::OpQuantSpec>();\n";
      llvm::SmallVector<llvm::StringRef, 3> matches;
      for (auto *def : defs) {
        Operator op(def);
        for (const auto t : op.getTraits()) {
          if (auto opTrait = llvm::dyn_cast<mlir::tblgen::NativeTrait>(&t)) {
            auto trait_str = opTrait->getFullyQualifiedTraitName();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 11:18:44 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/ops/gen/common/controller.cc

          if (env_->FileExists(file_path).ok()) {
            TF_CHECK_OK(api_def_map_->LoadFile(env_, file_path)) << file_path;
          } else {
            // API defs are currently used for only optional pieces.
          }
        }
      }
    
      // Doc strings (summary, description) typically come from the API def.
      api_def_map_->UpdateDocs();
    }
    
    void Controller::BuildModel() {
      // Build the internal data model for the requested ops
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 09:51:28 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/projects/duplicate-plugins-merged-pom.xml

    <project>
        <modelVersion>4.0.0</modelVersion>
        <groupId>tests.project</groupId>
        <artifactId>duplicate-plugin-defs-merged</artifactId>
        <version>1</version>
    
        <build>
          <plugins>
            <plugin>
              <artifactId>maven-compiler-plugin</artifactId>
              <dependencies>
                <dependency>
                  <groupId>group</groupId>
                  <artifactId>first</artifactId>
                  <version>1</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 1.3K bytes
    - Viewed (0)
Back to top