Home
last modified time | relevance | path

Searched refs:TFE_InsertConfigKeyValue (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
Dc_api_coordination_test.cc299 TFE_InsertConfigKeyValue( in TEST()
309 TFE_InsertConfigKeyValue(ctx, next_key.c_str(), "some_value", status); in TEST()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h684 TF_CAPI_EXPORT extern void TFE_InsertConfigKeyValue(TFE_Context* ctx,
Dc_api_experimental.cc783 void TFE_InsertConfigKeyValue(TFE_Context* ctx, const char* key, in TFE_InsertConfigKeyValue() function
/external/tensorflow/tensorflow/python/eager/
Dcontext.py769 pywrap_tfe.TFE_InsertConfigKeyValue(self._context_handle, key, value)
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc873 TFE_InsertConfigKeyValue(tensorflow::InputTFE_Context(ctx), config_key, in PYBIND11_MODULE()