Searched refs:preprocessing (Results 1 – 25 of 157) sorted by relevance
1234567
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
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.
|
/external/tensorflow/tensorflow/tools/ci_build/linux/rocm/ |
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 \
|
/external/webp/src/enc/ |
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()
|
/external/clang/test/Index/ |
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…
|
D | targeted-cursor.m | 3 …pple-macosx10.7 -x objective-c-header %S/targeted-cursor.m.h -Xclang -detailed-preprocessing-record
|
D | pch-with-module.m | 5 // RUN: -Xclang -fdisable-module-hash -Xclang -detailed-preprocessing-record -Xclang -verify
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/ |
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_…
|
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_…
|
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_…
|
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_…
|
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_…
|
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_…
|
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_…
|
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_…
|
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_…
|
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_…
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
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",
|
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",
|
/external/ply/ply/test/ |
D | testcpp.py | 15 def preprocessing(in_, out_queue): function 34 target = preprocessing,
|
/external/tensorflow/tensorflow/tools/toolchains/clang6/ |
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"
|
/external/tensorflow/tensorflow/tools/docs/ |
D | generate2_test.py | 47 fake_tf.keras.preprocessing = tf.keras.preprocessing
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SnapshotDataset.pbtxt | 20 If not, it will run the preprocessing pipeline as usual, and write out a
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | README.chromium | 11 … aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually…
|
/external/cronet/third_party/icu/source/config/ |
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>
|
/external/icu/icu4c/source/config/ |
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>
|
1234567