Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_TemporaryVariable (0.16 sec)

  1. tensorflow/c/kernels_experimental.h

    // an error when the following conditions are met:
    //   1. Cannot allocate a new temporary variable
    //   2. Calling plugin allocator failed
    TF_CAPI_EXPORT extern void TF_TemporaryVariable(
        TF_OpKernelContext* ctx, TF_DataType dtype, const int64_t* dims,
        int num_dims, TF_StringView* var_name,
        void (*plugin_allocator)(TF_OpKernelContext*, TF_Tensor*, TF_DataType,
    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