- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TF_OperationOpType (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tensorflow/c/c_api.h
// TF_Operation functions. Operations are immutable once created, so // these are all query functions. TF_CAPI_EXPORT extern const char* TF_OperationName(TF_Operation* oper); TF_CAPI_EXPORT extern const char* TF_OperationOpType(TF_Operation* oper); TF_CAPI_EXPORT extern const char* TF_OperationDevice(TF_Operation* oper); TF_CAPI_EXPORT extern int TF_OperationNumOutputs(TF_Operation* oper);
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0)