Searched refs:replaceFirstUseWith (Results 1 – 3 of 3) sorted by relevance
288 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()
914 void Value::replaceFirstUseWith(Value* newValue) { in replaceFirstUseWith() function in torch::jit::Value924 replaceFirstUseWith(newValue); in replaceAllUsesWith()
257 TORCH_API void replaceFirstUseWith(Value* newValue);