/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 082-invalid-paste.c.expected | 2 Pasting "<" and ">" does not give a valid preprocessing token. 4 Pasting "0" and "abc" does not give a valid preprocessing token. 6 Pasting "1" and "=" does not give a valid preprocessing token. 8 Pasting "2" and "~" does not give a valid preprocessing token. 10 Pasting "3" and "-" does not give a valid preprocessing token. 12 Pasting "4" and "+" does not give a valid preprocessing token.
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/linux/rocm/ |
H A D | run_gpu_multi.sh | 88 //tensorflow/python/keras/layers/preprocessing:category_crossing_distribution_test_2gpu \ 89 //tensorflow/python/keras/layers/preprocessing:category_encoding_distribution_test_2gpu \ 90 //tensorflow/python/keras/layers/preprocessing:discretization_distribution_test_2gpu \ 91 //tensorflow/python/keras/layers/preprocessing:hashing_distribution_test_2gpu \ 92 //tensorflow/python/keras/layers/preprocessing:image_preprocessing_distribution_test_2gpu \ 93 //tensorflow/python/keras/layers/preprocessing:index_lookup_distribution_test_2gpu \ 94 //tensorflow/python/keras/layers/preprocessing:text_vectorization_distribution_test_2gpu \
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | config_enc.c | 45 config->preprocessing = 0; in WebPConfigInitInternal() 67 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal() 73 config->preprocessing |= 2; in WebPConfigInitInternal() 83 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal() 88 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal() 115 if (config->preprocessing < 0 || config->preprocessing > 7) return 0; in WebPValidateConfig()
|
H A D | webp_enc.c | 353 if (config->use_sharp_yuv || (config->preprocessing & 4)) { in WebPEncode() 359 if (config->preprocessing & 2) { in WebPEncode()
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/clang6/ |
H A D | CROSSTOOL.tpl | 211 action: "c++-header-preprocessing" 229 action: "c++-header-preprocessing" 247 action: "c++-header-preprocessing" 265 action: "c++-header-preprocessing" 289 action: "c++-header-preprocessing" 335 action: "c++-header-preprocessing" 429 action: "c++-header-preprocessing" 472 action: "c++-header-preprocessing" 490 action: "c++-header-preprocessing" 564 action: "c++-header-preprocessing"
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/api/generator/ |
H A D | api_init_files_v1.bzl | 148 "keras/layers/experimental/preprocessing/__init__.py", 156 "keras/preprocessing/__init__.py", 157 "keras/preprocessing/image/__init__.py", 158 "keras/preprocessing/sequence/__init__.py", 159 "keras/preprocessing/text/__init__.py",
|
H A D | api_init_files.bzl | 164 "keras/layers/experimental/preprocessing/__init__.py", 172 "keras/preprocessing/__init__.py", 173 "keras/preprocessing/image/__init__.py", 174 "keras/preprocessing/sequence/__init__.py", 175 "keras/preprocessing/text/__init__.py",
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | pch-with-errors.m | 26 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record 27 // RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-preprocessing-recor… 28 // RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-preprocessing-record | FileChec…
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/ |
H A D | category_vocab_list_indicator_dense_benchmark.py | 22 from tensorflow.python.keras.layers.preprocessing import category_encoding 23 from tensorflow.python.keras.layers.preprocessing import string_lookup 24 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | category_vocab_list_indicator_varlen_benchmark.py | 23 from tensorflow.python.keras.layers.preprocessing import category_encoding 24 from tensorflow.python.keras.layers.preprocessing import string_lookup 25 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | category_cross_hash_dense_benchmark.py | 22 from tensorflow.python.keras.layers.preprocessing import category_crossing 23 from tensorflow.python.keras.layers.preprocessing import hashing 24 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | category_hash_varlen_benchmark.py | 22 from tensorflow.python.keras.layers.preprocessing import hashing 23 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | category_vocab_list_varlen_benchmark.py | 23 from tensorflow.python.keras.layers.preprocessing import string_lookup 24 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | category_vocab_list_dense_benchmark.py | 22 from tensorflow.python.keras.layers.preprocessing import string_lookup 23 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | bucketized_column_dense_benchmark.py | 24 from tensorflow.python.keras.layers.preprocessing import discretization 25 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | category_hash_dense_benchmark.py | 23 from tensorflow.python.keras.layers.preprocessing import hashing 24 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | category_vocab_file_varlen_benchmark.py | 26 from tensorflow.python.keras.layers.preprocessing import string_lookup 27 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
H A D | category_vocab_file_dense_benchmark.py | 24 from tensorflow.python.keras.layers.preprocessing import string_lookup 25 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
|
/aosp_15_r20/external/ply/ply/test/ |
H A D | testcpp.py | 15 def preprocessing(in_, out_queue): function 34 target = preprocessing,
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/docs/ |
H A D | generate2_test.py | 47 fake_tf.keras.preprocessing = tf.keras.preprocessing
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/ |
H A D | NestedTensorTransformerFunctions.cpp | 245 output_shape] = preprocessing::sdpa_nested_preprocessing(query, key, value); in _scaled_dot_product_flash_attention_nestedtensor_cuda() 299 output_shape] = preprocessing::sdpa_nested_preprocessing(query, key, value); in _scaled_dot_product_efficient_attention_nestedtensor_cuda() 351 preprocessing::sdpa_nested_preprocessing_backward( in _scaled_dot_product_flash_attention_backward_nested()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
D | cpp.info | 65 * The preprocessing language:: 213 * The preprocessing language:: 235 All preprocessing work (the subject of the rest of this manual) is 239 After preprocessing is complete, string and character constants are 400 File: cpp.info, Node: Tokenization, Next: The preprocessing language, Prev: Initial processing, … 406 converted into a sequence of "preprocessing tokens". These mostly 420 change, except when the '##' preprocessing operator is used to paste 430 preprocessing token becomes one compiler token. 433 preprocessing numbers, string literals, punctuators, and other. An 439 preprocessing keyword is 'defined'. *Note Defined::. [all …]
|
/aosp_15_r20/external/llvm/docs/HistoricalNotes/ |
H A D | 2007-OriginalClangReadme.txt | 39 liblex - C/C++/ObjC lexing and preprocessing, identifier hash table, 104 * -Eonly mode does all preprocessing, but does not print the output, 143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
|
/aosp_15_r20/external/icu/icu4c/source/config/ |
H A D | mh-hpux-acc | 26 # 823 Redundant preprocessing concatenation operation results in two valid 27 # preprocessing tokens. This comes from INT64_C in <inttypes.h>
|
/aosp_15_r20/external/cronet/third_party/icu/source/config/ |
H A D | mh-hpux-acc | 26 # 823 Redundant preprocessing concatenation operation results in two valid 27 # preprocessing tokens. This comes from INT64_C in <inttypes.h>
|