Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOrderedNodes (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // Returns the list of nodes in the graph. Nodes are presented in the reverse
      // order of a post-order depth-first visit starting from the graph's source
      // nodes.
      llvm::ArrayRef<Node*> GetOrderedNodes() const { return ordered_nodes_; }
    
      // Returns the inferred input type at index `idx` of the `node` in the
      // context.
      absl::StatusOr<mlir::Type> InferInputType(const Node& node, int idx,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top