- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for TF_DeleteAbstractFunction (0.29 seconds)
-
tensorflow/c/eager/c_api_unified_experimental_test.cc
TF_DeleteAbstractOp(fn_op); TF_DeleteAbstractTensor(input_t); TF_DeleteAbstractTensor(final_result); TF_DeleteAbstractTensor(placeholder_t); TF_DeleteTensor(f_t); TF_DeleteAbstractFunction(func); TF_DeleteExecutionContext(eager_execution_ctx); } // Graph Tracing for MatMul TEST_P(UnifiedCAPI, TestBasicGraphMatMul) { std::unique_ptr<TF_Status, decltype(&TF_DeleteStatus)> status(
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 39.1K bytes - Click Count (0) -
tensorflow/c/eager/c_api_unified_experimental.h
// call. TF_AbstractFunction* TF_FinalizeFunction(TF_ExecutionContext* ctx, TF_OutputList*, TF_Status*); void TF_DeleteAbstractFunction(TF_AbstractFunction*); // Register the function with the given context. This is particularly useful for // making a function available to an eager context.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sun Oct 24 11:27:00 GMT 2021 - 7K bytes - Click Count (0) -
tensorflow/c/eager/c_api_unified_experimental.cc
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 9K bytes - Click Count (0)