| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | data_type.cc | 28 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/ |
| D | util.cc | 29 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()
|
| D | tensor_desc.cc | 388 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
|
| D | arguments.cc | 152 std::string DataTypeToGlType(DataType data_type, int vec_size, in DataTypeToGlType()
|
| /external/linux-kselftest/tools/testing/selftests/mincore/ |
| D | mincore_selftest.c | 190 int vec_size; in TEST() local 295 int vec_size; in TEST() local
|
| /external/libaom/av1/common/x86/ |
| D | av1_txfm_sse4.c | 19 const int vec_size = size >> 2; in av1_round_shift_array_sse4_1() local
|
| /external/libbrillo/brillo/dbus/ |
| D | data_serialization_fuzzer.cc | 159 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/ |
| D | impl.cpp | 107 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/ |
| D | test_op_vector_times_scalar.cpp | 40 int vec_size = sizeof(Tv) / sizeof(Ts); in test_vector_times_scalar() local
|
| /external/libaom/aom_dsp/ |
| D | fft.c | 60 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/ |
| D | ClTemplatePool2d.cpp | 462 …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/ |
| D | CLPadLayerKernel.cpp | 98 …const unsigned int vec_size = adjust_vec_size(std::min(16U, 32U / static_cast<unsig… in configure() local
|
| D | CLReductionOperationKernel.cpp | 117 …unsigned int vec_size = (is_data_type_quantized(input->info()->data_type()) && (axi… in configure() local
|
| /external/ComputeLibrary/src/gpu/cl/kernels/ |
| D | ClScaleKernel.cpp | 121 unsigned int vec_size = 0; in configure() local
|
| D | ClMulKernel.cpp | 166 …const unsigned int vec_size = adjust_vec_size(16 / dst->element_size(), dst->dimension(0)… in configure() local
|
| D | ClIm2ColKernel.cpp | 213 const unsigned int vec_size = num_elems_processed_per_iteration; in configure_opencl_kernel() local
|
| /external/ComputeLibrary/arm_compute/core/ |
| D | Utils.h | 1222 inline unsigned int adjust_vec_size(unsigned int vec_size, size_t dim0) in adjust_vec_size()
|
| /external/mesa3d/src/compiler/glsl/ |
| D | serialize.cpp | 479 unsigned vec_size = in write_uniforms() local 548 unsigned vec_size = in read_uniforms() local
|
| /external/libchrome/base/trace_event/ |
| D | process_memory_dump.cc | 112 DWORD vec_size = static_cast<DWORD>( in CountResidentBytes() local
|
| /external/cronet/base/trace_event/ |
| D | process_memory_dump.cc | 131 DWORD vec_size = static_cast<DWORD>( in CountResidentBytes() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
| D | conv_metal_simd.cc | 348 int vec_size, int o_group_size, in OIToVecOIOGroupIO()
|
| /external/angle/src/compiler/translator/ |
| D | gen_builtin_symbols.py | 1126 def specific_type(self, vec_size): argument
|
| /external/ComputeLibrary/src/core/CL/cl_kernels/ |
| D | helpers.h | 427 #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
|
| D | load_store_utility.h | 584 #define STORE_VECTOR_SELECT(basename, data_type, ptr, vec_size, leftover, cond) \ argument
|
| /external/mesa3d/src/amd/llvm/ |
| D | ac_llvm_build.c | 579 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in ac_build_expand() local 2527 unsigned vec_size = LLVMGetVectorSize(type); in ac_const_uint_vec() local
|