Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for berate (0.17 sec)

  1. tensorflow/c/c_api.h

    TF_CAPI_EXPORT extern TF_Output TF_OperationInput(TF_Input oper_in);
    
    // Get list of all inputs of a specific operation.  `inputs` must point to
    // an array of length at least `max_inputs` (ideally set to
    // TF_OperationNumInputs(oper)).  Beware that a concurrent
    // modification of the graph can increase the number of inputs of
    // an operation.
    TF_CAPI_EXPORT extern void TF_OperationAllInputs(TF_Operation* oper,
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

      /// missing directory entry and all its descendants will be created by the
      /// plugin.
      ///
      /// DEFAULT IMPLEMENTATION: Creates directories one by one. Needs
      /// `path_exists`, `is_directory`, and `create_dir`.
      void (*recursively_create_dir)(const TF_Filesystem* filesystem,
                                     const char* path, TF_Status* status);
    
      /// Deletes the file specified by `path`.
      ///
      /// Plugins:
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top