Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor.h101 TORCH_API Node* replaceBlockWithFallbackGraph(
H A Dgraph_executor.cpp1024 Node* replaceBlockWithFallbackGraph(Block* b, ArrayRef<Value*> inputs) { in replaceBlockWithFallbackGraph() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dspecialize_autogradzero.cpp211 replaceBlockWithFallbackGraph(false_block, graph_->inputs()); in guardSpecializations()
H A Dsymbolic_shape_runtime_fusion.cpp409 replaceBlockWithFallbackGraph(false_block, guarded_node->inputs()); in insertDynamicShapesGuard()
H A Dtensorexpr_fuser.cpp381 replaceBlockWithFallbackGraph(false_block, guarded_node->inputs()); in insertTypeGuard()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp1484 replaceBlockWithFallbackGraph(opt_graph->block(), opt_graph->inputs()); in TEST()