Home
last modified time | relevance | path

Searched defs:vec_size (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Ddata_type.cc28 const std::string& vec_type, int vec_size) { in ToGlslType()
109 std::string ToCLDataType(DataType data_type, int vec_size) { in ToCLDataType()
142 std::string ToMetalDataType(DataType data_type, int vec_size) { in ToMetalDataType()
194 std::string ToGlslShaderDataType(DataType data_type, int vec_size, in ToGlslShaderDataType()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc29 DataType dst_type, int vec_size) { in GetGlslConversion()
219 int vec_size) { in GetTypeDeclaration()
233 int vec_size) { in GetZeroValue()
248 int vec_size) { in GetOneValue()
263 DataType dst_type, int vec_size) { in GetTypeConversion()
Dtensor_desc.cc388 const int vec_size = const_expr == "scalar_type" ? 1 : 4; in PerformConstExpr() local
392 const int vec_size = const_expr == "scalar_zero_value" ? 1 : 4; in PerformConstExpr() local
Darguments.cc152 std::string DataTypeToGlType(DataType data_type, int vec_size, in DataTypeToGlType()
/external/linux-kselftest/tools/testing/selftests/mincore/
Dmincore_selftest.c190 int vec_size; in TEST() local
295 int vec_size; in TEST() local
/external/libaom/av1/common/x86/
Dav1_txfm_sse4.c19 const int vec_size = size >> 2; in av1_round_shift_array_sse4_1() local
/external/libbrillo/brillo/dbus/
Ddata_serialization_fuzzer.cc159 int vec_size = data_provider.ConsumeIntegralInRange<int>( in LLVMFuzzerTestOneInput() local
168 int vec_size = data_provider.ConsumeIntegralInRange<int>( in LLVMFuzzerTestOneInput() local
/external/ComputeLibrary/src/cpu/kernels/softmax/generic/neon/
Dimpl.cpp107 constexpr int vec_size = 16; in neon_softmax_logits_1d_quantized() local
281 constexpr int vec_size = 16 / sizeof(T); in neon_softmax_logits_1d_float() local
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_vector_times_scalar.cpp40 int vec_size = sizeof(Tv) / sizeof(Ts); in test_vector_times_scalar() local
/external/libaom/aom_dsp/
Dfft.c60 aom_fft_unpack_func_t unpack, int vec_size) { in aom_fft_2d_gen()
117 aom_fft_transpose_func_t transpose, int vec_size) { in aom_ifft_2d_gen()
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
DClTemplatePool2d.cpp462 …const unsigned int vec_size = adjust_vec_size(((_dst->data_type() == DataType::F32) ? 2 : 4), … in get_window() local
/external/ComputeLibrary/src/core/CL/kernels/
DCLPadLayerKernel.cpp98 …const unsigned int vec_size = adjust_vec_size(std::min(16U, 32U / static_cast<unsig… in configure() local
DCLReductionOperationKernel.cpp117 …unsigned int vec_size = (is_data_type_quantized(input->info()->data_type()) && (axi… in configure() local
/external/ComputeLibrary/src/gpu/cl/kernels/
DClScaleKernel.cpp121 unsigned int vec_size = 0; in configure() local
DClMulKernel.cpp166 …const unsigned int vec_size = adjust_vec_size(16 / dst->element_size(), dst->dimension(0)… in configure() local
DClIm2ColKernel.cpp213 const unsigned int vec_size = num_elems_processed_per_iteration; in configure_opencl_kernel() local
/external/ComputeLibrary/arm_compute/core/
DUtils.h1222 inline unsigned int adjust_vec_size(unsigned int vec_size, size_t dim0) in adjust_vec_size()
/external/mesa3d/src/compiler/glsl/
Dserialize.cpp479 unsigned vec_size = in write_uniforms() local
548 unsigned vec_size = in read_uniforms() local
/external/libchrome/base/trace_event/
Dprocess_memory_dump.cc112 DWORD vec_size = static_cast<DWORD>( in CountResidentBytes() local
/external/cronet/base/trace_event/
Dprocess_memory_dump.cc131 DWORD vec_size = static_cast<DWORD>( in CountResidentBytes() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal_simd.cc348 int vec_size, int o_group_size, in OIToVecOIOGroupIO()
/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1126 def specific_type(self, vec_size): argument
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dhelpers.h427 #define CONVERT_VECTOR_SIZE_TO_PIXEL_UNIT_STR(vec_size) PIXEL_UNIT##vec_size argument
428 #define CONVERT_VECTOR_SIZE_TO_PIXEL_UNIT(vec_size) CONVERT_VECTOR_SIZE_TO_PIXEL_UNIT_STR(vec_size) argument
Dload_store_utility.h584 #define STORE_VECTOR_SELECT(basename, data_type, ptr, vec_size, leftover, cond) \ argument
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c579 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in ac_build_expand() local
2527 unsigned vec_size = LLVMGetVectorSize(type); in ac_const_uint_vec() local

12