Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ziga (0.2 sec)

  1. tensorflow/c/c_api.h

    // Once created and added to graphs, functions can be invoked by creating an
    // operation whose operation type matches the function name.
    typedef struct TF_Function TF_Function;
    
    // Function definition options. TODO(iga): Define and implement
    typedef struct TF_FunctionOptions TF_FunctionOptions;
    
    // Sets the shape of the Tensor referenced by `output` in `graph` to
    // the shape described by `dims` and `num_dims`.
    //
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  2. tensorflow/c/eager/c_api.h

                                                  TF_Status* out_status);
    
    // Sets the attribute attr_name to be a function specified by 'function'.
    //
    // TODO(ashankar,iga): Add this functionality to the C API for graph
    // construction. Perhaps we want an AttrValueMap equivalent in the C API?
    TF_CAPI_EXPORT extern void TFE_OpSetAttrFunction(TFE_Op* op,
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Apr 27 21:07:00 GMT 2023
    - 22.8K bytes
    - Viewed (1)
Back to top