Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/Bindings/Python/
Dir_operation.py52 for k, child_op in enumerate(block):
54 walk_operations(indent + " ", child_op)
89 child_op = block.operations[k]
91 walk_operations(indent + " ", child_op)
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc156 bool WorthHoisting(HloOpcode op, HloOpcode child_op) { in WorthHoisting() argument
166 switch (child_op) { in WorthHoisting()
175 switch (child_op) { in WorthHoisting()