Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A DLlgaTensorImpl.h221 size_t get_input_tensor_index() { in get_input_tensor_index() function
H A Dkernel.cpp155 auto inputTensor = inputs[spec.get_input_tensor_index()]; in prepareRunArgs()