Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dremove_inplace_ops.cpp102 void ImplicitCastForBinaryInplaceOps(Block* b) { in ImplicitCastForBinaryInplaceOps() function
105 ImplicitCastForBinaryInplaceOps(child_block); in ImplicitCastForBinaryInplaceOps()
143 ImplicitCastForBinaryInplaceOps(graph->block()); in RemoveInplaceOps()
H A Dremove_inplace_ops.h11 TORCH_API void ImplicitCastForBinaryInplaceOps(Block* block);
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dremove_inplace_ops_for_onnx.cpp883 ImplicitCastForBinaryInplaceOps(graph->block()); in RemoveInplaceOpsForONNX()