Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF_TemporaryVariable (0.37 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)
  2. tensorflow/c/kernels_experimental.cc

                                           "/frame:", control_frame.frame_id,
                                           "/iter:", control_frame.iter_id);
      }
      return var_name;
    }
    
    void TF_TemporaryVariable(TF_OpKernelContext* ctx, TF_DataType dtype,
                              const int64_t* dims, int num_dims,
                              TF_StringView* var_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:12:29 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top