Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/utils/
H A DDependencyGraph.h203 if(path_exists_from_tensor_to_op(out_tensor, op))
537 bool path_exists_from_tensor_to_op(TensorId src_tensor, OperatorId dst_op) const in path_exists_from_tensor_to_op() function
569 if(path_exists_from_tensor_to_op(child_tensor, dst_op)) in path_exists_from_op_to_op()