Home
last modified time | relevance | path

Searched refs:TF_NewEagerExecutionContext (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_test.cc57 TF_ExecutionContext* ctx = TF_NewEagerExecutionContext(opts, status.get()); in TEST_P()
111 TF_ExecutionContext* ctx = TF_NewEagerExecutionContext(opts, status.get()); in TEST_P()
184 TF_ExecutionContext* ctx = TF_NewEagerExecutionContext(opts, status.get()); in TEST_P()
270 TF_ExecutionContext* ctx = TF_NewEagerExecutionContext(opts, status.get()); in TEST_P()
396 TF_NewEagerExecutionContext(opts, status.get()); in TEST_P()
488 TF_NewEagerExecutionContext(opts, status.get()); in TEST_P()
644 TF_NewEagerExecutionContext(opts, s); in TEST_P()
833 TF_NewEagerExecutionContext(opts, s); in TEST_P()
918 TF_ExecutionContext* ctx = TF_NewEagerExecutionContext(opts, status.get()); in TEST_P()
Dc_api_unified_experimental_eager.cc46 TF_ExecutionContext* TF_NewEagerExecutionContext(TFE_ContextOptions* options, in TF_NewEagerExecutionContext() function
Dc_api_unified_experimental.h63 TF_ExecutionContext* TF_NewEagerExecutionContext(TFE_ContextOptions*,
Dunified_api_testutil.cc127 *ctx = unwrap(TF_NewEagerExecutionContext(opts, status.get())); in BuildImmediateExecutionContext()
Dgradients_util.cc313 *ctx = unwrap(TF_NewEagerExecutionContext(opts, status.get())); in BuildImmediateExecutionContext()
/external/tensorflow/tensorflow/c/experimental/op_handler/
Dinternal_test.cc61 c_ctx(TF_NewEagerExecutionContext(opts.get(), status.get()), in TEST()