Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/
Dtensorexpr_fuser.cpp422 fuse_to_dynamic_shapes_(fuse_to_dynamic_shapes) { in TensorExprFuser()
560 if (fuse_to_dynamic_shapes_) { in run()
978 if (fuse_to_dynamic_shapes_) { in typesAreSupported()
1145 if (fuse_to_dynamic_shapes_) { in canHandle()
1322 bool fuse_to_dynamic_shapes_; member in torch::jit::TensorExprFuser