Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc101 static mlir::LogicalResult GetXlaOp( in GetXlaOp() function
581 if (failed(GetXlaOp(op.operand(), value_map, &operand, op))) return failure(); in ExportXlaOp()
597 if (failed(GetXlaOp(op.operand(), value_map, &operand, op))) return failure(); in ExportXlaOp()
609 if (failed(GetXlaOp(op.operand(), value_map, &operand, op))) return failure(); in ExportXlaOp()
643 if (failed(GetXlaOp(op.pred(), value_map, &pred, op))) return failure(); in ExportXlaOp()
644 if (failed(GetXlaOp(op.true_arg(), value_map, &true_arg, op))) in ExportXlaOp()
646 if (failed(GetXlaOp(op.false_arg(), value_map, &false_arg, op))) in ExportXlaOp()
664 if (failed(GetXlaOp(operands[i], value_map, &operand, op))) in ExportXlaOp()
673 if (failed(GetXlaOp(op.index(), value_map, &index, op))) return failure(); in ExportXlaOp()
691 if (failed(GetXlaOp(op.lhs(), value_map, &lhs, op))) return mlir::failure(); in ExportXlaOp()
[all …]