Searched refs:reshape (Results 1 - 15 of 15) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
H A DreadYUV420file.m32 Y(:,:,k)=uint8(reshape(X(1:nPx), width, height).');
35 U(:,:,k)=uint8(reshape(X(nPx + (1:nPx/4)), width/2, height/2).');
38 V(:,:,k)=uint8(reshape(X(nPx + nPx/4 + (1:nPx/4)), width/2, height/2).');
/external/clang/test/Analysis/
H A Dmalloc-interprocedural.c77 static char *reshape(char *in) { function
83 v = reshape(v);
84 v = reshape(v);// expected-warning {{Potential leak of memory pointed to by 'v'}}
/external/autotest/client/cros/audio/
H A Daudio_data.py98 np_array = np_array.reshape(n_frames, self.channel)
/external/webrtc/talk/app/webrtc/objc/
H A DRTCNSGLVideoView.m70 - (void)reshape {
71 [super reshape];
/external/webrtc/webrtc/api/objc/
H A DRTCNSGLVideoView.m53 - (void)reshape {
54 [super reshape];
/external/eigen/unsupported/test/
H A Dcxx11_tensor_morphing.cpp27 tensor2 = tensor1.reshape(dim1);
29 tensor3 = tensor1.reshape(dim2);
31 tensor4 = tensor1.reshape(dim1).reshape(dim3);
59 tensor3 = tensor1.reshape(newDims1).contract(tensor2.reshape(newDims2), contract_along);
77 tensor2d.reshape(dim) = tensor;
81 tensor5d.reshape(dim).device(Eigen::DefaultDevice()) = tensor;
160 Tensor<float, 1, DataLayout> tensor6 = tensor4.reshape(DSizes<ptrdiff_t, 1>(7*7)).exp().slice(DSizes<ptrdiff_t, 1>(0), DSizes<ptrdiff_t, 1>(35));
450 matrix.slice(DSizes<ptrdiff_t, 2>(2, 0), DSizes<ptrdiff_t, 2>(1, 11)).reshape(newDim
[all...]
H A Dcxx11_tensor_concatenation.cpp50 .reshape(Tensor<int, 3>::Dimensions(2, 3, 1))
53 .concatenate(right.reshape(Tensor<int, 2>::Dimensions{{{2, 3}}}), 0);
H A Dcxx11_tensor_forced_eval.cpp65 Tensor<float, 2> output_tensor= (input_tensor - input_tensor.maximum(depth_dim).eval().reshape(dims2d).broadcast(bcast));
H A Dcxx11_tensor_padding.cpp68 result = tensor.pad(paddings).reshape(reshape_dims);
/external/autotest/client/cros/multimedia/
H A Ddisplay_facade_native.py355 data = numpy.fliplr(data.reshape(-1, 3)).reshape(data.shape)
/external/fio/tools/hist/
H A Dfiologparser_hist.py96 times = times.reshape((len(times),1))
313 arr = np.append(arr, new_arr.reshape((1,__TOTAL_COLUMNS - 1)), axis=0)
/external/toolchain-utils/cros_utils/
H A Dstats.py2055 sum = N.reshape(sum, shp)
2068 mult = N.reshape(mult, shp)
2095 s = N.reshape(s, shp)
2109 s = N.reshape([s], N.ones(len(inarray.shape)))
2121 s = N.reshape(s, shp)
2149 sum = N.reshape(sum, shp)
2162 sum = N.reshape(sum, shp)
3396 probs = N.reshape(probs, t.shape)
3486 probs = N.reshape(probs, t.shape)
4189 s = N.reshape(
[all...]
H A Dpstat.py961 return N.reshape(work, ashape)
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h738 reshape(const NewDimensions& newDimensions) const { function in class:Eigen::TensorBase
907 reshape(const NewDimensions& newDimensions) const { function in class:Eigen::TensorBase
912 reshape(const NewDimensions& newDimensions) { function in class:Eigen::TensorBase
/external/opencv/cvaux/include/
H A Dcvmat.hpp544 void reshape( int newcn, int newrows = 0 );
1303 inline void CvMAT::reshape( int newcn, int newrows )

Completed in 482 milliseconds