Home
last modified time | relevance | path

Searched defs:Combine (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/sepolicy/tests/
H A Dcombine_maps.py35 def Combine(top, bottom): function
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnknownDimensions.cpp315 std::vector<OperandParams> Combine(const std::vector<DimensionKind>& firsts, in Combine() function
/aosp12/art/compiler/optimizing/
H A Dregister_allocator_graph_color.cc1683 void ColoringIteration::Combine(InterferenceNode* from, in Combine() function in art::ColoringIteration
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/
H A Dtest_generator.py1196 def Combine(self, other): member in Example