HomeSort by relevance Sort by last modified time
    Searched refs:Pad (Results 76 - 100 of 212) sorted by null

1 2 34 5 6 7 8 9

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
diag_op.cc 164 // the Pad -> Reshape -> Slice.
167 // [[1, 0, 0, 0] pad and reshape to [[1, 0, 0, 0, 0],
182 diag = builder->Pad(diag, zero, config);
253 // the Pad -> Reshape -> Slice.
256 // [[1, 0, 0, 0] pad and reshape to [[1, 0, 0, 0, 0],
262 // [[1, 0] pad and reshape to [[1, 0, 0],
281 diag = builder->Pad(diag, zero, config);
tensor_array_ops.cc 223 b->Pad(b->Reshape(index, {1}), b->ConstantR0<int32>(0),
267 b->Pad(b->Reshape(index, {1}), b->ConstantR0<int32>(0),
421 b->Pad(b->Reshape(index, {1}), b->ConstantR0<int32>(0),
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 187 Pad uint16
199 Pad [96]int8
546 Pad uint16
572 Pad int32
ztypes_linux_amd64.go 189 Pad uint16
201 Pad [96]int8
560 Pad uint16
590 Pad int32
ztypes_linux_arm.go 191 Pad uint16
203 Pad [96]uint8
534 Pad uint16
561 Pad int32
ztypes_linux_ppc64.go 191 Pad uint16
203 Pad [96]uint8
548 Pad uint16
579 Pad int32
ztypes_linux_ppc64le.go 191 Pad uint16
203 Pad [96]uint8
548 Pad uint16
579 Pad int32
ztypes_linux_s390x.go 188 Pad uint16
200 Pad [96]uint8
562 Pad uint16
593 Pad int32
ztypes_openbsd_386.go 185 Pad [92]int8
306 Pad uint32
379 Pad uint32
ztypes_openbsd_amd64.go 187 Pad [92]int8
310 Pad uint32
385 Pad uint32
ztypes_openbsd_arm.go 185 Pad [92]int8
306 Pad uint32
378 Pad uint32
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 187 Pad uint16
199 Pad [96]int8
546 Pad uint16
572 Pad int32
ztypes_linux_amd64.go 189 Pad uint16
201 Pad [96]int8
560 Pad uint16
590 Pad int32
ztypes_linux_arm.go 191 Pad uint16
203 Pad [96]uint8
534 Pad uint16
561 Pad int32
ztypes_linux_ppc64.go 191 Pad uint16
203 Pad [96]uint8
548 Pad uint16
579 Pad int32
ztypes_linux_ppc64le.go 191 Pad uint16
203 Pad [96]uint8
548 Pad uint16
579 Pad int32
ztypes_linux_s390x.go 188 Pad uint16
200 Pad [96]uint8
562 Pad uint16
593 Pad int32
ztypes_openbsd_386.go 185 Pad [92]int8
306 Pad uint32
379 Pad uint32
ztypes_openbsd_amd64.go 187 Pad [92]int8
310 Pad uint32
385 Pad uint32
ztypes_openbsd_arm.go 185 Pad [92]int8
306 Pad uint32
378 Pad uint32
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 401 WORD Pad;
407 WORD Pad;
444 WORD Pad;
457 WORD Pad;
495 WORD Pad;
503 WORD Pad;
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 335 // If we have no storage type just pad to the appropriate size and return.
621 Pad = Padding.begin(), PadEnd = Padding.end();
622 Pad != PadEnd; ++Pad)
623 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second)));
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c 73 CHAR16 Pad;
921 // if pad field before, add pad char
928 // pad item
930 PPUTC (ps, Item->Pad);
939 // If pad at the end, add pad char
962 0 - pad with zeros
1019 Item.Pad = ' ';
1042 Item.Pad = '0'
    [all...]
  /external/flatbuffers/net/FlatBuffers/
FlatBufferBuilder.cs 93 public void Pad(int size)
140 Pad(alignSize);
  /external/flatbuffers/tests/
go_test.go 585 check([]byte{0x22, 0x82, 0, 255, 129, 1}) // first pad
587 check([]byte{0xEE, 0xFE, 0x22, 0x82, 0, 255, 129, 1}) // no pad this time
662 check([]byte{3, 0, 0, 0, 'f', 'o', 'o', 0}) // 0-terminated, no pad
664 check([]byte{4, 0, 0, 0, 'm', 'o', 'o', 'p', 0, 0, 0, 0, // 0-terminated, 3-byte pad
675 check([]byte{9, 0, 0, 0, 230, 151, 165, 230, 156, 172, 232, 170, 158, 0, // null-terminated, 2-byte pad
682 check([]byte{3, 0, 0, 0, 'f', 'o', 'o', 0}) // 0-terminated, no pad
684 check([]byte{4, 0, 0, 0, 'm', 'o', 'o', 'p', 0, 0, 0, 0, // 0-terminated, 3-byte pad
836 b.Pad(3)
838 b.Pad(2)
1049 b.Pad(1
    [all...]

Completed in 479 milliseconds

1 2 34 5 6 7 8 9