Home
last modified time | relevance | path

Searched refs:inferType (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dtemplate_infer.go29 type inferType struct { struct
36 func (inf *inferType) String() string { argument
54 inferred map[string]inferType
56 targs []inferType
117 var targs []inferType
121 targs = make([]inferType, nargs)
126 targs = make([]inferType, nargs)
129 targs[i] = inferType{Untyped: kind}
138 inferred := make(map[string]inferType)
140 inferred[name] = inferType{}
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp529 Type Merger::inferType(unsigned e, Value src) { in inferType() function in mlir::sparse_tensor::Merger
661 return rewriter.create<FPTruncOp>(loc, v0, inferType(e, v0)); in buildExp()
663 return rewriter.create<FPExtOp>(loc, v0, inferType(e, v0)); in buildExp()
665 return rewriter.create<FPToSIOp>(loc, v0, inferType(e, v0)); in buildExp()
667 return rewriter.create<FPToUIOp>(loc, v0, inferType(e, v0)); in buildExp()
669 return rewriter.create<SIToFPOp>(loc, v0, inferType(e, v0)); in buildExp()
671 return rewriter.create<UIToFPOp>(loc, v0, inferType(e, v0)); in buildExp()
673 return rewriter.create<SignExtendIOp>(loc, v0, inferType(e, v0)); in buildExp()
675 return rewriter.create<ZeroExtendIOp>(loc, v0, inferType(e, v0)); in buildExp()
677 return rewriter.create<TruncateIOp>(loc, v0, inferType(e, v0)); in buildExp()
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/sets/
H A Dtheory_sets_private.h57 bool assertFactRec( Node fact, Node exp, std::vector< Node >& lemma, int inferType = 0 );
59 …rtInference( Node fact, Node exp, std::vector< Node >& lemmas, const char * c, int inferType = 0 );
60 …e fact, std::vector< Node >& exp, std::vector< Node >& lemmas, const char * c, int inferType = 0 );
61 …::vector< Node >& conc, Node exp, std::vector< Node >& lemmas, const char * c, int inferType = 0 );
62 …& conc, std::vector< Node >& exp, std::vector< Node >& lemmas, const char * c, int inferType = 0 );
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java44 private void assertType(String expr, String type, String inferType) { in assertType() argument
46 assertInferredType(expr, inferType); in assertType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DTypeNameTest.java44 private void assertType(String expr, String type, String inferType) { in assertType() argument
46 assertInferredType(expr, inferType); in assertType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java44 private void assertType(String expr, String type, String inferType) { in assertType() argument
46 assertInferredType(expr, inferType); in assertType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java44 private void assertType(String expr, String type, String inferType) { in assertType() argument
46 assertInferredType(expr, inferType); in assertType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java44 private void assertType(String expr, String type, String inferType) { in assertType() argument
46 assertInferredType(expr, inferType); in assertType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java44 private void assertType(String expr, String type, String inferType) { in assertType() argument
46 assertInferredType(expr, inferType); in assertType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java44 private void assertType(String expr, String type, String inferType) { in assertType() argument
46 assertInferredType(expr, inferType); in assertType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java44 private void assertType(String expr, String type, String inferType) { in assertType() argument
46 assertInferredType(expr, inferType); in assertType()
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/extensions/lib_custom_op/
H A Dtransposecsr_lib.cc100 MXReturnValue inferType(const std::unordered_map<std::string, std::string>& attrs, in inferType() function
146 .setInferType(inferType)
191 .setInferType(inferType)
H A Dtransposerowsp_lib.cc102 MXReturnValue inferType(const std::unordered_map<std::string, std::string>& attrs, in inferType() function
148 .setInferType(inferType)
194 .setInferType(inferType)
H A Drelu_lib.cu108 MXReturnValue inferType(const std::unordered_map<std::string, std::string>& attrs, in inferType() function
124 .setInferType(inferType)
189 .setInferType(inferType)
261 .setInferType(inferType)
H A Dgemm_lib.cc126 MXReturnValue inferType(const std::unordered_map<std::string, std::string>& attrs, in inferType() function
175 .setInferType(inferType)
229 .setInferType(inferType)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/extensions/lib_custom_op/
H A Dtransposecsr_lib.cc100 MXReturnValue inferType(const std::unordered_map<std::string, std::string>& attrs, in inferType() function
146 .setInferType(inferType)
191 .setInferType(inferType)
H A Dtransposerowsp_lib.cc102 MXReturnValue inferType(const std::unordered_map<std::string, std::string>& attrs, in inferType() function
148 .setInferType(inferType)
194 .setInferType(inferType)
H A Drelu_lib.cu108 MXReturnValue inferType(const std::unordered_map<std::string, std::string>& attrs, in inferType() function
124 .setInferType(inferType)
189 .setInferType(inferType)
261 .setInferType(inferType)
H A Dgemm_lib.cc126 MXReturnValue inferType(const std::unordered_map<std::string, std::string>& attrs, in inferType() function
175 .setInferType(inferType)
229 .setInferType(inferType)
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/inference/
H A DSimpleNovelAdjacencyInterpreter.java101 … .mapToPair(noveltyAndEvidence -> inferType(noveltyAndEvidence, referenceBroadcast)); in inferTypeFromSingleContigSimpleChimera()
115 private static Tuple2<SimpleNovelAdjacencyAndChimericAlignmentEvidence, List<SvType>> inferType in inferType() method in SimpleNovelAdjacencyInterpreter
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DParameterTypeInferer.php46 public static function inferType($value) function in Doctrine\\ORM\\Query\\ParameterTypeInferer
H A DParameter.php105 $this->type = $type ?: ParameterTypeInferer::inferType($value);
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DParameterTypeInferer.php46 public static function inferType($value) function in Doctrine\\ORM\\Query\\ParameterTypeInferer
H A DParameter.php127 $this->type = $type ?: ParameterTypeInferer::inferType($value);
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/fl/defuzzifier/
H A DWeightedDefuzzifier.h84 virtual Type inferType(const Term* term) const;

1234567