Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/utils/
H A DDependencyGraph.h491 bool is_src_tensor_of(OperatorId op, TensorId tensor) const in is_src_tensor_of() function
511 return is_src_tensor_of(op, tensor) || is_dst_tensor_of(op, tensor); in are_connected()