- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for abstract_operation (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tensorflow/c/eager/abstract_context.h
#define TENSORFLOW_C_EAGER_ABSTRACT_CONTEXT_H_ #include <memory> #include "tensorflow/c/eager/abstract_function.h" #include "tensorflow/c/eager/abstract_operation.h" namespace tensorflow { // Abstract interface to a context. // // This serves as a factory for creating `AbstractOperation`s and for // registering traced functions. // Operations creation within a context can only be executed in that context // (for now at least).
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 3K bytes - Click Count (0)