Home
last modified time | relevance | path

Searched defs:itype (Results 1 – 25 of 107) sorted by relevance

12345

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_grad.cc416 DataType itype; in ReverseV2Grad() local
440 DataType itype; in SliceGrad() local
475 DataType itype; in StridedSliceGrad() local
512 DataType itype; in StridedSliceGradGrad() local
554 DataType itype; in BroadcastToGrad() local
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_sparse.py135 def test_idnet(self, dtype, itype, layout): argument
156 def test_sumnet(self, dtype, itype, layout): argument
180 def test_eltwisenet(self, dtype, itype, layout): argument
202 def test_todensenet(self, dtype, itype, layout): argument
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_ident.c56 decode_ii(const uint8_t * iip, int ii_len, int itype, bool ascii, in decode_ii()
132 int itype = 0; in main() local
/aosp_15_r20/external/elfutils/backends/
H A Dlinux-core-note.c140 #define FIELD(igroup, itype, item, fmt, ...) \ argument
176 #define FIELD(igroup, itype, item, fmt, ...) \ argument
/aosp_15_r20/external/executorch/backends/cadence/hifi/kernels/
H A Dkernels.cpp208 #define typed_requantize_val(itype, otype) \ argument
221 #define typed_requantize_vec(itype, otype) \ argument
/aosp_15_r20/hardware/interfaces/broadcastradio/common/utils2x/
H A DUtils.cpp137 auto itype = static_cast<uint32_t>(type); in maybeGetId() local
178 auto itype = static_cast<uint32_t>(type); in getAllIds() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dconvert_type.cc50 } else if (auto itype = type.dyn_cast<mlir::IntegerType>()) { in ConvertTypeToTensorType() local
H A Dconstant_utils.cc71 } else if (auto itype = element_type.dyn_cast<mlir::IntegerType>()) { in CreateConstOpWithSingleValue() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dbatch_scatter_ops_test.py47 itype, argument
H A Dscatter_ops_test.py130 itype, argument
H A Dscatter_nd_ops_test.py111 itype, argument
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_nir.c104 const struct glsl_type *itype = var->interface_type; in nir_vk_is_not_xfb_output() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dconvert_type.cc106 } else if (auto itype = type.dyn_cast<mlir::IntegerType>()) { in ConvertScalarTypeToDataType() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/v1_compat_tests/
H A Dscatter_nd_ops_test.py76 itype, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dconvert_types.cc110 } else if (auto itype = type.dyn_cast<IntegerType>()) { in ConvertScalarTypeToDataType() local
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_scalar_methods.py246 def test_small(self, itype): argument
/aosp_15_r20/hardware/interfaces/broadcastradio/common/utils1x/
H A DUtils.cpp128 auto itype = static_cast<uint32_t>(type); in maybeGetId() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dscatter_nd_op_test.py74 itype, argument
/aosp_15_r20/external/libffi/src/alpha/
H A Dffi.c70 ffi_type *rtype, *itype; in ffi_prep_cif_machdep() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_gather_xfb_info.c244 const struct glsl_type *itype = var->interface_type; in nir_gather_xfb_info_with_varyings() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DCuFFTPlanCache.h298 cudaDataType itype, otype, exec_type; in CuFFTConfig() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/
H A Dtest_comparisons_fp.cpp35 static char itype[32] = { 0 }; variable
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_progvar.cpp1093 int itype; in l_write_read() local
1305 int itype; in l_init_write_read() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp500 auto itype = type_lookop.find(type_str); in from_string() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/types/
H A Ddialect.cc563 } else if (auto itype = type.dyn_cast<IntegerType>()) { in get() local

12345