Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtranslate_utils.h39 ::stream_executor::port::StatusOr<int64_t> GetTfGraphProducerVersion(
Dtranslate_utils.cc68 ::stream_executor::port::StatusOr<int64_t> GetTfGraphProducerVersion( in GetTfGraphProducerVersion() function
Dcompile_mlir_util.cc230 auto producer_or = GetTfGraphProducerVersion(module); in RefineShapes()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc388 tensorflow::GetTfGraphProducerVersion( in PrepareParams()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc1647 auto producer_or = tensorflow::GetTfGraphProducerVersion(module); in InferModuleShape()