Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dshape_type_inference.cpp373 bool IsGraphValidForInference(const std::shared_ptr<Graph>& graph) { in IsGraphValidForInference() function
2107 if (IsGraphValidForInference(n_graph)) { in ONNXShapeTypeInference()