Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/third_party/boost/boost/numeric/odeint/util/
Dresize.hpp41 static void resize( StateOut &x1 , const StateIn &x2 ) in resize() function
52 static void resize( StateOut &x1 , const StateIn &x2 ) in resize() function
61 void resize( StateOut &x1 , const StateIn &x2 ) in resize() function
101 static void resize( FusionSeq &x1 , const FusionSeq &x2 ) in resize() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dascend_vision_ir.cc83 std::vector<uint32_t> resize = op_params["size"]; in from_json() local
89 DvppDecodeResizeOperation::DvppDecodeResizeOperation(const std::vector<uint32_t> &resize) : resize_… in DvppDecodeResizeOperation()
138 std::vector<uint32_t> resize = op_params["size"]; in from_json() local
145 const std::vector<uint32_t> &resize) in DvppDecodeResizeCropOperation()
249 std::vector<uint32_t> resize = op_params["resize_size"]; in from_json() local
327 DvppResizeJpegOperation::DvppResizeJpegOperation(const std::vector<uint32_t> &resize) : resize_(res… in DvppResizeJpegOperation()
375 std::vector<uint32_t> resize = op_params["size"]; in from_json() local
/third_party/boost/boost/numeric/odeint/external/mtl4/
Dmtl4_resize.hpp70 static void resize( mtl::dense_vector< Value , Parameters > &v1 , in resize() function
92 static void resize( mtl::dense2D< Value , MatrixParameters > &m , in resize() function
115 static void resize( mtl::compressed2D< Value , MatrixParameters > &m , in resize() function
/third_party/boost/boost/geometry/core/
Dmutable_range.hpp82 struct resize struct
84 static inline void apply(typename rvalue_type<Range>::type range, in apply()
/third_party/boost/boost/numeric/odeint/external/vexcl/
Dvexcl_resize.hpp44 static void resize( vex::vector< T > &x1 , const vex::vector< T > &x2 ) in resize() function
72 static void resize( vex::multivector< T , N > &x1 , const vex::multivector< T , N > &x2 ) in resize() function
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dring.hpp73 struct resize<boost::polygon::polygon_data<CoordinateType> > struct
75 typedef boost::polygon::point_data<CoordinateType> point_type;
77 static inline void apply(boost::polygon::polygon_data<CoordinateType>& data, in apply()
Dholes_proxy.hpp67 inline void resize(std::size_t new_size) in resize() function
160 struct resize<adapt::bp::holes_proxy<Polygon> > struct
162 static inline void apply(adapt::bp::holes_proxy<Polygon> proxy, std::size_t new_size) in apply()
Dring_proxy.hpp160 void resize(std::size_t /*new_size*/) in resize() function in boost::geometry::adapt::bp::ring_proxy
267 struct resize<adapt::bp::ring_proxy<Polygon> > struct
269 static inline void apply(adapt::bp::ring_proxy<Polygon> proxy, std::size_t new_size) in apply()
/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc31 void resize(size_t) { resize_call_count += 1; } in resize() function
44 void resize(size_t) { resize_call_count += 1; } in resize() function
/third_party/boost/boost/numeric/odeint/external/eigen/
Deigen_resize.hpp84 static void resize( Eigen::MatrixBase< Derived > &m1 , const Eigen::MatrixBase< Derived > &m2 ) in resize() function
94 static void resize( Eigen::ArrayBase< Derived > &v1 , const Eigen::ArrayBase< Derived > &v2 ) in resize() function
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp72 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowXlib
120 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowXcb
166 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowWayland
201 void resize (const UVec2&) in resize() function
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c709 static void collect_resize_constraints(ntfs_resize_t *resize, runlist *rl) in collect_resize_constraints()
776 static void collect_relocation_info(ntfs_resize_t *resize, runlist *rl) in collect_relocation_info()
1105 static void build_resize_constraints(ntfs_resize_t *resize) in build_resize_constraints()
1129 static void resize_constraints_by_attributes(ntfs_resize_t *resize) in resize_constraints_by_attributes()
1143 static void set_resize_constraints(ntfs_resize_t *resize) in set_resize_constraints()
1393 static int reload_mft(ntfs_resize_t *resize) in reload_mft()
1443 static int record_mft_in_bitmap(ntfs_resize_t *resize) in record_mft_in_bitmap()
1463 static void delayed_updates(ntfs_resize_t *resize) in delayed_updates()
1543 static void replace_later(ntfs_resize_t *resize, runlist *rl, runlist *head_rl) in replace_later()
1607 static int replace_attribute_runlist(ntfs_resize_t *resize, runlist *rl) in replace_attribute_runlist()
[all …]
/third_party/boost/libs/geometry/test/test_geometries/
Dall_custom_ring.hpp71 struct resize<all_custom_ring<Point> > struct
73 static inline void apply(all_custom_ring<Point>& acr, std::size_t new_size) in apply()
Dall_custom_linestring.hpp65 struct resize<all_custom_linestring<Point> > struct
67 static inline void apply(all_custom_linestring<Point>& als, std::size_t new_size) in apply()
Dwrapped_boost_array.hpp139 struct resize< wrapped_boost_array<Point, Count> > struct
141 static inline void apply(wrapped_boost_array<Point, Count>& ar, std::size_t new_size) in apply()
/third_party/skia/tools/viewer/
DSampleSlide.h23 void resize(SkScalar winWidth, SkScalar winHeight) override { in resize() function
/third_party/flutter/skia/tools/viewer/
DSampleSlide.h23 void resize(SkScalar winWidth, SkScalar winHeight) override { in resize() function
/third_party/skia/third_party/externals/angle2/util/ios/
DIOSWindow.mm40 bool IOSWindow::resize(int width, int height) function
/third_party/mindspore/tests/st/cpp/dataset/
Dtest_de.cc73 std::shared_ptr<TensorTransform> resize(new vision::Resize({224, 224})); in TEST_F() local
168 std::shared_ptr<TensorTransform> resize(new vision::Resize(resize_paras)); in TEST_F() local
218 std::shared_ptr<TensorTransform> resize(new vision::Resize(resize_paras)); in TEST_F() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.cpp41 void Window::resize (const tcu::UVec2&) in resize() function in vk::wsi::Window
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc32 void resize(size_t) { resize_call_count += 1; } in resize() function
47 void resize(size_t) { resize_call_count += 1; } in resize() function
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/
Dvector_vector_resize.hpp53 static void resize( state_type &x1 , const state_type &x2 ) in resize() function
86 bool resize( const State &x ) in resize() function
/third_party/boost/boost/asio/detail/
Dsocket_option.hpp110 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::boolean
201 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::integer
298 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::linger
/third_party/boost/libs/asio/include/boost/asio/detail/
Dsocket_option.hpp110 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::boolean
201 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::integer
298 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::linger
/third_party/mindspore/mindspore/lite/minddata/example/
Dtestlenet.cpp42 std::shared_ptr<TensorTransform> resize(new mindspore::dataset::vision::Resize({32, 32})); in main() local

12345678910>>...13