Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_ShapeInferenceContextWithRankAtMost (0.39 sec)

  1. tensorflow/c/ops.h

    // If <handle> has rank at most <rank>, or its rank is unknown, return OK and
    // return the shape with asserted rank in <*result>. Otherwise an error is
    // placed into `status`.
    TF_CAPI_EXPORT extern void TF_ShapeInferenceContextWithRankAtMost(
        TF_ShapeInferenceContext* ctx, TF_ShapeHandle* handle, int64_t rank,
        TF_ShapeHandle* result, TF_Status* status);
    
    // Places a handle to the ith dimension of the given shape into *result.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top