Home
last modified time | relevance | path

Searched defs:pad_to (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/serialization/
H A Dvulkan_graph_serialize.py147 def pad_to(data: bytes, size: int) -> bytes: function
/aosp_15_r20/external/mesa3d/src/broadcom/qpu/
H A Dqpu_disasm.c50 pad_to(struct disasm_state *disasm, int n) in pad_to() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_pad_for_convolutions.cc295 int pad_to, const se::CudaComputeCapability& compute_capability, in TryResolvePaddedShapesForIntegerConvolution()
/aosp_15_r20/external/pytorch/torch/_logging/
H A D_internal.py596 def pad_to(s, length=30): function