Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for describe (0.15 sec)

  1. tensorflow/c/c_api.h

    // 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`.
    //
    // If the number of dimensions is unknown, `num_dims` must be set to
    // -1 and `dims` can be null. If a dimension is unknown, the
    // corresponding entry in the `dims` array must be -1.
    //
    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)
Back to top