Home
last modified time | relevance | path

Searched defs:storage_type (Results 1 – 25 of 121) sorted by relevance

12345

/external/pytorch/aten/src/ATen/native/vulkan/api/
DTensor.cpp62 const api::StorageType storage_type) { in calc_strides()
95 const api::StorageType storage_type) { in calc_gpu_sizes()
155 const api::StorageType storage_type, in create_image_extents()
198 const api::StorageType storage_type) { in make_metadata_uniform()
223 const api::StorageType storage_type, in vTensor()
255 const api::StorageType storage_type, in vTensor()
466 const api::StorageType storage_type, in allocate_image()
511 const api::StorageType storage_type, in allocate_buffer()
530 const api::StorageType storage_type, in vTensorStorage()
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dwait_ops_freebsd_umtx.hpp42 typedef typename base_type::storage_type storage_type; typedef
72 typedef typename base_type::storage_type storage_type; typedef
96 typedef typename base_type::storage_type storage_type; typedef
Dcore_arch_ops_msvc_x86.hpp96 typedef typename storage_traits< Size >::type storage_type; typedef
152 typedef typename base_type::storage_type storage_type; typedef
223 typedef typename base_type::storage_type storage_type; typedef
267 typedef typename base_type::storage_type storage_type; typedef
398 typedef typename base_type::storage_type storage_type; typedef
442 typedef typename base_type::storage_type storage_type; typedef
572 typedef typename storage_traits< 8u >::type storage_type; typedef
782 typedef typename base_type::storage_type storage_type; typedef
826 typedef typename storage_traits< 16u >::type storage_type; typedef
Dextra_fp_ops_generic.hpp54 typedef typename base_type::storage_type storage_type; typedef
101 typedef typename base_type::storage_type storage_type; typedef
131 typedef typename base_type::storage_type storage_type; typedef
Dwait_ops_futex.hpp36 typedef typename base_type::storage_type storage_type; typedef
73 typedef typename base_type::storage_type storage_type; typedef
Dcore_arch_ops_msvc_arm.hpp123 typedef typename storage_traits< Size >::type storage_type; typedef
158 typedef typename base_type::storage_type storage_type; typedef
323 typedef typename base_type::storage_type storage_type; typedef
488 typedef typename base_type::storage_type storage_type; typedef
653 typedef typename base_type::storage_type storage_type; typedef
Dcore_operations_emulated.hpp37 typedef typename storage_traits< Size >::type storage_type; typedef
43 typedef buffer_storage< Size, Alignment > storage_type; typedef
57 typedef typename base_type::storage_type storage_type; typedef
Dcore_arch_ops_gcc_x86.hpp63 typedef typename storage_traits< Size >::type storage_type; typedef
118 typedef typename base_type::storage_type storage_type; typedef
215 typedef typename base_type::storage_type storage_type; typedef
312 typedef typename base_type::storage_type storage_type; typedef
416 typedef typename storage_traits< 8u >::type storage_type; typedef
763 typedef typename base_type::storage_type storage_type; typedef
861 typedef typename storage_traits< 16u >::type storage_type; typedef
Dwait_ops_generic.hpp42 typedef typename base_type::storage_type storage_type; typedef
88 typedef typename base_type::storage_type storage_type; typedef
Dcore_arch_ops_gcc_alpha.hpp94 typedef typename storage_traits< 4u >::type storage_type; typedef
356 typedef typename base_type::storage_type storage_type; typedef
418 typedef typename base_type::storage_type storage_type; typedef
481 typedef typename base_type::storage_type storage_type; typedef
543 typedef typename base_type::storage_type storage_type; typedef
605 typedef typename storage_traits< 8u >::type storage_type; typedef
Dcore_arch_ops_gcc_ppc.hpp87 typedef typename storage_traits< 4u >::type storage_type; typedef
318 typedef typename storage_traits< 1u >::type storage_type; typedef
550 typedef typename base_type::storage_type storage_type; typedef
598 typedef typename base_type::storage_type storage_type; typedef
649 typedef typename storage_traits< 2u >::type storage_type; typedef
881 typedef typename base_type::storage_type storage_type; typedef
929 typedef typename base_type::storage_type storage_type; typedef
980 typedef typename storage_traits< 8u >::type storage_type; typedef
Dcas_based_exchange.hpp33 typedef typename Base::storage_type storage_type; typedef
Dcore_ops_windows.hpp65 typedef typename storage_traits< Size >::type storage_type; typedef
110 typedef typename base_type::storage_type storage_type; typedef
Dcore_arch_ops_gcc_arm.hpp63 typedef typename storage_traits< 4u >::type storage_type; typedef
328 typedef typename storage_traits< 1u >::type storage_type; typedef
595 typedef typename base_type::storage_type storage_type; typedef
657 typedef typename base_type::storage_type storage_type; typedef
722 typedef typename storage_traits< 2u >::type storage_type; typedef
989 typedef typename base_type::storage_type storage_type; typedef
1051 typedef typename base_type::storage_type storage_type; typedef
1127 typedef typename storage_traits< 8u >::type storage_type; typedef
/external/executorch/backends/apple/coreml/runtime/kvstore/
Dkey_value_store.hpp29 static constexpr StorageType storage_type = StorageType::Null; member
40 static constexpr StorageType storage_type = StorageType::Integer; member
54 static constexpr StorageType storage_type = StorageType::Integer; member
68 static constexpr StorageType storage_type = StorageType::Integer; member
82 static constexpr StorageType storage_type = StorageType::Double; member
96 static constexpr sqlite::StorageType storage_type = StorageType::Text; member
Djson_key_value_store.hpp29 static constexpr StorageType storage_type = StorageType::Text; member
/external/pytorch/aten/src/ATen/native/vulkan/ops/
DFactory.cpp18 api::StorageType storage_type = api::StorageType::TEXTURE_3D; in _empty_affine_quantized() local
38 api::StorageType storage_type = api::StorageType::TEXTURE_3D; in empty_memory_format() local
/external/executorch/backends/vulkan/runtime/api/containers/
DTensor.cpp197 utils::StorageType storage_type(const vkapi::VulkanImage& image) { in storage_type() function
212 const utils::StorageType storage_type, in allocate_image()
259 const utils::StorageType storage_type, in allocate_buffer()
278 const utils::StorageType storage_type, in vTensorStorage()
439 const utils::StorageType storage_type, in vTensor()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/char_set/
Drange_run.hpp41 typedef std::vector<range_type> storage_type; typedef in boost::spirit::support::detail::range_run
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/set/
Dset.hpp54 typedef vector<> storage_type; typedef
96 typedef vector<T...> storage_type; typedef
/external/executorch/backends/vulkan/runtime/graph/
DGraphConfig.cpp68 void GraphConfig::set_storage_type_override(utils::StorageType storage_type) { in set_storage_type_override()
DComputeGraph.cpp73 const utils::StorageType storage_type) in TmpTensor()
240 const utils::StorageType storage_type, in add_tensor()
259 const utils::StorageType storage_type, in add_tensor()
280 const utils::StorageType storage_type, in add_tensor_like()
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/
Datomic_ref.hpp53 typedef typename base_type::storage_type storage_type; typedef in boost::atomics::atomic_ref
Dipc_atomic_ref.hpp53 typedef typename base_type::storage_type storage_type; typedef in boost::atomics::ipc_atomic_ref
/external/cronet/tot/third_party/llvm-libc/src/src/stdlib/
Dstr_from_util.h33 using storage_type = typename fputil::FPBits<T>::StorageType; variable

12345