Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util.h236 bool IsStackOp(const Node& node) const { in IsStackOp() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc555 bool IsStackOp(const NodeDef& node) { in IsStackOp() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1157 auto IsStackOp = [GetFrameIndex](MachineInstr *I) { in ValidateMVEStore() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc858 bool TFGraphDialect::IsStackOp(TFOp op) const { in IsStackOp() function in mlir::tfg::TFGraphDialect