Home
last modified time | relevance | path

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

/external/expat/xmlwf/
Dxmlwf_helpgen.py70 output_mode = output_related.add_mutually_exclusive_group() variable
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dcategory_encoding_benchmark.py36 def run_dataset_implementation(self, output_mode, batch_size, sequence_length, argument
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dinteger_lookup.py290 output_mode=index_lookup.INT, argument
Dstring_lookup.py289 output_mode=index_lookup.INT, argument
Dcategory_encoding.py121 output_mode=MULTI_HOT, argument
Dcategory_encoding_test.py485 def test_end_to_end_bagged_modeling(self, output_mode, num_tokens): argument
Dtext_vectorization.py232 output_mode=INT, argument
Dindex_lookup.py158 output_mode=INT, argument
Dtext_vectorization_test.py1400 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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/
Dgav1_jni.cc588 const int output_mode = in DECODER_FUNC() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/
Dgav1_jni.cc588 const int output_mode = in DECODER_FUNC() local
/external/libcups/scheduler/
Dprinters.c3854 *output_mode, /* OutputMode option */ in load_ppd() local
/external/libcups/cups/
Dppd-cache.c1408 *output_mode, /* com.apple.print.preset.output-mode value */ in _ppdCacheCreateWithPPD() local
/external/igt-gpu-tools/tools/
Dintel_gpu_top.c706 } output_mode; variable
/external/kernel-headers/original/uapi/linux/
Drkisp1-config.h286 __u32 output_mode; member
/external/crosvm/gpu_display/src/
Ddisplay_wl.c171 static void output_mode(void *data, struct wl_output *output, uint32_t flags, in output_mode() function
/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