HomeSort by relevance Sort by last modified time
    Searched refs:TF_CAPI_EXPORT (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/c/
c_api_experimental.h 35 #define TF_CAPI_EXPORT
39 #define TF_CAPI_EXPORT __declspec(dllexport)
41 #define TF_CAPI_EXPORT __declspec(dllimport)
44 #define TF_CAPI_EXPORT __attribute__((visibility("default")))
59 TF_CAPI_EXPORT extern void TF_EnableXLACompilation(TF_SessionOptions* options,
c_api.h 73 #define TF_CAPI_EXPORT
77 #define TF_CAPI_EXPORT __declspec(dllexport)
79 #define TF_CAPI_EXPORT __declspec(dllimport)
82 #define TF_CAPI_EXPORT __attribute__((visibility("default")))
93 TF_CAPI_EXPORT extern const char* TF_Version();
128 TF_CAPI_EXPORT extern size_t TF_DataTypeSize(TF_DataType dt);
159 TF_CAPI_EXPORT extern TF_Status* TF_NewStatus();
162 TF_CAPI_EXPORT extern void TF_DeleteStatus(TF_Status*);
166 TF_CAPI_EXPORT extern void TF_SetStatus(TF_Status* s, TF_Code code,
170 TF_CAPI_EXPORT extern TF_Code TF_GetCode(const TF_Status* s)
    [all...]
  /external/tensorflow/tensorflow/c/eager/
c_api.h 31 #define TF_CAPI_EXPORT
35 #define TF_CAPI_EXPORT __declspec(dllexport)
37 #define TF_CAPI_EXPORT __declspec(dllimport)
40 #define TF_CAPI_EXPORT __attribute__((visibility("default")))
51 TF_CAPI_EXPORT extern TFE_ContextOptions* TFE_NewContextOptions();
57 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetConfig(
76 TF_CAPI_EXPORT extern void TFE_ContextOptionsSetDevicePlacementPolicy(
80 TF_CAPI_EXPORT extern void TFE_DeleteContextOptions(TFE_ContextOptions*);
88 TF_CAPI_EXPORT extern TFE_Context* TFE_NewContext(
90 TF_CAPI_EXPORT extern void TFE_DeleteContext(TFE_Context* ctx
    [all...]

Completed in 66 milliseconds