Home
last modified time | relevance | path

Searched defs:OutputType (Results 1 – 25 of 54) sorted by relevance

123

/external/clang/lib/Driver/
DAction.cpp76 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
81 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
86 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
91 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction()
96 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction()
101 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction()
106 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) in AssembleJobAction()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h30 typedef T OutputType; typedef
40 typedef ToT OutputType; typedef
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DOutputType.java33 public enum OutputType { enum
142 private OutputType(int value) { in OutputType() method in OutputType
/external/pytorch/torch/csrc/api/include/torch/data/transforms/
Dbase.h36 using OutputType = Output; variable
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/performance_testing/
DBinaryOpSingleOutputPerf.h131 #define BINARY_OP_SINGLE_OUTPUT_PERF(OutputType, InputType, myFunc, otherFunc, \ argument
139 #define BINARY_OP_SINGLE_OUTPUT_PERF_EX(OutputType, InputType, myFunc, \ argument
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/performance_testing/
DBinaryOpSingleOutputPerf.h131 #define BINARY_OP_SINGLE_OUTPUT_PERF(OutputType, InputType, myFunc, otherFunc, \ argument
139 #define BINARY_OP_SINGLE_OUTPUT_PERF_EX(OutputType, InputType, myFunc, \ argument
/external/llvm-libc/test/src/math/performance_testing/
DBinaryOpSingleOutputPerf.h131 #define BINARY_OP_SINGLE_OUTPUT_PERF(OutputType, InputType, myFunc, otherFunc, \ argument
139 #define BINARY_OP_SINGLE_OUTPUT_PERF_EX(OutputType, InputType, myFunc, \ argument
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmessage_processor.rs448 type OutputType: TryFrom<ApplicationMessageDescription, Error = MlsError> typedef
465 ) -> Result<Self::OutputType, MlsError> { in process_incoming_message()
480 ) -> Result<Self::OutputType, MlsError> { in process_incoming_message_with_time()
495 ) -> Result<EventOrContent<Self::OutputType>, MlsError> { in get_event_from_incoming_message()
531 event_or_content: EventOrContent<Self::OutputType>, in process_event_or_content()
534 ) -> Result<Self::OutputType, MlsError> { in process_event_or_content()
556 ) -> Result<Self::OutputType, MlsError> { in process_auth_content()
991 ) -> Result<EventOrContent<Self::OutputType>, MlsError>; in process_ciphertext()
996 ) -> Result<EventOrContent<Self::OutputType>, MlsError>; in verify_plaintext_authentication()
Dtest_utils.rs434 type OutputType = <Group<TestClientConfig> as MessageProcessor>::OutputType; typedef
490 ) -> Result<EventOrContent<Self::OutputType>, MlsError> { in process_ciphertext()
498 ) -> Result<EventOrContent<Self::OutputType>, MlsError> { in verify_plaintext_authentication()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dimage_segmenter_options.proto41 enum OutputType { enum
/external/webrtc/api/test/
Dframe_generator_interface.h35 enum class OutputType { kI420, kI420A, kI010, kNV12 }; enum
/external/rust/android-crates-io/crates/plotters/src/series/
Dsurface.rs12 type OutputType; typedef
17 result: Self::OutputType, in make_coord()
/external/gemmlowp/internal/
Doutput.h52 using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>; member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go55 OutputType string `json:"output_type"` member
/external/skia/src/gpu/
DBlendFormula.h31 enum OutputType { enum
/external/clang/tools/driver/
Dcc1as_main.cpp108 FileType OutputType; member
228 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dwhitespace_tokenizer_test.cc39 enum OutputType { PADDED, RAGGED }; enum
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DLdmlConverter.java148 public enum OutputType { enum in LdmlConverter
174 OutputType(CldrDataType type) { in OutputType() method in LdmlConverter.OutputType
/external/pytorch/torch/_inductor/
Dcudagraph_utils.py19 OutputType = List[Optional[Union[int, torch.Tensor]]] variable
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h63 enum class OutputType { enum
/external/pytorch/test/cpp/jit/
Dtest_subgraph_rewriter.cpp248 TEST(SubgraphRewriterTest, OutputType) { in TEST() argument
/external/pytorch/torch/_functorch/_aot_autograd/
Dschemas.py32 OutputType = Enum( variable

123