Searched refs:PadRight (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | pieces.ll | 7 ; struct PadRight { long a; int b; }; 24 ; int pad_right(struct PadRight o) { 264 %struct.PadRight = type { i32, i32 } 318 …tail call void @llvm.dbg.declare(metadata %struct.PadRight* undef, metadata !47, metadata !17), !d… 408 !41 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "PadRight", file: !1, line: 2, si…
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | stateful_random_ops.cc | 422 xla::XlaOp PadRight(xla::XlaOp a, int n) { in PadRight() function 455 output = PadRight(output, RNG_MAX_COUNTER_SIZE - counter_size); in Compile()
|