Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_GetInputTensorFromVariable (0.2 sec)

  1. tensorflow/c/kernels_experimental.h

    // variable passed with input index. The caller takes ownership of the `source`
    // and `dest` tensors and is responsible for freeing them with TF_DeleteTensor.
    TF_CAPI_EXPORT extern void TF_GetInputTensorFromVariable(
        TF_OpKernelContext* ctx, int input, bool lock_held, bool isVariantType,
        bool sparse,
        void (*copyFunc)(TF_OpKernelContext* ctx, TF_Tensor* source,
                         TF_Tensor* dest),
    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