Searched defs:inference (Results 1 – 10 of 10) sorted by relevance
73 ### 1. Include the library headers98 ### 2. Include the model header108 ### 3. Include the unit test framework header132 ### 4. Set up logging147 ### 5. Load a model163 ### 6. Instantiate operations resolver183 ### 7. Allocate memory197 ### 8. Instantiate interpreter207 ### 9. Allocate tensors216 ### 10. Validate input shape[all …]
88 BytecodeTypeInference inference = new BytecodeTypeInference(access, internalName, name, desc); in visitMethod() local109 private final BytecodeTypeInference inference; field in ByteCodeTypePrinter.MethodIrTypeDumper114 MethodVisitor visitor, BytecodeTypeInference inference, PrintWriter printWriter) { in MethodIrTypeDumper()
45 def inference(self, inputs): member in MLP
47 def inference(self, inputs): member in MLP
1097 .. _arc.ownership.inference.variables:1099 Objects1112 Indirect parameters1145 Template arguments
1385 .. _arc.ownership.inference.variables:1387 Objects1400 Indirect parameters1433 Template arguments
202 BytecodeTypeInference inference = null; in visitMethod() local
954 const InferenceContext& inference, in Encode()1022 InferenceContext* inference) { in Decode()
1240 DynamicDimensionInference* inference) { in TEST_F()
1643 DynamicDimensionInference inference(module, std::move(custom_call_handler)); in Run() local