- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for RegisterFunction (0.06 sec)
-
tensorflow/c/eager/abstract_context.h
virtual AbstractOperation* CreateOperation() = 0; // Registers a function with this context, after this the function is // available to be called/referenced by its name in this context. virtual absl::Status RegisterFunction(AbstractFunction*) = 0; // Remove a function. 'func' argument is the name of a previously added // FunctionDef. The name is in fdef.signature.name. virtual absl::Status RemoveFunction(const string& func) = 0;
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 3K bytes - Viewed (0)