Home
last modified time | relevance | path

Searched defs:Resize (Results 1 – 25 of 54) sorted by relevance

123

/external/libgav1/libgav1/src/utils/
Ddynamic_buffer.h37 bool Resize(size_t size) { in Resize() function
63 bool Resize(size_t size) { in Resize() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dresize.cc34 class Resize : public NodeShader { class
36 Resize() {} in Resize() function in tflite::gpu::gl::__anon318161a00111::Resize
/external/tensorflow/tensorflow/core/kernels/
Dtensor_cord.cc73 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
82 static void Resize(string_type* s, size_t new_size) { in Resize() function
/external/grpc-grpc/src/cpp/common/
Dresource_quota_cc.cc31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dresize.h45 Resize(const OperationDef& definition, const Resize2DAttributes& attr) in Resize() function
Dresize.cc188 Resize::Resize(Resize&& operation) in Resize() function in tflite::gpu::cl::Resize
/external/libbrillo/brillo/streams/
Dmemory_containers.cc84 bool ContiguousReadOnlyBufferBase::Resize(size_t /* new_size */, in Resize() function in brillo::data_container::ContiguousReadOnlyBufferBase
106 bool StringPtr::Resize(size_t new_size, ErrorPtr* /* error */) { in Resize() function in brillo::data_container::StringPtr
Dmemory_containers.h158 bool Resize(size_t new_size, ErrorPtr* /* error */) override { in Resize() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_vector.h80 void Resize(uptr size) { in Resize() function
/external/v8/src/utils/
Ddetachable-vector.h89 void Resize(size_t new_capacity) { in Resize() function
/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc119 void GlxRenderer::Resize(size_t width, size_t height) { in Resize() function in webrtc::test::GlxRenderer
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dresize.cc90 std::vector<ComputeTaskDescriptorPtr> Resize(int id, ValueId input_id, in Resize() function
/external/v8/src/heap/cppgc/
Dgc-info-table.cc75 void GCInfoTable::Resize() { in Resize() function in cppgc::internal::GCInfoTable
/external/v8/src/snapshot/
Dsnapshot-data.h94 void Resize(uint32_t size) { size_ = size; } in Resize() function
/external/tensorflow/tensorflow/core/platform/
Dstrcat.cc121 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
130 static void Resize(string_type* s, size_t new_size) { in Resize() function
/external/gemmlowp/test/
Dtest.h77 void Resize(int rows, int cols) { in Resize() function
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h109 void Resize(size_t num_rows, size_t num_columns) { in Resize() function
305 void Resize() { in Resize() function
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc182 void WeightedPicker::Resize(int new_size) { in Resize() function in tensorflow::random::WeightedPicker
/external/angle/src/common/
DFixedVector_unittest.cpp112 TEST(FixedVector, Resize) in TEST() argument
/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc162 void D3dRenderer::Resize(size_t width, size_t height) { in Resize() function in webrtc::test::D3dRenderer
/external/v8/src/zone/
Dzone-list-inl.h66 void ZoneList<T>::Resize(int new_capacity, Zone* zone) { in Resize() function
/external/tensorflow/tensorflow/lite/kernels/
Dlsh_projection.cc74 TfLiteStatus Resize(TfLiteContext* context, TfLiteNode* node) { in Resize() function
Dsparse_to_dense.cc44 TfLiteStatus Resize(TfLiteContext* context, const TfLiteTensor* output_shape, in Resize() function
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTArray.h198 EPVRTError Resize(const unsigned int uiSize) in Resize() function
/external/webrtc/webrtc/base/
Dbytebuffer.cc195 void ByteBuffer::Resize(size_t size) { in Resize() function in rtc::ByteBuffer

123