Home
last modified time | relevance | path

Searched refs:onnx_shape_inference (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/
H A Dutils.py633 if GLOBALS.onnx_shape_inference:
662 if GLOBALS.onnx_shape_inference:
1142 GLOBALS.onnx_shape_inference,
1164 GLOBALS.onnx_shape_inference,
1185 if GLOBALS.onnx_shape_inference:
1478 onnx_shape_inference=True, argument
1495 GLOBALS.onnx_shape_inference = onnx_shape_inference
H A D_globals.py33 self.onnx_shape_inference: bool = True
H A Dverification.py675 if GLOBALS.onnx_shape_inference:
H A Dsymbolic_opset9.py6429 if GLOBALS.onnx_shape_inference:
6520 if GLOBALS.onnx_shape_inference:
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_custom_ops.py15 onnx_shape_inference = True variable in TestCustomAutogradFunction
88 onnx_shape_inference = True variable in TestExportAsContribOps
H A Dtest_models_onnxruntime.py44 self.onnx_shape_inference = True
87 onnx_shape_inference=True,
H A Dtest_autograd_funs.py16 onnx_shape_inference = True variable in TestAutogradFuns
/aosp_15_r20/external/pytorch/torch/csrc/onnx/
H A Dinit.cpp49 bool onnx_shape_inference, in initONNXBindings()
56 onnx_shape_inference, in initONNXBindings()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dshape_type_inference.cpp2282 bool onnx_shape_inference) { in ONNXUpdateTypeFromTensor() argument
2283 if (onnx_shape_inference) { in ONNXUpdateTypeFromTensor()
2299 bool onnx_shape_inference, in ONNXAssignOutputShape() argument
2313 graph->outputs().at(outputs_index), var, onnx_shape_inference); in ONNXAssignOutputShape()
2322 onnx_shape_inference, in ONNXAssignOutputShape()
2371 onnx_shape_inference, in ONNXAssignOutputShape()
2388 onnx_shape_inference, in ONNXAssignOutputShape()
2463 bool onnx_shape_inference, in ONNXAssignOutputShape() argument
2474 onnx_shape_inference, in ONNXAssignOutputShape()
H A Dshape_type_inference.h57 bool onnx_shape_inference,
/aosp_15_r20/external/pytorch/torch/onnx/_internal/
H A Djit_utils.py255 shape_inference=GLOBALS.onnx_shape_inference,
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in553 onnx_shape_inference: _bool,