Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtranslate_utils.h34 mlir::LogicalResult ExtractTfVersions(mlir::ModuleOp module,
Dtranslate_utils.cc38 mlir::LogicalResult ExtractTfVersions(mlir::ModuleOp module, in ExtractTfVersions() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc478 if (mlir::succeeded(ExtractTfVersions(module, &versions))) { in Convert()