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

1 2 3 45 6 7 8 9

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
trim.go 49 // Pad the arguments of the remaining phi-ops so
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
trim.go 49 // Pad the arguments of the remaining phi-ops so
  /art/compiler/debug/dwarf/
writer.h 160 void Pad(int alignment) {
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
Iscp.h 192 UINT8 Pad; ///< Padding to made structure 32-bit aligned
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Ikev2.h 176 IPSEC_PAD_ENTRY *Pad;
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
spacetobatch_op.cc 51 // 1. Zero-pad the start and end of dimensions `[1, ..., M]` of the
56 padding_config.add_dimensions(); // Don't pad the batch dimension.
68 // Don't pad the remainder dimensions.
77 b->Pad(input, XlaHelpers::Zero(b, input_dtype), padding_config);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.h 140 HLO_MATCHER(Pad);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbuser.h 114 UCHAR Pad[3];
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_dragonfly_amd64.go 190 Pad [92]int8
389 Pad uint16
ztypes_netbsd_386.go 144 Pad [92]int8
syscall_linux.go 349 Pad uint16
357 sa.raw.Pad = sa.Pad
369 sa.Pad = pp.Pad
  /prebuilts/go/linux-x86/src/syscall/
ztypes_dragonfly_amd64.go 190 Pad [92]int8
389 Pad uint16
ztypes_netbsd_386.go 144 Pad [92]int8
syscall_linux.go 349 Pad uint16
357 sa.raw.Pad = sa.Pad
369 sa.Pad = pp.Pad
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
katmai.s 162 # Pad out to good alignment
  /external/flatbuffers/python/flatbuffers/
builder.py 311 def Pad(self, n):
312 """Pad places zeros at the current offset."""
340 self.Pad(alignSize)
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersFuzzTests.cs 42 Assert.ArrayEqual(new byte[] { 0, 255, 129, 1 }, builder.DataBuffer.Data); // First pad
44 Assert.ArrayEqual(new byte[] { 0, 0, 0x22, 0x82, 0, 255, 129, 1 }, builder.DataBuffer.Data); // Second pad
46 Assert.ArrayEqual(new byte[] { 0xEE, 0xFE, 0x22, 0x82, 0, 255, 129, 1 }, builder.DataBuffer.Data); // no pad
48 Assert.ArrayEqual(new byte[] { 0, 0, 0, 0, 204, 204, 204, 252, 0xEE, 0xFE, 0x22, 0x82, 0, 255, 129, 1 }, builder.DataBuffer.Data); // third pad
50 Assert.ArrayEqual(new byte[] { 0x32, 0x54, 0x76, 0x98, 204, 204, 204, 252, 0xEE, 0xFE, 0x22, 0x82, 0, 255, 129, 1 }, builder.DataBuffer.Data); // no pad
132 0, 0, 0, 0, // zero terminator with 3 byte pad
156 0, 0, 0, 0, // zero terminator with 3 byte pad
374 builder.Pad(3);
376 builder.Pad(2);
492 0, // pad
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/python/
local_computation_builder.cc 338 ComputationDataHandle LocalComputationBuilder::Pad(
342 return builder_.Pad(operand, padding_value, padding_config);
local_computation_builder.h 155 ComputationDataHandle Pad(const ComputationDataHandle& operand,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 226 UINT8 Pad[3];
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 246 UINT8 Pad[3];
  /external/v8/src/snapshot/
serializer.h 202 void Pad();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xcms.h 154 * PAD
177 XcmsPad Pad;
195 char pad[3]; member in struct:_XcmsPerScrnInfo
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 575 size_t Pad = alignmentAdjustment(CoverageMapping.data(), 8);
576 if (CoverageMapping.size() < Pad)
578 CoverageMapping = CoverageMapping.substr(Pad);
  /external/llvm/lib/MC/
MCDwarf.cpp 583 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
584 if (Pad == 2 * AddrSize)
585 Pad = 0;
586 Length += Pad;
612 for(int i = 0; i < Pad; i++)
    [all...]

Completed in 625 milliseconds

1 2 3 45 6 7 8 9