HomeSort by relevance Sort by last modified time
    Searched refs:out_size (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/libxml2/doc/tutorial/
includeconvert.c 10 int ret,size,out_size,temp;
14 out_size = size*2-1;
15 out = malloc((size_t)out_size);
27 ret = handler->input(out, &out_size, in, &temp);
37 out = realloc(out,out_size+1);
38 out[out_size]=0; /*null terminating out*/
  /device/generic/goldfish/keymaster/trusty/
trusty_keymaster_ipc.h 24 uint32_t* out_size);
trusty_keymaster_ipc.cpp 51 uint32_t* out_size) {
95 *out_size = pipe_command_length;
  /external/u-boot/test/
compression.c 129 unsigned long *out_size)
135 if (out_size)
136 *out_size = inout_size;
144 unsigned long *out_size)
150 if (out_size)
151 *out_size = inout_size;
159 unsigned long *out_size)
169 if (out_size)
170 *out_size = bzip2_compressed_size;
178 unsigned long *out_size)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
gather_functor_gpu.cu.h 35 int64 slice_size, int64 out_size) {
36 CUDA_1D_KERNEL_LOOP(i, out_size) {
80 const int64 out_size = out.size(); local
81 if (out_size == 0) {
93 CudaLaunchConfig config = GetCudaLaunchConfig(out_size, d);
98 out.data(), gather_dim_size, indices_size, slice_size, out_size));
103 out.data(), gather_dim_size, indices_size, slice_size, out_size));
listdiff_op.cc 62 int64 out_size = 0; variable
65 ++out_size;
71 OP_REQUIRES_OK(context, context->allocate_output(0, {out_size}, &out));
75 OP_REQUIRES_OK(context, context->allocate_output(1, {out_size}, &indices));
80 OP_REQUIRES(context, p < out_size,
83 " when output Tensor only had ", out_size,
resize_op_benchmark_test.cc 30 Tensor out_size(DT_INT32, TensorShape({2}));
31 auto out_size_flat = out_size.flat<int32>();
38 .Input(test::graph::Constant(g, out_size))
gather_nd_op_gpu.cu.cc 34 const int64 slice_size, const int64 out_size) {
37 CUDA_1D_KERNEL_LOOP(i, out_size) {
75 const int64 out_size = Tout.size(); local
87 CudaLaunchConfig config = GetCudaLaunchConfig(out_size, d);
93 indices_size, s_size, out_size));
dynamic_partition_op_gpu.cu.cc 66 const int32* size, int32 out_size,
68 int32 N = min(ldg(size), out_size);
72 if (FastBoundsCheck(key, out_size)) out[key] = value;
90 int32 out_size, int32* out) {
92 // So we launch the kernel with size = out_size.
93 // This is valid for correct inputs, because then out_size >= *num_runs.
94 // For wrong inputs, we may have out_size < *num_runs. In this case we will
95 // only handle the first out_size values.
96 CudaLaunchConfig config = GetCudaLaunchConfig(out_size, d);
99 values, num_runs, out_size, out))
447 int64 out_size = outs[p]->NumElements(); local
    [all...]
  /external/libaom/libaom/av1/common/x86/
