Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for notice (0.18 sec)

  1. tensorflow/c/c_api.h

    // --------------------------------------------------------------------------
    // The deprecated session API.  Please switch to the above instead of
    // TF_ExtendGraph(). This deprecated API can be removed at any time without
    // notice.
    
    typedef struct TF_DeprecatedSession TF_DeprecatedSession;
    
    TF_CAPI_EXPORT extern TF_DeprecatedSession* TF_NewDeprecatedSession(
        const TF_SessionOptions*, TF_Status* status);
    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/eager/immediate_execution_context.h

      // TODO(b/172877902): These helper functions are currently used to support
      // PyFuncOp on TFRT, and might be useful for ops that directly use low
      // level TF APIs. Remove/replace the following functions when TFRT native
      // ops are implemented.
      //===--------------------------------------------------------------------===//
      // Create an abstract tensor handle from tensorflow::Tensor.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 06 08:34:00 GMT 2023
    - 12.3K bytes
    - Viewed (0)
Back to top