Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_api_experimental.h

        TF_Status* status);
    // Get the number of dimension of a variable
    TF_CAPI_EXPORT extern int TF_CheckpointReaderGetVariableNumDims(
        TF_CheckpointReader* reader, const char* name);
    // Load the weight of a variable
    TF_CAPI_EXPORT extern TF_Tensor* TF_CheckpointReaderGetTensor(
        TF_CheckpointReader* reader, const char* name, TF_Status* status);
    
    // TF_NewAttrBuilder() returns an object that you can set attributes on as
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Apr 27 21:07:00 GMT 2023
    - 15.1K bytes
    - Viewed (0)
Back to top