Home
last modified time | relevance | path

Searched defs:padded (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dspace_to_batch.cc40 auto padded = output_shape[i + kDimsOffset] + paddings[i][0] + paddings[i][1]; in InferShape() local
Dspace_to_batch_nd.cc42 int64_t padded = out_shape[i + offset] + padding[i][0] + padding[i][1]; in InferShape() local
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavauddec.h41 guint8 *padded; member
Dgstavviddec.h62 guint8 *padded; member
/third_party/grpc/test/core/gpr/
Dstring_test.cc229 char* padded; in test_leftpad() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dconv2d_grad_filter_gpu_kernel.h81 T *padded = GetDeviceAddress<T>(workspace, 1); in Launch() local
Dconv3d_grad_input_gpu_kernel.h53 T *padded = GetDeviceAddress<T>(workspace, 1); in Launch() local
Dconv2d_grad_input_gpu_kernel.h82 T *padded = GetDeviceAddress<T>(workspace, 1); in Launch() local
Dconv3d_grad_filter_gpu_kernel.h64 T *padded = GetDeviceAddress<T>(workspace, 1); in Launch() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.c1607 guint offset, padded; in gst_rtcp_packet_sdes_add_entry() local
1917 guint8 len, padded; in gst_rtcp_packet_bye_set_reason() local
/third_party/mesa3d/src/compiler/glsl/
Dserialize.cpp1065 bool padded = blob_read_uint32(metadata); in read_shader_parameters() local
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp156 size_t padded = pad(fBytesRead, alignment); in ensureAtLeast() local
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp156 size_t padded = pad(fBytesRead, alignment); in ensureAtLeast() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_draw.c68 nir_ssa_def *padded; member
/third_party/python/Lib/
Dast.py335 def get_source_segment(source, node, *, padded=False): argument
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property
/third_party/node/tools/
Dlint-md.mjs5101 let padded = zeros(startString) || zeros(endString) || zeros(stepString); variable