Home
last modified time | relevance | path

Searched refs:Infer (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/mlir/include/mlir/Interfaces/
DInferTypeOpInterface.td1 //===- 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/
Dlit.cfg26 # 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/
Dinfer-addrpace-pipeline.ll5 ; GCN: Infer address spaces
Dopt-pipeline.ll65 ; 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/
DCodeGenDAGPatterns.h337 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/
DAPINotesYAMLCompiler.cpp142 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/
DShapeInferenceInterface.td25 InterfaceMethod<"Infer and set the output shape for the current operation.",
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DShapeInferenceInterface.td25 InterfaceMethod<"Infer and set the output shape for the current operation.",
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DShapeInferenceInterface.td25 InterfaceMethod<"Infer and set the output shape for the current operation.",
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DShapeInferenceInterface.td25 InterfaceMethod<"Infer and set the output shape for the current operation.",
/external/llvm-project/libunwind/test/
Dlit.site.cfg.in47 # Infer the test_exec_root from the build directory.
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dbase_task_api.h96 tflite::support::StatusOr<OutputType> Infer(InputTypes... args) { in Infer() function
/external/llvm-project/libcxxabi/test/
Dlit.site.cfg.in53 # Infer the test_exec_root from the build directory.
/external/libcxx/test/
Dlit.cfg29 # Infer the test_exec_root from the libcxx_object root.
/external/llvm-project/libcxx/test/configs/
Dlegacy.cfg.in59 # Infer the test_exec_root from the libcxx_object root.
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dcustomized_task_api.md76 …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/
Dinline-asm.ll58 ; 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/
Dreceiver.rs148 Type::Infer(_) | Type::Never(_) | Type::Verbatim(_) => {} in visit_type_mut_impl()
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_question_answerer.cc158 return Infer(context, question).value(); in Answer()
/external/rust/crates/serde_derive/src/
Dbound.rs185 syn::Type::Infer(_) | syn::Type::Never(_) | syn::Type::Verbatim(_) => {} in with_bound()
/external/grpc-grpc/doc/
Dcommand_line_tool.md18 - Infer request/response types from server reflection result.
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dobject_detector.cc443 return Infer(frame_buffer, roi); in Detect()
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc184 return Infer(text).value(); in Classify()
/external/rust/crates/syn/src/
Dty.rs32 Infer(TypeInfer),
636 input.parse().map(Type::Infer) in ambig_ty()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-4.md292 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

123