Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ResourceIdVec (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/check_control_dependencies.cc

    // this runtime is negligible (typically at least one of the resource ID vectors
    // is small).
    bool ResourceIdsHaveDependency(const ResourceIdVec& resource_ids,
                                   const ResourceIdVec& other_resource_ids) {
      for (const auto& [resource_id, read_only] : resource_ids) {
        for (const auto& [other_resource_id, other_read_only] :
             other_resource_ids) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 23:50:19 UTC 2022
    - 10.2K bytes
    - Viewed (0)
Back to top