Home
last modified time | relevance | path

Searched refs:subgraph_output_type (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/controlflow/
H A Dold.cc107 auto* subgraph_output_type = output_types[i]; in ScanInferenceFunctionOpset8() local
110 if (!subgraph_output_type->has_tensor_type()) { in ScanInferenceFunctionOpset8()
124 if (subgraph_output_type->tensor_type().has_shape()) { in ScanInferenceFunctionOpset8()
128 TypeProto inferred_type(*subgraph_output_type); in ScanInferenceFunctionOpset8()
290 auto* subgraph_output_type = output_types[i]; in ScanInferenceFunctionOpset9() local
295 if (!subgraph_output_type->has_tensor_type()) { in ScanInferenceFunctionOpset9()
593 if (!subgraph_output_type->has_tensor_type()) { in LoopInferenceFunctionOpset8()
598 subgraph_output_type->value_case()); in LoopInferenceFunctionOpset8()
611 TypeProto inferred_type(*subgraph_output_type); in LoopInferenceFunctionOpset8()
877 if (!subgraph_output_type->has_tensor_type()) { in LoopInferenceFunctionOpset11()
[all …]
H A Ddefs.cc148 auto* subgraph_output_type = output_types[i]; in ScanInferenceFunction() local
153 if (!subgraph_output_type->has_tensor_type()) { in ScanInferenceFunction()
159 auto& subgraph_output_tensor_type = subgraph_output_type->tensor_type(); in ScanInferenceFunction()
333 if (!subgraph_output_type->has_tensor_type() && !subgraph_output_type->has_sequence_type()) { in LoopInferenceFunction()
338 subgraph_output_type->value_case()); in LoopInferenceFunction()
341 if (!is_loop_state_var && !subgraph_output_type->has_tensor_type()) { in LoopInferenceFunction()
346 subgraph_output_type->value_case()); in LoopInferenceFunction()
350 propagateElemTypeWithValidation(subgraph_output_type, loop_output_type); in LoopInferenceFunction()
356 if (subgraph_output_type->tensor_type().has_shape()) { in LoopInferenceFunction()
359 TypeProto inferred_type(*subgraph_output_type); in LoopInferenceFunction()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/defs/controlflow/
H A Dold.cc105 auto* subgraph_output_type = output_types[i]; in ScanInferenceFunctionOpset8() local
108 if (!subgraph_output_type->has_tensor_type()) { in ScanInferenceFunctionOpset8()
118 subgraph_output_type->tensor_type().elem_type()); in ScanInferenceFunctionOpset8()
122 if (subgraph_output_type->tensor_type().has_shape()) { in ScanInferenceFunctionOpset8()
126 TypeProto inferred_type(*subgraph_output_type); in ScanInferenceFunctionOpset8()
140 subgraph_output_type->tensor_type().shape().dim()) { in ScanInferenceFunctionOpset8()
H A Ddefs.cc139 auto* subgraph_output_type = output_types[i]; in ScanInferenceFunction() local
144 if (!subgraph_output_type->has_tensor_type()) { in ScanInferenceFunction()
150 auto& subgraph_output_tensor_type = subgraph_output_type->tensor_type(); in ScanInferenceFunction()
337 auto* subgraph_output_type = subgraph_output_types[i + 1]; // skip 'cond' in LoopInferenceFunction() local
342 if (!subgraph_output_type->has_tensor_type()) { in LoopInferenceFunction()
347 subgraph_output_type->value_case()); in LoopInferenceFunction()
351 propagateElemTypeWithValidation(subgraph_output_type, loop_output_type); in LoopInferenceFunction()
358 TypeProto inferred_type(*subgraph_output_type); in LoopInferenceFunction()
371 subgraph_output_type->tensor_type().shape().dim()) { in LoopInferenceFunction()