Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc53 bool HasIntersection(const std::vector<ValueId>& vec_ids, in HasIntersection() function
366 if (HasIntersection(node.inputs, preallocated_ids) || in AllocateTensors()
367 HasIntersection(node.outputs, preallocated_ids)) { in AllocateTensors()