Home
last modified time | relevance | path

Searched defs:output_mode (Results 1 – 20 of 20) sorted by relevance

/external/expat/xmlwf/
Dxmlwf_helpgen.py62 output_mode = output_related.add_mutually_exclusive_group() variable
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dcategory_encoding_benchmark.py39 def run_dataset_implementation(self, output_mode, batch_size, sequence_length, argument
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dtext_vectorization_v1.py84 output_mode=text_vectorization.INT, argument
Dinteger_lookup.py257 output_mode=index_lookup.INT, argument
Dstring_lookup.py258 output_mode=index_lookup.INT, argument
Dcategory_encoding_test.py369 def test_end_to_end_bagged_modeling(self, output_mode, num_tokens): argument
Dcategory_encoding.py107 output_mode=BINARY, argument
Dtext_vectorization.py251 output_mode=INT, argument
Dindex_lookup.py115 output_mode=INT, argument
Dtext_vectorization_test.py1331 def test_end_to_end_bagged_modeling(self, output_mode, pad_to_max_tokens): argument
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.h80 enum tgsi_output_mode output_mode:3; member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.h81 enum tgsi_output_mode output_mode:4; member
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp349 CPSOutput::OutputMode output_mode = in CPSPrinterDriver() local
/external/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc593 const int output_mode = in DECODER_FUNC() local
/external/crosvm/gpu_display/src/
Ddisplay_wl.c116 static void output_mode(void *data, struct wl_output *output, uint32_t flags, in output_mode() function
/external/libcups/scheduler/
Dprinters.c3854 *output_mode, /* OutputMode option */ in load_ppd() local
/external/igt-gpu-tools/tools/
Dintel_gpu_top.c706 } output_mode; variable
/external/libcups/cups/
Dppd-cache.c1408 *output_mode, /* com.apple.print.preset.output-mode value */ in _ppdCacheCreateWithPPD() local
/external/kernel-headers/original/uapi/linux/
Drkisp1-config.h286 __u32 output_mode; member
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc3558 GeneratorOptions::OutputMode GeneratorOptions::output_mode() const { in output_mode() function in google::protobuf::compiler::js::GeneratorOptions