/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
H A D | LocaleValidityChecker.java | 41 public boolean set(Datatype datatype, String code) { in set() 106 Datatype datatype = Datatype.valueOf(c+""); in isValid() local 151 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() 343 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/ |
H A D | LocaleValidityChecker.java | 36 public boolean set(Datatype datatype, String code) { in set() 101 Datatype datatype = Datatype.valueOf(c+""); in isValid() local 146 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() 338 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
|
/aosp_15_r20/external/angle/build/android/pylib/base/ |
H A D | output_manager.py | 34 self, out_filename, out_subdir, datatype=Datatype.TEXT): argument 61 datatype=Datatype.TEXT): argument 65 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 105 def __init__(self, out_filename, out_subdir, datatype): argument
|
/aosp_15_r20/external/cronet/build/android/pylib/base/ |
H A D | output_manager.py | 34 self, out_filename, out_subdir, datatype=Datatype.TEXT): argument 61 datatype=Datatype.TEXT): argument 65 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 105 def __init__(self, out_filename, out_subdir, datatype): argument
|
/aosp_15_r20/external/angle/build/android/pylib/output/ |
H A D | remote_output_manager.py | 29 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 45 def __init__(self, out_filename, out_subdir, datatype): argument 59 def __init__(self, out_filename, out_subdir, datatype, bucket): argument
|
H A D | local_output_manager.py | 31 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 38 def __init__(self, out_filename, out_subdir, datatype, out_root): argument
|
/aosp_15_r20/external/cronet/build/android/pylib/output/ |
H A D | remote_output_manager.py | 29 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 45 def __init__(self, out_filename, out_subdir, datatype): argument 59 def __init__(self, out_filename, out_subdir, datatype, bucket): argument
|
H A D | local_output_manager.py | 31 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 38 def __init__(self, out_filename, out_subdir, datatype, out_root): argument
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | tensor.c | 21 enum xnn_datatype datatype, in xnn_define_tensor_value() 78 enum xnn_datatype datatype, in xnn_define_quantized_tensor_value() 168 enum xnn_datatype datatype, in xnn_define_channelwise_quantized_tensor_value()
|
/aosp_15_r20/external/angle/build/util/lib/common/ |
H A D | perf_result_data_type.py | 15 def IsValidType(datatype): argument 19 def IsHistogram(datatype): argument
|
/aosp_15_r20/external/cronet/build/util/lib/common/ |
H A D | perf_result_data_type.py | 15 def IsValidType(datatype): argument 19 def IsHistogram(datatype): argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_images_2D.cpp | 204 GLenum datatype; in test_images_read() member 286 GLenum datatype; in test_images_read_cube() member 568 GLenum datatype; in test_images_write() member 667 GLenum datatype; in test_images_write_cube() member
|
H A D | test_images_2D_info.cpp | 89 GLenum datatype; in test_images_2D_getinfo() member 172 GLenum datatype; in test_images_cube_getinfo() member
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | transpose_benchmark.py | 30 def build_graph(device, input_shape, perm, datatype, num_iters): argument 61 def _run_graph(self, device, input_shape, perm, num_iters, datatype): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/sparse/ |
H A D | csr_sparse_matrix_sparse_mat_mul_grad_test.py | 32 def dense_and_sparse_from_vals(vals, datatype): argument 58 def _testLargeBatchSparseMatrixSparseMatMulGrad(self, datatype, transpose_a, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | cublas_pad_for_gemms.cc | 29 static StatusOr<bool> PadForGemm(HloDotInstruction* dot, PrimitiveType datatype, in PadForGemm() 152 PrimitiveType datatype) { in GetRelevantDots()
|
H A D | cublas_pad_for_gemms.h | 34 CublasPadForGemms(PrimitiveType datatype, int32_t pad_to_multiple_of) in CublasPadForGemms()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cudnn/ |
H A D | Descriptors.cpp | 49 void TensorDescriptor::set(cudnnDataType_t datatype, IntArrayRef t_sizes, IntArrayRef t_strides, si… in set() 55 void TensorDescriptor::set(cudnnDataType_t datatype, IntArrayRef t_sizes, IntArrayRef t_strides, si… in set()
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_parameter.c | 272 GLuint size, GLenum datatype, in _mesa_add_parameter() 381 GLenum datatype, GLuint *swizzleOut) in _mesa_add_typed_unnamed_constant()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/miopen/ |
H A D | RNN_miopen.cpp | 77 miopenDataType_t datatype; member 306 const TensorDescriptor& x_desc, miopenDataType_t datatype) in get_num_weights() 461 auto datatype = getMiopenDataType(input); in miopen_rnn() local 572 auto datatype = getMiopenDataType(input); in miopen_rnn_backward_input() local 687 auto datatype = getMiopenDataType(input); in miopen_rnn_backward_weight() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/tests/ |
H A D | mesa_formats.cpp | 62 GLenum datatype = _mesa_uncompressed_format_to_type(f); in TEST_F() local 80 GLenum datatype = _mesa_get_format_datatype(f); in TEST_F() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cudnn/ |
H A D | RNN.cpp | 158 cudnnDataType_t datatype; member 559 cudnnDataType_t datatype) { in get_num_weights() 880 cudnnDataType_t datatype) { in get_parameters() 1418 auto datatype = getCudnnDataType(input); in _cudnn_rnn() local 1695 auto datatype = getCudnnDataType(input); in _cudnn_rnn_backward_input() local 1924 auto datatype = getCudnnDataType(input); in _cudnn_rnn_backward_weight() local 2395 auto datatype = getCudnnDataType(any_param); in try_get_weight_buf() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | format_parser.py | 105 def datatype(self): member in Channel 478 def datatype(self): member in Format
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_renderbuffer.cpp | 191 GLenum datatype; in test_renderbuffer_read() member 441 GLenum datatype; in test_renderbuffer_write() member
|
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenBuffer.py | 33 def __init__(self, size, datatype = 'char', sizetype = 'int', sizeformat = None): argument 172 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None): argument
|