Home
last modified time | relevance | path

Searched refs:return_dtype (Results 1 – 11 of 11) sorted by relevance

/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/arm_cpu/
H A Dbitserial_conv2d.py207 return_dtype = 'int16x8'
213 return_dtype = 'uint16x8'
218 irb.emit(zz.vstore(0, tvm.const(0, return_dtype)))
245 out = tvm.call_llvm_intrin(return_dtype, vpadalu,
246 args_2, zz.vload(0, return_dtype), shifted_cnts)
263 out = tvm.call_llvm_intrin(return_dtype, vpadalu,
264 args_2, zz.vload(0, return_dtype), shifted_cnts)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/arm_cpu/
H A Dbitserial_conv2d.py270 return_dtype = "int16x8"
276 return_dtype = "uint16x8"
281 irb.emit(zz.vstore(0, tvm.tir.const(0, return_dtype)))
313 return_dtype, vpadalu, args_2, zz.vload(0, return_dtype), shifted_cnts
336 return_dtype, vpadalu, args_2, zz.vload(0, return_dtype), shifted_cnts
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/arm_cpu/
H A Dbitserial_conv2d.py207 return_dtype = 'int16x8'
213 return_dtype = 'uint16x8'
218 irb.emit(zz.vstore(0, tvm.const(0, return_dtype)))
245 out = tvm.call_llvm_intrin(return_dtype, vpadalu,
246 args_2, zz.vload(0, return_dtype), shifted_cnts)
263 out = tvm.call_llvm_intrin(return_dtype, vpadalu,
264 args_2, zz.vload(0, return_dtype), shifted_cnts)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/linear_model/
H A D_least_angle.py505 return_dtype = next(iter(dtypes))
508 return_dtype = np.float64
511 coefs = np.zeros((max_features + 1, n_features), dtype=return_dtype)
512 alphas = np.zeros(max_features + 1, dtype=return_dtype)
515 np.zeros(n_features, dtype=return_dtype),
516 np.zeros(n_features, dtype=return_dtype),
519 np.array([0.0], dtype=return_dtype),
520 np.array([0.0], dtype=return_dtype),
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_ftn.cpp242 DTYPE return_dtype; in ll_process_routine_parameters() local
295 return_dtype = DT_INT; in ll_process_routine_parameters()
296 set_ag_return_lltype(gblsym, make_lltype_from_dtype(return_dtype)); in ll_process_routine_parameters()
298 return_dtype = get_return_type(func_sptr); in ll_process_routine_parameters()
304 get_llvm_name(func_sptr), stb.scnames[sc], func_sptr, return_dtype, in ll_process_routine_parameters()
305 stb.tynames[DTY(return_dtype)]) in ll_process_routine_parameters()
527 add_ag_typename(gblsym, char_type(return_dtype, SPTR_NULL)); in ll_process_routine_parameters()
H A Dllutil.cpp118 DTYPE return_dtype,
3718 ll_abi_classify_return_dtype(abi, return_dtype); in ll_abi_for_missing_prototype()
3720 return_dtype, ERR_Fatal); in ll_abi_for_missing_prototype()
3722 return_dtype, ERR_Fatal); in ll_abi_for_missing_prototype()
3723 ll_abi_complete_arg_info(abi, &abi->arg[0], return_dtype); in ll_abi_for_missing_prototype()
3739 DTYPE return_dtype = DT_NONE; in ll_abi_from_call_site() local
3763 return_dtype = ILI_DTyOPND(gargret, 3); in ll_abi_from_call_site()
3775 if (!return_dtype && ret_dtype) in ll_abi_from_call_site()
3776 return_dtype = ret_dtype; in ll_abi_from_call_site()
3779 if (!return_dtype) in ll_abi_from_call_site()
[all …]
H A Dcgmain.cpp629 DTYPE return_dtype; in analyze_ret_info() local
642 return_dtype = DT_INT; in analyze_ret_info()
645 return_dtype = get_return_type(func_sptr); in analyze_ret_info()
1876 DTYPE return_dtype = DTyReturnType(call_dtype); in gen_llvm_atomic_intrinsic_for_builtin() local
1884 base_dtype = return_dtype; in gen_llvm_atomic_intrinsic_for_builtin()
1914 op_type = make_lltype_from_dtype(return_dtype); in gen_llvm_atomic_intrinsic_for_builtin()
1936 int return_dtype; in gen_llvm_intrinsic_for_builtin() local
4364 DTYPE return_dtype) in gen_llvm_atomicrmw_instruction() argument
10712 DTYPE return_dtype; in process_extern_function_sptr() local
10732 return_dtype = dtype; in process_extern_function_sptr()
[all …]
H A Dllutil.h883 void ll_abi_classify_return_dtype(LL_ABI_Info *abi, DTYPE return_dtype);
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/pymoab/pymoab/
H A Dtypes.pyx176 def _convert_array(iterable, accepted_types, return_dtype): argument
179 if isinstance(iterable, np.ndarray) and iterable.dtype == return_dtype:
185 return np.fromiter(iterable, return_dtype)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/
H A Dvalidation.py190 return_dtype = np.float32
192 return_dtype = np.float64
193 return X.astype(return_dtype)
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dd.cxx3845 String *return_dtype = getPrimitiveDptype(node, return_type); in getPrimitiveDptype() local
3847 if (!return_dtype) { in getPrimitiveDptype()
3862 Delete(return_dtype); in getPrimitiveDptype()
3883 return_dtype, param_list); in getPrimitiveDptype()
3886 Delete(return_dtype); in getPrimitiveDptype()