Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc189 class ImporterBase { class
191 explicit ImporterBase( in ImporterBase() function in tensorflow::__anon83888ea00111::ImporterBase
549 Status ImporterBase::RemoveBackedges(const Graph& graph) { in RemoveBackedges()
614 StatusOr<std::pair<Node*, bool>> ImporterBase::CreatePlaceholderNodeForFeed( in CreatePlaceholderNodeForFeed()
664 Status ImporterBase::GetInputOutputNodes( in GetInputOutputNodes()
705 Status ImporterBase::AddNodesToShapeRefiner( in AddNodesToShapeRefiner()
937 StatusOr<mlir::Type> ImporterBase::InferInputType(const Node& node, int idx, in InferInputType()
955 StatusOr<mlir::Type> ImporterBase::InferOutputType(const Node& node, int idx, in InferOutputType()
1090 StatusOr<TensorType> ImporterBase::ConvertDataTypeAndShape( in ConvertDataTypeAndShape()
1109 StatusOr<TensorType> ImporterBase::ConvertElementTypeAndShape( in ConvertElementTypeAndShape()
[all …]