Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for input_edges (0.1 sec)

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

      // Collect the control operands separately, they will be held by the island.
      mlir::SmallVector<mlir::Value, 8> control_operands;
    
      for (const auto* input_edge : in_edges) {
        const Node& input_node = *input_edge->src();
        if (input_node.IsSource()) {
          if (in_edges.size() != 1) {
            return errors::FailedPrecondition(
                "The node has other inputs besides the _Source node");
    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