Home
last modified time | relevance | path

Searched defs:AreCompatible (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dall_reduce_reassociate.cc35 bool AreCompatible(const HloAllReduceInstruction *ar0, in AreCompatible() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCallingConvLower.cpp273 auto AreCompatible = [](const CCValAssign &Loc1, const CCValAssign &Loc2) { in resultsCompatible() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_fusion.cpp108 bool LoopFusion::AreCompatible() { in AreCompatible() function in spvtools::opt::LoopFusion
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fusion.cpp108 bool LoopFusion::AreCompatible() { in AreCompatible() function in spvtools::opt::LoopFusion
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion.cpp108 bool LoopFusion::AreCompatible() { in AreCompatible() function in spvtools::opt::LoopFusion
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.cc982 bool PartialTensorShapeUtils::AreCompatible( in AreCompatible() function in tensorflow::PartialTensorShapeUtils
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13304 function_ref<bool(T *, T *)> AreCompatible, in tryToVectorizeSequence()