Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_ReleaseVariableInputLockHolder (0.34 sec)

  1. tensorflow/c/kernels_experimental.h

        TF_OpKernelContext* ctx, int32_t input_index, int32_t output_index);
    
    // The API releases the opaque lock handle returned with
    // `TF_MaybeLockVariableInputMutexesInOrder` API
    TF_CAPI_EXPORT extern void TF_ReleaseVariableInputLockHolder(
        TF_VariableInputLockHolder* lockHolder);
    
    // Allows plugin to get TF_Tensor when passed its input_name
    TF_CAPI_EXPORT extern void TF_GetInputByName(TF_OpKernelContext* ctx,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 07 14:44:39 UTC 2023
    - 9.4K bytes
    - Viewed (0)
Back to top