Home
last modified time | relevance | path

Searched refs:GetInferenceTypeAnnotation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/common/
H A Dtargets.h97 inline llvm::Optional<InferenceType> GetInferenceTypeAnnotation(Operation* op) { in GetInferenceTypeAnnotation() function
134 auto inference_type = GetInferenceTypeAnnotation(op); in GetInferenceDeviceTypeForOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Dget_alternative_subgraph.cc159 auto current_inference_type = GetInferenceTypeAnnotation(func); in GetAlternativeGraphForFunc()