Home
last modified time | relevance | path

Searched defs:datatype (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleValidityChecker.java41 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 DLocaleValidityChecker.java36 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 Doutput_manager.py34 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 Doutput_manager.py34 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 Dremote_output_manager.py29 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 Dlocal_output_manager.py31 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 Dremote_output_manager.py29 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 Dlocal_output_manager.py31 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 Dtensor.c21 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 Dperf_result_data_type.py15 def IsValidType(datatype): argument
19 def IsHistogram(datatype): argument
/aosp_15_r20/external/cronet/build/util/lib/common/
H A Dperf_result_data_type.py15 def IsValidType(datatype): argument
19 def IsHistogram(datatype): argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_images_2D.cpp204 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 Dtest_images_2D_info.cpp89 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 Dtranspose_benchmark.py30 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 Dcsr_sparse_matrix_sparse_mat_mul_grad_test.py32 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 Dcublas_pad_for_gemms.cc29 static StatusOr<bool> PadForGemm(HloDotInstruction* dot, PrimitiveType datatype, in PadForGemm()
152 PrimitiveType datatype) { in GetRelevantDots()
H A Dcublas_pad_for_gemms.h34 CublasPadForGemms(PrimitiveType datatype, int32_t pad_to_multiple_of) in CublasPadForGemms()
/aosp_15_r20/external/pytorch/aten/src/ATen/cudnn/
H A DDescriptors.cpp49 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 Dprog_parameter.c272 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 DRNN_miopen.cpp77 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 Dmesa_formats.cpp62 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 DRNN.cpp158 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 Dformat_parser.py105 def datatype(self): member in Channel
478 def datatype(self): member in Format
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_renderbuffer.cpp191 GLenum datatype; in test_renderbuffer_read() member
441 GLenum datatype; in test_renderbuffer_write() member
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/
DbgenBuffer.py33 def __init__(self, size, datatype = 'char', sizetype = 'int', sizeformat = None): argument
172 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None): argument

12345678910>>...16