Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dinternal.h54 bool IsCoveringObject(const uint2& first_object, const uint2& second_object);
57 bool IsCoveringObject(const uint3& first_object, const uint3& second_object);
Dinternal.cc33 bool IsCoveringObject(const uint2& first_object, const uint2& second_object) { in IsCoveringObject() function
37 bool IsCoveringObject(const uint3& first_object, const uint3& second_object) { in IsCoveringObject() function
Dgreedy_in_order_assignment.h181 if (IsCoveringObject(shared_object_size, tensor_size)) { in GreedyInOrderAssignmentMultidimensional()