av1_txfm_sse2.h 142 const int out_size) {
143 for (int i = 0; i < out_size; ++i) {
151 const int out_size) {
152 for (int i = 0; i < out_size; ++i) {
153 out[out_size - i - 1] = _mm_loadl_epi64((const __m128i *)(in + i * stride));
158 __m128i *out, int out_size) {
159 for (int i = 0; i < out_size; ++i) {
166 int out_size) {
167 for (int i = 0; i < out_size; ++i) {
168 out[out_size - i - 1] = load_16bit_to_16bit(in + i * stride)
    [all...]
  /external/tensorflow/tensorflow/c/kernels/
bitcast_op.cc 47 size_t out_size; member in struct:BitcastOp
63 kernel->out_size = TF_DataTypeSize(kernel->output_data_type);
65 size_t check_size = std::max(kernel->in_size, kernel->out_size) %
66 std::min(kernel->in_size, kernel->out_size);
98 if (!(k->in_size >= k->out_size ||
100 TF_Dim(tensor, dim_count - 1) == k->out_size / k->in_size))) {
114 if (k->out_size < k->in_size) {
115 dims[new_dim_count++] = static_cast<int64_t>(k->in_size / k->out_size);
116 } else if (k->out_size > k->in_size) {
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
image_resize_ops.cc 73 // from in_size to out_size.
82 absl::Span<const int64> in_size, absl::Span<const int64> out_size,
84 CHECK_EQ(in_size.size(), out_size.size());
94 } else if (out_size[i] == 1) {
95 // If in_size[i] > 1 but out_size[i] == 1, then we slice out the first
102 align_corners ? out_size[i] - 1 : out_size[i];
118 // + dims.stride * (out_size - 1)
119 int64 CalculateUpperPadding(int64 in_size, int64 out_size, int64 kernel_size,
121 int64 padding = (2 * kernel_size - 1) + (out_size - 1) * stride
466 std::vector<int64> out_size; local
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/
padding.h 23 int filter_size, int out_size) {
25 int padding = ((out_size - 1) * stride + effective_filter_size - in_size) / 2;
  /external/libchrome/base/strings/
string_number_conversions_fuzzer.cc 27 size_t out_size; local
28 base::StringToSizeT(string_piece_input, &out_size);
39 base::StringToSizeT(string_piece_input16, &out_size);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 49 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
  /external/puffin/src/
bit_writer.h 68 // |out_size| IN The size of the output buffer
69 BufferBitWriter(uint8_t* out_buf, size_t out_size)
71 out_size_(out_size),
  /external/vboot_reference/firmware/lib/cryptolib/include/
rsa.h 74 * [out_size] with the algorithm [algorithm].
78 uint64_t RSAProcessedKeySize(uint64_t algorithm, uint64_t* out_size);
  /external/xz-embedded/userspace/
buftest.c 40 b.out_size = sizeof(out);
bytetest.c 51 b.out_size = uncomp_size < BUFSIZ ? uncomp_size : BUFSIZ;
69 b.out_size = uncomp_size < BUFSIZ
  /external/xz-embedded/linux/lib/xz/
xz_dec_bcj.c 53 size_t out_size; member in struct:xz_dec_bcj
403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos);
449 if (s->temp.size < b->out_size - b->out_pos || s->temp.size == 0) {
478 if (b->out_pos + s->temp.size < b->out_size)
490 if (b->out_pos < b->out_size) {
494 s->out_size = b->out_size;
497 b->out_size = sizeof(s->temp.buf);
504 b->out_size = s->out_size;
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 189 size_t out_size = cricket::VideoFrame::SizeOf(frame.GetWidth(), local
191 rtc::scoped_ptr<uint8_t[]> out(new uint8_t[out_size]);
192 frame.CopyToBuffer(out.get(), out_size);
193 return DumpSample(filename, out.get(), out_size);
770 size_t out_size = kWidth * kHeight * 2; local
771 rtc::scoped_ptr<uint8_t[]> outbuf(new uint8_t[out_size + kAlignment]);
775 EXPECT_EQ(out_size, frame1.ConvertToRgbBuffer(cricket::FOURCC_RGBP,
777 out_size, kWidth * 2));
778 EXPECT_TRUE(LoadFrame(out, out_size, cricket::FOURCC_RGBP,
786 size_t out_size = kWidth * kHeight * 2 local
802 size_t out_size = kWidth * kHeight * 2; local
1006 size_t out_size = 4; local
1043 size_t out_size = 10 * 4; local
1480 size_t out_size = astride * kHeight; local
1798 size_t out_size = kWidth * kHeight * 2; local
1864 size_t out_size = kWidth * kHeight * 3 \/ 2; local
1907 size_t out_size = cricket::VideoFrame::SizeOf(kWidth, kHeight); local
1912 size_t out_size = 3; local
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
txfm_common_avx2.h 88 int out_size) {
89 for (int i = 0; i < out_size; ++i) {
97 int out_size) {
98 for (int i = 0; i < out_size; ++i) {
99 out[out_size - i - 1] = load_16bit_to_16bit_avx2(in + i * stride);
111 int out_size) {
112 for (int i = 0; i < out_size; ++i) {
291 const int out_size) {
292 for (int i = 0; i < out_size; ++i) {
  /art/test/1940-ddms-ext/
ddm_ext.cc 82 jint out_size; local
89 /*out*/&out_size,
93 ScopedLocalRef<jbyteArray> chunk_data(env, env->NewByteArray(out_size));
94 env->SetByteArrayRegion(chunk_data.get(), 0, out_size, out_data);
103 out_size));
  /external/xz-embedded/linux/lib/
decompress_unxz.c 279 b.out_size = (size_t)-1;
281 b.out_size = XZ_IOBUF_SIZE;
325 if (flush != NULL && (b.out_pos == b.out_size
  /external/boringssl/src/include/openssl/
digest.h 158 // |EVP_MAX_MD_SIZE|. If |out_size| is not NULL then |*out_size| is set to the
163 unsigned int *out_size);
168 unsigned int *out_size);
172 // are written, which is at most |EVP_MAX_MD_SIZE|. If |out_size| is not NULL
173 // then |*out_size| is set to the number of bytes written. It returns one on

Completed in 2240 milliseconds

1 2 3 4 5