Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lock_held_ (0.22 sec)

  1. tensorflow/compiler/jit/variable_info_util.cc

        absl::Span<VariableInfo const> variable_args,
        absl::flat_hash_map<int, const VariableInfo*>& variable_info_lookup) {
      for (const VariableInfo& info : variable_args) {
        if (!(!info.var() || info.lock_held() || info.shared_lock_held())) {
          return errors::Internal(
              "Need to hold the lock on resource variables "
              "before calling BuildXlaCompilerArguments");
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top