Searched refs:TFE_ContextDevicePlacementPolicy (Results 1 – 5 of 5) sorted by relevance
65 typedef enum TFE_ContextDevicePlacementPolicy { enum76 } TFE_ContextDevicePlacementPolicy; typedef85 TFE_ContextOptions*, TFE_ContextDevicePlacementPolicy);114 TFE_Context* ctx, TFE_ContextDevicePlacementPolicy policy);118 TF_CAPI_EXPORT extern TFE_ContextDevicePlacementPolicy
58 TFE_ContextDevicePlacementPolicy device_placement_policy{
692 TFE_ContextOptions* options, TFE_ContextDevicePlacementPolicy policy) { in TFE_ContextOptionsSetDevicePlacementPolicy()882 TFE_Context* ctx, TFE_ContextDevicePlacementPolicy policy) { in TFE_ContextSetThreadLocalDevicePlacementPolicy()890 extern TFE_ContextDevicePlacementPolicy TFE_ContextGetDevicePlacementPolicy( in TFE_ContextGetDevicePlacementPolicy()892 return static_cast<TFE_ContextDevicePlacementPolicy>( in TFE_ContextGetDevicePlacementPolicy()
43 opts, static_cast<TFE_ContextDevicePlacementPolicy>(dpp)); in Java_org_tensorflow_EagerSession_allocate()
432 [](py::handle& ctx, TFE_ContextDevicePlacementPolicy policy) { in PYBIND11_MODULE()1066 py::enum_<TFE_ContextDevicePlacementPolicy>( in PYBIND11_MODULE()