Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for acquire (0.41 sec)

  1. tensorflow/c/c_api.h

    // Set if `graph` requires shape inference functions.
    TF_CAPI_EXPORT extern void TF_SetRequireShapeInferenceFns(TF_Graph* graph,
                                                              bool require);
    
    // Extends `session` with any new operations added to its associated graph.
    // Usually this happens automatically in TF_SessionRun. After this is called,
    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

      uint64_t (*length)(const TF_ReadOnlyMemoryRegion* region);
    } TF_ReadOnlyMemoryRegionOps;
    // LINT.ThenChange(:read_only_memory_region_ops_version)
    
    // LINT.IfChange
    typedef struct TF_FilesystemOps {
      /// Acquires all resources used by the filesystem.
      ///
      /// This operation must be provided. See "REQUIRED OPERATIONS" above.
      void (*init)(TF_Filesystem* filesystem, TF_Status* status);
    
    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