Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_EXCLUSIVE_LOCK_FUNCTION (0.32 sec)

  1. tensorflow/compiler/jit/variable_info_util.h

    //
    // If the variable is read_only(), only acquires reader locks.
    Status LockVariables(absl::Span<VariableInfo*> variables)
        TF_EXCLUSIVE_LOCK_FUNCTION();
    Status LockVariables(absl::Span<VariableInfo> variables)
        TF_EXCLUSIVE_LOCK_FUNCTION();
    
    // Returns a vector of VariableInfo instances for the resource variable inputs,
    // given that *all* inputs are in `inputs`. The input indices for the resource
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 14 21:57:02 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top