Home
last modified time | relevance | path

Searched defs:allowzero (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_fold.cpp415 int64_t allowzero = 0; in runTorchBackendForOnnx() local
H A Dshape_type_inference.cpp477 int allowzero = 0; in ComputeShapeFromReshape() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_helper.py1351 def _reshape_helper(g: jit_utils.GraphContext, input, shape, allowzero=0): argument