Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc3587 class SimpleSavedModelMLIRImportInput : public SavedModelMLIRImportInput { class
3589 static StatusOr<SimpleSavedModelMLIRImportInput> Create( in Create()
3615 return SimpleSavedModelMLIRImportInput(meta_graph_def, debug_info, in Create()
3619 SimpleSavedModelMLIRImportInput(const MetaGraphDef* meta_graph_def, in SimpleSavedModelMLIRImportInput() function in tensorflow::__anon636eac960111::SimpleSavedModelMLIRImportInput
4120 SimpleSavedModelMLIRImportInput::Create( in Convert()
4281 TF_ASSIGN_OR_RETURN(auto input, SimpleSavedModelMLIRImportInput::Create( in ConvertSavedModelV1ToMlirLite()