Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc248 StatusOr<mlir::Type> InferInputType(const Node& node, int idx,
937 StatusOr<mlir::Type> ImporterBase::InferInputType(const Node& node, int idx, in InferInputType() function in tensorflow::__anon83888ea00111::ImporterBase
2148 TF_ASSIGN_OR_RETURN(auto type, InferInputType(*node, /*idx=*/0, builder)); in InferLibFunctionType()
2479 InferInputType(*ret_node.node, /*idx=*/0, builder)); in GetArgsRetsAndTypesFromFunctionGraph()