Home
last modified time | relevance | path

Searched refs:InferenceContext (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/defs/
H A Dshape_inference.h51 struct InferenceContext { struct
71 InferenceContext& ctx, in getRepeatedAttribute()
84 InferenceContext& ctx, in getAttribute()
94 InferenceContext& ctx, in getAttribute()
203 InferenceContext& ctx, in propagateElemTypeFromInputToOutput()
227 InferenceContext& ctx, in propagateElemTypeFromDtypeToOutput()
244 InferenceContext& ctx, in propagateElemTypeFromDtypeToOutput()
279 InferenceContext& ctx, in appendSingleDimCopiedFromInputTypeToOutputType()
300 InferenceContext& ctx, in propagateShapeFromInputToOutput()
324 InferenceContext& ctx, in updateOutputElemType()
[all …]
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/
H A Dshape_inference.h81 struct InferenceContext { struct
89 virtual ~InferenceContext() {} in ~InferenceContext() argument
122 inline void dummyInferenceFunction(InferenceContext&) {}; in dummyInferenceFunction() argument
371 InferenceContext& ctx, in propagateElemTypeFromDtypeToOutput()
455 InferenceContext& ctx, in appendSingleDimCopiedFromInputTypeToOutputType()
546 InferenceContext& ctx,
572 InferenceContext& ctx,
609 InferenceContext& ctx,
618 InferenceContext& ctx,
630 InferenceContext& ctx,
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/defs/generator/
H A Ddefs.cc26 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anona136b6a20102()
83 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anona136b6a20202()
217 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anona136b6a20302()
276 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anona136b6a20402()
326 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anona136b6a20502()
385 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anona136b6a20602()
450 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anona136b6a20702()
504 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anona136b6a20802()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java127 emptyContext = new InferenceContext(this, List.nil()); in Infer()
176 final InferenceContext inferenceContext = new InferenceContext(this, tvars); //B0 in instantiateMethod()
294 final InferenceContext inferenceContext;
502 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
653 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
744 BiFunction<InferenceContext, Type, Type> typeFunc;
745 BiPredicate<InferenceContext, Type> optFilter;
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1247 InferenceContext inferenceContext;
1641 InferenceContext inferenceContext;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java127 emptyContext = new InferenceContext(this, List.nil()); in Infer()
176 final InferenceContext inferenceContext = new InferenceContext(this, tvars); //B0 in instantiateMethod()
294 final InferenceContext inferenceContext;
502 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
653 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
744 BiFunction<InferenceContext, Type, Type> typeFunc;
745 BiPredicate<InferenceContext, Type> optFilter;
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1247 InferenceContext inferenceContext;
1641 InferenceContext inferenceContext;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java127 emptyContext = new InferenceContext(this, List.nil()); in Infer()
176 final InferenceContext inferenceContext = new InferenceContext(this, tvars); //B0 in instantiateMethod()
294 final InferenceContext inferenceContext;
502 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
653 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
744 BiFunction<InferenceContext, Type, Type> typeFunc;
745 BiPredicate<InferenceContext, Type> optFilter;
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1247 InferenceContext inferenceContext;
1641 InferenceContext inferenceContext;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java127 emptyContext = new InferenceContext(this, List.nil()); in Infer()
176 final InferenceContext inferenceContext = new InferenceContext(this, tvars); //B0 in instantiateMethod()
294 final InferenceContext inferenceContext;
502 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
640 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
731 BiFunction<InferenceContext, Type, Type> typeFunc;
732 BiPredicate<InferenceContext, Type> optFilter;
815 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1234 InferenceContext inferenceContext;
1628 InferenceContext inferenceContext;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java128 emptyContext = new InferenceContext(this, List.nil()); in Infer()
177 final InferenceContext inferenceContext = new InferenceContext(this, tvars); //B0 in instantiateMethod()
295 final InferenceContext inferenceContext;
503 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
641 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
732 BiFunction<InferenceContext, Type, Type> typeFunc;
733 BiPredicate<InferenceContext, Type> optFilter;
816 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1231 InferenceContext inferenceContext;
1625 InferenceContext inferenceContext;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java127 emptyContext = new InferenceContext(this, List.nil()); in Infer()
176 final InferenceContext inferenceContext = new InferenceContext(this, tvars); //B0 in instantiateMethod()
294 final InferenceContext inferenceContext;
502 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
653 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
744 BiFunction<InferenceContext, Type, Type> typeFunc;
745 BiPredicate<InferenceContext, Type> optFilter;
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1247 InferenceContext inferenceContext;
1641 InferenceContext inferenceContext;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java127 emptyContext = new InferenceContext(this, List.nil()); in Infer()
176 final InferenceContext inferenceContext = new InferenceContext(this, tvars); //B0 in instantiateMethod()
294 final InferenceContext inferenceContext;
502 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
653 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
744 BiFunction<InferenceContext, Type, Type> typeFunc;
745 BiPredicate<InferenceContext, Type> optFilter;
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1247 InferenceContext inferenceContext;
1641 InferenceContext inferenceContext;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java127 emptyContext = new InferenceContext(this, List.nil()); in Infer()
176 final InferenceContext inferenceContext = new InferenceContext(this, tvars); //B0 in instantiateMethod()
294 final InferenceContext inferenceContext;
502 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
653 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
744 BiFunction<InferenceContext, Type, Type> typeFunc;
745 BiPredicate<InferenceContext, Type> optFilter;
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1247 InferenceContext inferenceContext;
1641 InferenceContext inferenceContext;
[all …]
/dports/devel/py-astroid/astroid-2.9.0/astroid/
H A Dcontext.py32 class InferenceContext: class
145 clone = InferenceContext(self.path.copy(), nodes_inferred=self._nodes_inferred)
185 def copy_context(context: Optional[InferenceContext]) -> InferenceContext: argument
190 return InferenceContext()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java156 final InferenceContext inferenceContext = new InferenceContext(tvars); //B0 in instantiateMethod()
295 InferenceContext inferenceContext) { in generateReturnConstraintsUndetVarToReference()
352 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
478 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
530 void checkWithinBounds(InferenceContext inferenceContext, in checkWithinBounds()
1095 InferenceContext inferenceContext;
1612 InferenceContext inferenceContext;
1964 class InferenceContext { class in Infer
1977 public InferenceContext(List<Type> inferencevars) { in InferenceContext() method in Infer.InferenceContext
2225 void dupTo(final InferenceContext that) {
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java156 final InferenceContext inferenceContext = new InferenceContext(tvars); //B0 in instantiateMethod()
295 InferenceContext inferenceContext) { in generateReturnConstraintsUndetVarToReference()
352 InferenceContext inferenceContext) { in generateReferenceToTargetConstraint()
478 InferenceContext funcInterfaceContext = in instantiateFunctionalInterface()
530 void checkWithinBounds(InferenceContext inferenceContext, in checkWithinBounds()
1095 InferenceContext inferenceContext;
1612 InferenceContext inferenceContext;
1964 class InferenceContext { class in Infer
1977 public InferenceContext(List<Type> inferencevars) { in InferenceContext() method in Infer.InferenceContext
2225 void dupTo(final InferenceContext that) {
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/defs/tensor/
H A Ddefs.cc83 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60102()
110 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60202()
248 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60302()
285 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60402()
308 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60502()
392 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60602()
514 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60702()
708 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60a02()
815 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60b02()
891 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon493632d60c02()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/defs/nn/
H A Ddefs.cc30 InferenceContext& ctx, in convPoolShapeInference()
259 schema.TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in PoolOpSchemaGenerator_9()
482 void maxUnpoolShapeInference(InferenceContext& ctx) { in maxUnpoolShapeInference()
654 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1663b9f70502()
725 void roiPoolTypeShapeInference(InferenceContext& ctx) { in roiPoolTypeShapeInference()
1209 void convTransposeShapeInference(InferenceContext& ctx) { in convTransposeShapeInference()
1465 void gloablPoolTypeShapeInference(InferenceContext& ctx) { in gloablPoolTypeShapeInference()
1670 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1663b9f71402()
1722 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1663b9f71502()
1751 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1663b9f71602()
[all …]
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/tensor/
H A Dold.cc84 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0102()
132 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0202()
271 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0302()
437 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0402()
476 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0602()
512 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0702()
541 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0802()
637 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0902()
795 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0a02()
991 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon151c70ac0d02()
[all …]
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/nn/
H A Ddefs.cc38 InferenceContext& ctx, in convPoolShapeInference()
389 void maxUnpoolShapeInference(InferenceContext& ctx) { in maxUnpoolShapeInference()
576 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4e3f06300302()
655 void roiPoolTypeShapeInference(InferenceContext& ctx) { in roiPoolTypeShapeInference()
1010 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4e3f06300a02()
1149 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4e3f06300b02()
1166 void convTransposeShapeInference(InferenceContext& ctx) { in convTransposeShapeInference()
1448 void globalPoolTypeShapeInference(InferenceContext& ctx) { in globalPoolTypeShapeInference()
1747 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4e3f06301202()
1850 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4e3f06301302()
[all …]
H A Dold.cc69 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1c84332d0102()
132 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1c84332d0202()
265 InferenceContext& ctx, in convPoolShapeInference1()
505 schema.TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in PoolOpSchemaGenerator_9()
779 void maxUnpoolShapeInference1(InferenceContext& ctx) { in maxUnpoolShapeInference1()
951 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1c84332d0702()
1195 void convTransposeShapeInference1(InferenceContext& ctx) { in convTransposeShapeInference1()
1731 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1c84332d0e02()
1887 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1c84332d0f02()
2101 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon1c84332d1002()
[all …]
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/sequence/
H A Ddefs.cc38 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4cded26d0102()
85 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4cded26d0202()
177 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4cded26d0302()
256 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4cded26d0402()
305 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4cded26d0502()
340 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4cded26d0602()
403 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4cded26d0702()
576 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon4cded26d0902()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/NNPI/
H A DNNPIDeviceManager.h39 class InferenceContext; variable
113 NNPIDeviceBindings(std::shared_ptr<InferenceContext> &infCtx) in NNPIDeviceBindings()
122 std::shared_ptr<InferenceContext> getInferenceContext() const { in getInferenceContext()
127 std::shared_ptr<InferenceContext> infCtx_;
H A DInferencePool.h38 std::vector<InferenceContext> inferenceContexts_;
39 std::vector<InferenceContext *> freeContexts_;
60 InferenceContext *
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/generator/
H A Ddefs.cc71 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0102()
227 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0202()
364 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0302()
423 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0402()
473 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0502()
532 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0602()
597 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0702()
651 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0802()
848 .TypeAndShapeInferenceFunction([](InferenceContext& ctx) { in __anon3a8ce8bb0902()
956 .TypeAndShapeInferenceFunction([](ONNX_NAMESPACE::InferenceContext& ctx) { in __anon3a8ce8bb0a02()
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/tf_lstm_ops/
H A Dxsmm_lstm_ops.cc7 using shape_inference::InferenceContext;
32 .SetShapeFn([](InferenceContext* c) { in __anon27e46cd00102()
124 .SetShapeFn([](InferenceContext* c) { in __anon27e46cd00202()
203 .SetShapeFn([](InferenceContext* c) { in __anon27e46cd00302()
297 .SetShapeFn([](InferenceContext* c) { in __anon27e46cd00402()
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/quantization/
H A Ddefs.cc57 [](ONNX_NAMESPACE::InferenceContext& ctx) { in __anonb0cfbbdb0102()
114 [](ONNX_NAMESPACE::InferenceContext& ctx) { in __anonb0cfbbdb0202()
188 [](ONNX_NAMESPACE::InferenceContext& ctx) { in __anonb0cfbbdb0302()

12345678