Home
last modified time | relevance | path

Searched refs:preprocessing (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D082-invalid-paste.c.expected2 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 Drun_gpu_multi.sh88 //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 Dconfig_enc.c45 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 Dwebp_enc.c353 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 DCROSSTOOL.tpl211 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 Dapi_init_files_v1.bzl148 "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 Dapi_init_files.bzl164 "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 Dpch-with-errors.m26 // 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 Dcategory_vocab_list_indicator_dense_benchmark.py22 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 Dcategory_vocab_list_indicator_varlen_benchmark.py23 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 Dcategory_cross_hash_dense_benchmark.py22 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 Dcategory_hash_varlen_benchmark.py22 from tensorflow.python.keras.layers.preprocessing import hashing
23 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
H A Dcategory_vocab_list_varlen_benchmark.py23 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 Dcategory_vocab_list_dense_benchmark.py22 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 Dbucketized_column_dense_benchmark.py24 from tensorflow.python.keras.layers.preprocessing import discretization
25 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
H A Dcategory_hash_dense_benchmark.py23 from tensorflow.python.keras.layers.preprocessing import hashing
24 from tensorflow.python.keras.layers.preprocessing.benchmarks import feature_column_benchmark as fc_…
H A Dcategory_vocab_file_varlen_benchmark.py26 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 Dcategory_vocab_file_dense_benchmark.py24 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 Dtestcpp.py15 def preprocessing(in_, out_queue): function
34 target = preprocessing,
/aosp_15_r20/external/tensorflow/tensorflow/tools/docs/
H A Dgenerate2_test.py47 fake_tf.keras.preprocessing = tf.keras.preprocessing
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cpp245 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/
Dcpp.info65 * 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 D2007-OriginalClangReadme.txt39 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 Dmh-hpux-acc26 # 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 Dmh-hpux-acc26 # 823 Redundant preprocessing concatenation operation results in two valid
27 # preprocessing tokens. This comes from INT64_C in <inttypes.h>

12345678910>>...12