Searched refs:GetTuple (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibStdcppUniquePointer.cpp | 51 ValueObjectSP GetTuple(); 62 ValueObjectSP LibStdcppUniquePtrSyntheticFrontEnd::GetTuple() { in GetTuple() function in LibStdcppUniquePtrSyntheticFrontEnd 90 ValueObjectSP tuple_sp = GetTuple(); in Update()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 557 llvm::SmallVector<xla::XlaOp, 4> GetTuple(mlir::Operation::operand_range values, in GetTuple() function 749 ctx.builder, std::string(op.call_target_name()), GetTuple(op.args(), ctx), in ExportXlaOp() 799 value_map[op] = xla::Map(ctx.builder, GetTuple(op.operands(), ctx), in ExportXlaOp() 860 xla::Reduce(ctx.builder, GetTuple(op.operands(), ctx), in ExportXlaOp() 861 GetTuple(op.init_values(), ctx), body, in ExportXlaOp() 1010 auto sorted = xla::Sort(GetTuple(op.operands(), ctx), comparator, in ExportXlaOp()
|