Home
last modified time | relevance | path

Searched refs:TF_DeleteExecutionContext (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_test.cc103 TF_DeleteExecutionContext(ctx); in TEST_P()
176 TF_DeleteExecutionContext(ctx); in TEST_P()
262 TF_DeleteExecutionContext(ctx); in TEST_P()
348 TF_DeleteExecutionContext(ctx); in TEST_P()
438 TF_DeleteExecutionContext(eager_execution_ctx); in TEST_P()
543 TF_DeleteExecutionContext(eager_execution_ctx); in TEST_P()
698 TF_DeleteExecutionContext(eager_execution_ctx); in TEST_P()
909 TF_DeleteExecutionContext(eager_execution_ctx); in TEST_P()
925 TF_DeleteExecutionContext(ctx); in TEST_P()
946 TF_DeleteExecutionContext(graph_ctx); in TEST_P()
[all …]
Dc_api_unified_experimental.cc132 TF_DeleteExecutionContext(ctx); in TF_FinalizeFunction()
165 void TF_DeleteExecutionContext(TF_ExecutionContext* c) { unwrap(c)->Release(); } in TF_DeleteExecutionContext() function
Dc_api_unified_experimental.h65 void TF_DeleteExecutionContext(TF_ExecutionContext*);
/external/tensorflow/tensorflow/c/experimental/op_handler/
Dinternal_test.cc60 std::unique_ptr<TF_ExecutionContext, decltype(&TF_DeleteExecutionContext)> in TEST()
62 TF_DeleteExecutionContext); in TEST()