Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/experimental/grappler/grappler.h

      void* (*create_func)();
    
      // Optimizer function for optimizer. The first param is an optimizer created
      // by create_func. The second param is input graph. The third param is
      // GrapplerItem. The fourth param is output graph.
      void (*optimize_func)(void*, const TF_Buffer*, const TF_GrapplerItem*,
                            TF_Buffer*, TF_Status*);
    
      // [Optional]
    C
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Aug 03 18:08:43 GMT 2022
    - 12.5K bytes
    - Viewed (0)
Back to top