Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/utils/
H A DDependencyGraph.h371 if(!tensor_exists(in_tensor)) in link_input()
382 if(!tensor_exists(out_tensor)) in link_output()
483 bool tensor_exists(TensorId tensor) const in tensor_exists() function
493 if(!operator_exists(op) || !tensor_exists(tensor)) in is_src_tensor_of()
502 if(!operator_exists(op) || !tensor_exists(tensor)) in is_dst_tensor_of()
539 if(!tensor_exists(src_tensor) || !operator_exists(dst_op)) in path_exists_from_tensor_to_op()