Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dremove_mutation.cpp11 return RemoveTensorMutation(graph_->block()); in removeTensorMutation()
226 bool MutationRemover::RemoveTensorMutation(Block* block) { in RemoveTensorMutation() function in torch::jit::MutationRemover
233 changed |= RemoveTensorMutation(sub_block); in RemoveTensorMutation()
358 bool RemoveTensorMutation( in RemoveTensorMutation() function
375 return RemoveTensorMutation(graph, [](Node* node) { in InplaceToFunctionalActivation()
H A Dremove_mutation.h50 bool RemoveTensorMutation(Block* block);
73 TORCH_API bool RemoveTensorMutation(
H A Dmetal_rewrite.cpp244 RemoveTensorMutation(graph); in metalRemoveMutation()
H A Dvulkan_rewrite.cpp493 RemoveTensorMutation(graph); in vulkanRemoveMutation()
H A Dfrozen_ops_to_mkldnn.cpp1146 RemoveTensorMutation(graph, [](Node* node_to_functionalize) { in ConvertFrozenOpsToMKLDNN()
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Dinterface.cpp46 RemoveTensorMutation(g, [](Node* nodeToFunctionalize) { in fuseGraph()
H A DREADME.md85 If it has an inplace variant, you should add it in the lambda being passed to RemoveTensorMutation
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/
H A Dxnnpack_graph_builder.cpp29 RemoveTensorMutation(graph); in optimizeAndTraceGraph()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dfusion.cpp31 RemoveTensorMutation(graph); in fuseStaticSubgraphs()
H A Dimpl.cpp173 RemoveTensorMutation(graph); in OptimizeGraph()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp2922 RemoveTensorMutation(graph, [](Node*) { return false; }); in TEST()
2924 RemoveTensorMutation(graph, [](Node*) { return true; }); in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp505 return RemoveTensorMutation(g); in initJITBindings()