/external/llvm-project/mlir/include/mlir/Interfaces/ |
D | InferTypeOpInterface.td | 1 //===- InferTypeOpInterface.td - Infer Type interfaces -----*- tablegen -*-===// 32 /*desc=*/[{Infer the return types that an op would generate. 82 /*desc=*/[{Infer the components of return type of shape containter.
|
/external/libcxxabi/test/ |
D | lit.cfg | 26 # Infer the libcxx_test_source_root for configuration import. 39 # Infer the test_exec_root from the libcxx_object root.
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | infer-addrpace-pipeline.ll | 5 ; GCN: Infer address spaces
|
D | opt-pipeline.ll | 65 ; GCN-O1-NEXT: Infer set function attributes 103 ; GCN-O1-NEXT: Infer address spaces 376 ; GCN-O2-NEXT: Infer set function attributes 415 ; GCN-O2-NEXT: Infer address spaces 735 ; GCN-O3-NEXT: Infer set function attributes 778 ; GCN-O3-NEXT: Infer address spaces
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 337 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() 343 TypeInfer &Infer; member 348 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() 349 Infer.Validate = false; in SuppressValidation() 352 Infer.Validate = SavedValidate; in ~SuppressValidation() 354 TypeInfer &Infer; member 898 TypeInfer Infer; variable 969 TypeInfer &getInfer() { return Infer; } in getInfer()
|
/external/llvm-project/clang/lib/APINotes/ |
D | APINotesYAMLCompiler.cpp | 142 Infer, enumerator 159 FactoryAsInitKind FactoryAsInit = FactoryAsInitKind::Infer; 174 IO.enumCase(FIK, "A", FactoryAsInitKind::Infer); in enumeration() 193 IO.mapOptional("FactoryAsInit", M.FactoryAsInit, FactoryAsInitKind::Infer); in mapping()
|
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
D | ShapeInferenceInterface.td | 25 InterfaceMethod<"Infer and set the output shape for the current operation.",
|
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
D | ShapeInferenceInterface.td | 25 InterfaceMethod<"Infer and set the output shape for the current operation.",
|
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
D | ShapeInferenceInterface.td | 25 InterfaceMethod<"Infer and set the output shape for the current operation.",
|
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
D | ShapeInferenceInterface.td | 25 InterfaceMethod<"Infer and set the output shape for the current operation.",
|
/external/llvm-project/libunwind/test/ |
D | lit.site.cfg.in | 47 # Infer the test_exec_root from the build directory.
|
/external/tflite-support/tensorflow_lite_support/cc/task/core/ |
D | base_task_api.h | 96 tflite::support::StatusOr<OutputType> Infer(InputTypes... args) { in Infer() function
|
/external/llvm-project/libcxxabi/test/ |
D | lit.site.cfg.in | 53 # Infer the test_exec_root from the build directory.
|
/external/libcxx/test/ |
D | lit.cfg | 29 # Infer the test_exec_root from the libcxx_object root.
|
/external/llvm-project/libcxx/test/configs/ |
D | legacy.cfg.in | 59 # Infer the test_exec_root from the libcxx_object root.
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/ |
D | customized_task_api.md | 76 …BaseTaskApi::Infer`](https://github.com/tensorflow/tflite-support/blob/master/tensorflow_lite_supp… 86 // Model specific function delegating calls to BaseTaskApi::Infer 88 return Infer(context, question).value();
|
/external/llvm-project/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/ |
D | inline-asm.ll | 58 ; One output is SGPR, one is VGPR. Infer divergent for the aggregate, but uniform on the SGPR extra…
|
/external/rust/crates/serde_derive/src/internals/ |
D | receiver.rs | 148 Type::Infer(_) | Type::Never(_) | Type::Verbatim(_) => {} in visit_type_mut_impl()
|
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/ |
D | bert_question_answerer.cc | 158 return Infer(context, question).value(); in Answer()
|
/external/rust/crates/serde_derive/src/ |
D | bound.rs | 185 syn::Type::Infer(_) | syn::Type::Never(_) | syn::Type::Verbatim(_) => {} in with_bound()
|
/external/grpc-grpc/doc/ |
D | command_line_tool.md | 18 - Infer request/response types from server reflection result.
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
D | object_detector.cc | 443 return Infer(frame_buffer, roi); in Detect()
|
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/ |
D | nl_classifier.cc | 184 return Infer(text).value(); in Classify()
|
/external/rust/crates/syn/src/ |
D | ty.rs | 32 Infer(TypeInfer), 636 input.parse().map(Type::Infer) in ambig_ty()
|
/external/llvm-project/mlir/docs/Tutorials/Toy/ |
D | Ch-4.md | 292 InterfaceMethod<"Infer and set the output shape for the current operation.", 313 /// Infer the output shape of the MulOp, this is required by the shape inference
|