/external/tensorflow/tensorflow/lite/kernels/ |
D | resize_bilinear_test.cc | 53 void SetSize(std::initializer_list<int> data) { PopulateTensor(size_, data); } in SetSize() function in tflite::__anond3a61b480111::ResizeBilinearOpModel 69 m.SetSize({1, 3}); in TEST() 84 m.SetSize({1, 3}); in TEST() 99 m.SetSize({1, 3}); in TEST() 114 m.SetSize({3, 1}); in TEST() 129 m.SetSize({3, 1}); in TEST() 144 m.SetSize({3, 1}); in TEST() 162 m.SetSize({3, 3}); in TEST() 189 m.SetSize({3, 3}); in TEST() 216 m.SetSize({3, 3}); in TEST() [all …]
|
D | resize_nearest_neighbor_test.cc | 53 void SetSize(std::initializer_list<int> data) { PopulateTensor(size_, data); } in SetSize() function in tflite::__anon6a3f65c10111::ResizeNearestNeighborOpModel 69 m.SetSize({1, 3}); in TEST() 85 m.SetSize({1, 3}); in TEST() 101 m.SetSize({1, 3}); in TEST() 116 m.SetSize({3, 1}); in TEST() 132 m.SetSize({3, 1}); in TEST() 148 m.SetSize({3, 1}); in TEST() 166 m.SetSize({3, 3}); in TEST() 194 m.SetSize({3, 3}); in TEST() 222 m.SetSize({3, 3}); in TEST() [all …]
|
D | slice_test.cc | 48 void SetSize(std::initializer_list<index_type> data) { in SetSize() function in tflite::__anon667d06810111::SliceOpModel 69 m.SetSize({2}); in TEST() 80 m.SetSize({1, 2}); in TEST() 91 m.SetSize({2, 3, 2}); in TEST() 103 m.SetSize({3, 1, 1, 1}); in TEST() 114 m.SetSize({3, 1, 1, 1}); in TEST() 127 m.SetSize({1, 1, 3, 1}); in TEST() 138 m.SetSize({1, 2, 3, 1}); in TEST() 149 m.SetSize({2, 1, 3, 1}); in TEST() 160 m.SetSize({2, 1, -1, 1}); in TEST() [all …]
|
/external/libvpx/libvpx/test/ |
D | frame_size_tests.cc | 53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F() 64 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F() 77 video.SetSize(4096, 3072); in TEST_F() 79 video.SetSize(4096, 4096); in TEST_F() 90 video.SetSize(1, 1); in TEST_F()
|
D | yuv_video_source.h | 35 SetSize(width, height, format); in YUVVideoSource() 77 virtual void SetSize(unsigned int width, unsigned int height, in SetSize() function
|
/external/google-fruit/include/fruit/impl/meta/ |
D | set.h | 63 using SetSize = VectorSize; variable 145 …using type = If(GreaterThan(SetSize(S1), SetSize(S2)), SetIntersection(S2, S1), FoldSet(S1, Helper… 152 using type = If(GreaterThan(SetSize(S1), SetSize(S2)), SetUnion(S2, S1),
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 285 max_resolution->SetSize(0, 0); in GetSupportedResolution() 286 min_resolution->SetSize(0, 0); in GetSupportedResolution() 296 max_resolution->SetSize(frame_size.discrete.width, in GetSupportedResolution() 304 min_resolution->SetSize(frame_size.discrete.width, in GetSupportedResolution() 309 max_resolution->SetSize(frame_size.stepwise.max_width, in GetSupportedResolution() 311 min_resolution->SetSize(frame_size.stepwise.min_width, in GetSupportedResolution() 317 max_resolution->SetSize(1920, 1088); in GetSupportedResolution() 323 min_resolution->SetSize(16, 16); in GetSupportedResolution()
|
/external/libaom/libaom/test/ |
D | frame_size_tests.cc | 53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F() 62 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F() 72 video.SetSize(1, 1); in TEST_F()
|
D | yuv_video_source.h | 36 SetSize(width, height, format); in YUVVideoSource() 77 virtual void SetSize(unsigned int width, unsigned int height, in SetSize() function
|
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 54 bool SetSize(int width, int height); 137 bool GdiVideoRenderer::VideoWindow::SetSize(int width, int height) { in SetSize() function in cricket::GdiVideoRenderer::VideoWindow 156 if (!SetSize(static_cast<int>(frame->GetWidth()), in RenderFrame() 264 bool GdiVideoRenderer::SetSize(int width, int height, int reserved) { in SetSize() function in cricket::GdiVideoRenderer 268 return window_->SetSize(width, height); in SetSize()
|
D | gtkvideorenderer.cc | 79 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) { in SetSize() function in cricket::GtkVideoRenderer 108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) { in RenderFrame()
|
D | carbonvideorenderer.cc | 112 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) { in SetSize() function in cricket::CarbonVideoRenderer 131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) { in RenderFrame()
|
D | gdivideorenderer.h | 49 virtual bool SetSize(int width, int height, int reserved);
|
D | gtkvideorenderer.h | 50 virtual bool SetSize(int width, int height, int reserved);
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_frame_buffer_pool.cc | 31 void Vp9FrameBufferPool::Vp9FrameBuffer::SetSize(size_t size) { in SetSize() function in webrtc::Vp9FrameBufferPool::Vp9FrameBuffer 32 data_.SetSize(size); in SetSize() 81 available_buffer->SetSize(min_size); in GetFrameBuffer()
|
/external/lzma/CPP/7zip/Common/ |
D | OffsetStream.cpp | 36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) in SetSize() function in COffsetOutStream 38 return _stream->SetSize(_offset + newSize); in SetSize()
|
D | OffsetStream.h | 23 STDMETHOD(SetSize)(UInt64 newSize);
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BitSet.cs | 143 SetSize(newSize); in GrowToInclude() 152 SetSize(a._bits.Length); in OrInPlace() 163 private void SetSize(int nwords) { in SetSize() method in Antlr.Runtime.BitSet
|
/external/libchrome/ui/gfx/geometry/ |
D | size_f.h | 41 void SetSize(float width, float height) { in SetSize() function 58 SetSize(width() * x_scale, height() * y_scale); in Scale()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BitSet.cs | 159 SetSize(newSize); in GrowToInclude() 171 SetSize( a._bits.Length ); in OrInPlace() 183 private void SetSize( int nwords ) in SetSize() method in Antlr.Runtime.BitSet
|
/external/lzma/CPP/7zip/UI/Common/ |
D | HashCalc.h | 37 virtual void SetSize(UInt64 size) = 0; 67 void SetSize(UInt64 size);
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_SetSize.pbtxt | 2 graph_op_name: "SetSize"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_SetSize.pbtxt | 2 graph_op_name: "SetSize"
|
/external/webrtc/talk/media/base/ |
D | videorenderer.h | 50 virtual bool SetSize(int width, int height, int reserved) { return true; }; in SetSize() function
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTBoneBatch.cpp | 70 SetSize(src.m_nCapacity); in CBatch() 101 void SetSize(const int nSize) in SetSize() function in CBatch 469 batch.SetSize(nBatchBoneMax); in Create()
|