Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/
H A Dinit.cpp171 auto hash = LazyGraphExecutor::Get()->GetGraphHash(xtensors); in initLazyBindings()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.h133 hash_t GetGraphHash(const std::vector<LazyTensorPtr>& tensors);
H A Dlazy_graph_executor.cpp1063 hash_t LazyGraphExecutor::GetGraphHash( in GetGraphHash() function in torch::lazy::LazyGraphExecutor