Searched refs:TF_NewEagerExecutionContext (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_unified_experimental_test.cc | 57 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()
|
D | c_api_unified_experimental_eager.cc | 46 TF_ExecutionContext* TF_NewEagerExecutionContext(TFE_ContextOptions* options, in TF_NewEagerExecutionContext() function
|
D | c_api_unified_experimental.h | 63 TF_ExecutionContext* TF_NewEagerExecutionContext(TFE_ContextOptions*,
|
D | unified_api_testutil.cc | 127 *ctx = unwrap(TF_NewEagerExecutionContext(opts, status.get())); in BuildImmediateExecutionContext()
|
D | gradients_util.cc | 313 *ctx = unwrap(TF_NewEagerExecutionContext(opts, status.get())); in BuildImmediateExecutionContext()
|
/external/tensorflow/tensorflow/c/experimental/op_handler/ |
D | internal_test.cc | 61 c_ctx(TF_NewEagerExecutionContext(opts.get(), status.get()), in TEST()
|