Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ComputeBodyNodes (0.17 sec)

  1. tensorflow/c/c_api_function.cc

        output_tensors->emplace_back(node, idx);
      }
      return absl::OkStatus();
    }
    
    // Populates `body_nodes` with the nodes that will become function's body.
    // Performs various checks.
    Status ComputeBodyNodes(
        const TF_Graph* fn_body, const char* fn_name, int num_opers,
        const TF_Operation* const* opers,
        const std::unordered_map<const Node*, std::vector<int>>& input_nodes,
        std::vector<const Node*>* body_nodes)
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 13.6K bytes
    - Viewed (2)
Back to top