Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dpeephole.cpp288 n->outputs().at(1)->replaceFirstUseWith(n->inputs().at(1)); in pushPackingPastRnn()
333 batch_sizes->replaceFirstUseWith(shape->output()); in pushPackingPastRnn()
344 batch_sizes->replaceFirstUseWith(n->inputs().at(1)); in pushPackingPastRnn()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp914 void Value::replaceFirstUseWith(Value* newValue) { in replaceFirstUseWith() function in torch::jit::Value
924 replaceFirstUseWith(newValue); in replaceAllUsesWith()
H A Dir.h257 TORCH_API void replaceFirstUseWith(Value* newValue);