Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsPotentiallySameResource (0.2 sec)

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

    // would need to return false if one resource is unknown and the other one is
    // self-dependent-only. This could cause unreported extra dependencies for such
    // cases.
    bool IsPotentiallySameResource(TF::ResourceId resource_id,
                                   TF::ResourceId other_resource_id) {
      return (resource_id == TF::kUnknownResourceId ||
              other_resource_id == TF::kUnknownResourceId ||
    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