Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF_ZerosLikeVariant (0.65 sec)

  1. tensorflow/c/kernels_experimental.h

    // tensors unwrapped from the Variant tensors. The caller takes ownership of the
    // `input` and `out` tensors and is responsible for freeing them with
    // TF_DeleteTensor.
    TF_CAPI_EXPORT extern void TF_ZerosLikeVariant(
        TF_OpKernelContext* ctx,
        void (*zeros_like_func)(TF_OpKernelContext* ctx, TF_Tensor* input,
                                TF_Tensor* out),
        TF_Status* status);
    
    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

          "No unary variant unary_op function found for op ZEROS_LIKE Variant "
          "type_name: ",
          type_index_name, " for device type: ", cc_ctx->device()->name());
    }
    
    void TF_ZerosLikeVariant(TF_OpKernelContext* ctx,
                             void (*zeros_like_func)(TF_OpKernelContext* ctx,
                                                     TF_Tensor* input,
    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