Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfrozen_ops_to_mkldnn.cpp621 void replaceInputWithMKLDNNTensor(Node* n, size_t index) { in replaceInputWithMKLDNNTensor() function
632 void replaceInputWithMKLDNNTensor( in replaceInputWithMKLDNNTensor() function
645 void replaceInputWithMKLDNNTensor(Node* n, const std::string& name) { in replaceInputWithMKLDNNTensor() function
648 replaceInputWithMKLDNNTensor(n, name, mkldnn_tensor); in replaceInputWithMKLDNNTensor()
671 replaceInputWithMKLDNNTensor(conv, "weight", conv_w_mkldnn); in moveConvWeightsToMKLDNN()
674 replaceInputWithMKLDNNTensor(conv, "bias"); in moveConvWeightsToMKLDNN()
689 replaceInputWithMKLDNNTensor(n, i); in moveWeightsToMKLDNN()