Searched refs:sizes (Results 126 - 150 of 410) sorted by relevance

1234567891011>>

/external/freetype/src/cache/
H A Dftcmanag.h105 FTC_MruListRec sizes; member in struct:FTC_ManagerRec_
H A Dftcmanag.c201 FTC_MRULIST_LOOKUP_CMP( &manager->sizes, scaler, ftc_size_node_compare,
205 error = FTC_MruList_Lookup( &manager->sizes, scaler, &mrunode );
272 FTC_MruList_RemoveSelection( &manager->sizes,
401 FTC_MruList_Init( &manager->sizes,
443 /* discard faces and sizes */
444 FTC_MruList_Done( &manager->sizes );
462 FTC_MruList_Reset( &manager->sizes );
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_stubs.c126 const unsigned *sizes)
121 vl_mpg12_bs_decode(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target, struct pipe_mpeg12_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) argument
H A Dvl_matrix_filter.c160 struct vertex2f *offsets, v, sizes; local
222 sizes.x = (float)(matrix_width - 1) / 2.0f;
223 sizes.y = (float)(matrix_height - 1) / 2.0f;
225 for (v.x = -sizes.x, i = 0; v.x <= sizes.x; v.x += 1.0f)
226 for (v.y = -sizes.y; v.y <= sizes.y; v.y += 1.0f)
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h88 const unsigned *sizes);
/external/ppp/pppd/plugins/pppoatm/
H A Datm.h95 int sdu2cell(int s,int sizes,const int *sdu_size,int *num_sdu);
/external/skia/include/core/
H A DSkDataTable.h72 * @param sizes array of byte-lengths for each entry in the corresponding
74 * @param count the number of array elements in ptrs[] and sizes[] to copy.
77 const size_t sizes[], int count);
/external/skqp/include/core/
H A DSkDataTable.h72 * @param sizes array of byte-lengths for each entry in the corresponding
74 * @param count the number of array elements in ptrs[] and sizes[] to copy.
77 const size_t sizes[], int count);
/external/tensorflow/tensorflow/compiler/xla/
H A Dwindow_util.cc29 Window MakeWindow(tensorflow::gtl::ArraySlice<int64> sizes) { argument
31 for (int64 size : sizes) {
41 PaddingConfig MakeSymmetricPadding(tensorflow::gtl::ArraySlice<int64> sizes) { argument
43 for (int64 size : sizes) {
H A Darray.h99 explicit Array(tensorflow::gtl::ArraySlice<int64> sizes) argument
100 : Array(sizes, T()) {}
104 Array(tensorflow::gtl::ArraySlice<int64> sizes, T value) argument
105 : sizes_(sizes.begin(), sizes.end()), values_(new T[num_elements()]) {
418 std::vector<int64> sizes;
420 std::back_inserter(sizes),
422 Array<T> result(sizes);
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h48 Get the names and sizes of all chunks in the PNG file.
51 unsigned getChunkInfo(std::vector<std::string>& names, std::vector<size_t>& sizes,
/external/deqp/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp263 } sizes[] = local
289 FOR_EACH(size, sizes,
298 if (!is_clamp_clamp && (!deIsPowerOfTwo32(sizes[size].width) || !deIsPowerOfTwo32(sizes[size].height)))
301 string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_" + sizes[size].name + "_" + formats[format].name;
307 sizes[size].width, sizes[size].height));
/external/tensorflow/tensorflow/core/kernels/
H A Dsplit_v_op.cc104 // Determine sizes of output, in case of a -1 input value
246 Eigen::DSizes<Eigen::DenseIndex, 3> sizes{
249 if (sizes.TotalSize() > 0) {
257 result_shaped = input_reshaped.slice(current_indices, sizes);
262 current_indices, sizes);
379 Eigen::DSizes<Eigen::DenseIndex, 2> sizes{
382 if (sizes.TotalSize() > 0) {
388 indices, sizes);
H A Dslice_op.cc219 Eigen::DSizes<Eigen::DenseIndex, NDIM> sizes; local
222 sizes[i] = size[i];
227 context->input(0).tensor<T, NDIM>(), indices, sizes);
292 // except slice_dim and if sizes of all the dimensions of the slice are same
293 // as the sizes of all the dimensions of the input except slice_dim, then
313 // If indices for slice are 0 in all dims except one dimension and if sizes of
314 // all dimensions of slice are same as sizes of all dimensions of inputs
403 Eigen::DSizes<Eigen::DenseIndex, NDIM> sizes; local
406 sizes[i] = size[i];
411 context->input(0).tensor<T, NDIM>(), indices, sizes);
[all...]
H A Dbatch_kernels.cc96 // The Split*() functions split 'input' with element type T into 'sizes.size()'
98 // dimension size 'sizes[i]'. They allocate the output tensors using 'context',
105 const gtl::ArraySlice<int64>& sizes,
110 for (const int64 size : sizes) {
115 "Sum of split sizes must not exceed dim0-size of input tensor");
119 if (sizes.size() == 1 && sizes.at(0) == input.shape().dim_size(0)) {
128 for (const int64 size : sizes) {
142 const gtl::ArraySlice<int64>& sizes,
152 for (const int64 size : sizes) {
104 SplitEasyCases(OpKernelContext* context, const Tensor& input, const gtl::ArraySlice<int64>& sizes, std::vector<Tensor>* outputs, bool* done) argument
141 SplitCPU(OpKernelContext* context, const Tensor& input, const gtl::ArraySlice<int64>& sizes, std::vector<Tensor>* outputs) argument
178 SplitGPU(OpKernelContext* context, const Tensor& input, const gtl::ArraySlice<int64>& sizes, std::vector<Tensor>* outputs) argument
189 Split(OpKernelContext* context, const Tensor& input, const gtl::ArraySlice<int64>& sizes, std::vector<Tensor>* outputs) argument
630 std::vector<int64> sizes; local
[all...]
H A Dunpack_op.cc117 Eigen::DSizes<Eigen::DenseIndex, 3> sizes{1, before_dim, after_dim};
120 sizes);
/external/tensorflow/tensorflow/core/util/
H A Dmkl_util.h96 void SetTfLayout(const size_t dimension, const size_t* sizes, argument
104 sizes_[ii] = sizes[ii];
107 CHECK_EQ(dnnLayoutCreate_F32(&tfLayout_, dimension, sizes, strides),
244 // Location of sizes. Note dim is not used here, left here
398 // sizes.
454 // Returns an mkldnn::memory::dims object that contains the sizes of this
487 // map for it. So we just create Tensorflow shape from sizes in the
523 inline void SetTfLayout(size_t dims, const memory::dims& sizes, argument
525 CHECK_EQ(dims, sizes.size());
528 data_.sizes_[ii] = sizes[i
911 GetStridesFromSizes(TensorFormat data_format, size_t* strides, const size_t* sizes) argument
936 std::vector<int32> sizes; local
[all...]
/external/vboot_reference/futility/
H A Dcmd_gbb_utility.c129 char *str, *sizes, *param, *e = NULL; local
137 sizes = strdup(desc);
138 if (!sizes) {
145 for (str = sizes; (param = strtok(str, ", ")) != NULL; str = NULL) {
152 free(sizes);
165 free(sizes);
195 free(sizes);
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_builder_3d_top.h1066 const uint32_t *bufs, const int *sizes,
1117 if (i < num_bufs && sizes[i]) {
1119 const int read_len = (sizes[i] + 31) / 32;
1146 const uint32_t *bufs, const int *sizes,
1150 bufs, sizes, num_bufs);
1155 const uint32_t *bufs, const int *sizes,
1159 bufs, sizes, num_bufs);
1165 const uint32_t *bufs, const int *sizes,
1200 if (i >= num_bufs || !sizes[i]) {
1202 assert(i >= num_bufs || !sizes[
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc19 const size_t sizes[] = { 1, 30, 1<<30 }; local
21 EXPECT_EQ(sizes[i], __sanitizer_get_estimated_allocated_size(sizes[i]));
359 // Same here, but we run memset with small sizes.
406 std::vector<size_t> sizes; local
411 sizes.push_back(size);
418 EXPECT_EQ(sizes[idx], __sanitizer_get_allocated_size(pointers[idx]));
/external/skia/tests/
H A DTArrayTest.cpp65 int (&sizes)[7])
73 for (auto sizeA : sizes) {
74 for (auto sizeB : sizes) {
98 int sizes[] = {0, 1, 5, 10, 15, 20, 25}; local
105 test_swap(reporter, arrays, sizes);
119 test_swap(reporter, arraysMoi, sizes);
63 test_swap(skiatest::Reporter* reporter, SkTArray<T>* (&arrays)[4], int (&sizes)[7]) argument
/external/skqp/tests/
H A DTArrayTest.cpp65 int (&sizes)[7])
73 for (auto sizeA : sizes) {
74 for (auto sizeB : sizes) {
98 int sizes[] = {0, 1, 5, 10, 15, 20, 25}; local
105 test_swap(reporter, arrays, sizes);
119 test_swap(reporter, arraysMoi, sizes);
63 test_swap(skiatest::Reporter* reporter, SkTArray<T>* (&arrays)[4], int (&sizes)[7]) argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCameraParameters.java153 private void addSize(List<Camera.Size> sizes, int width, int height) { argument
157 sizes.add(newSize);
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
H A Dsharded_mutable_dense_hashtable.py81 sizes = [
84 return math_ops.add_n(sizes)
/external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
H A Dnativeinterpreterwrapper_jni.cc99 jobjectArray sizes) {
111 "%d sizes, %d data_types, %d nums_of_bytes, and %d values",
121 static_cast<jintArray>(env->GetObjectArrayElement(sizes, i));
153 int input_size, jobjectArray sizes) {
157 static_cast<jintArray>(env->GetObjectArrayElement(sizes, i));
355 jobjectArray sizes, jintArray data_types, jintArray nums_of_bytes,
363 const int input_size = env->GetArrayLength(sizes);
366 nums_of_bytes, values, sizes);
369 status = resizeInputs(env, interpreter, input_size, sizes);
96 checkInputs(JNIEnv* env, tflite::Interpreter* interpreter, const int input_size, jintArray data_types, jintArray nums_of_bytes, jobjectArray values, jobjectArray sizes) argument
152 resizeInputs(JNIEnv* env, tflite::Interpreter* interpreter, int input_size, jobjectArray sizes) argument
353 Java_org_tensorflow_lite_NativeInterpreterWrapper_run( JNIEnv* env, jclass clazz, jlong interpreter_handle, jlong error_handle, jobjectArray sizes, jintArray data_types, jintArray nums_of_bytes, jobjectArray values) argument

Completed in 952 milliseconds

1234567891011>>